Details
-
Type: Improvement
-
Status: In Progress
-
Priority: Default
-
Resolution: Unresolved
-
Affects Version/s: 2.1.1
-
Fix Version/s: None
-
Component/s: Message Generation
Description
The new module system available since JDK 9 does not allow duplicate packages on the module path.
As a result an application that depends on more than one messages version will have a split package issue, since quickfix.field exists in all quickfixj-messages-<version> jars.
The packaging needs to be changed in order to avoid duplicate packages used by different quickfixj modules.
Attachments
Issue Links
- is duplicated by
-
QFJ-985 Java Modules
- Closed