-
Enhancement
-
Resolution: Duplicate
-
Critical
-
None
-
14.0.9.Final
-
None
The infinispan-core and infinispan-commons jars both share a package named org.infinispan.configuration.cache. A simple embedded setup includes both of those jars and the shared(split) package prevents the use of the module system due to the conflict.
The infinispan-commons jar has a single class in that package: XSiteStateTransferMode.class
I don't know enough to make a solid recommendation but I do wonder whether XSiteStateTransferMode.class could be moved to the infinispan-core jar as a simple work-around compared to full module system support?
Infinispan has the most comprehensive set of caching and related features available under an open source license. Hoping this is an easy request but learned long ago to not expect it.
Thanks,
Scott
- duplicates
-
ISPN-10030 Add Automatic-Module-Names to jars
- Closed