]
Tom Jenkinson updated WFLY-5522:
--------------------------------
Fix Version/s: 11.0.0.Alpha1
split artemis journal in its own module
---------------------------------------
Key: WFLY-5522
URL:
https://issues.jboss.org/browse/WFLY-5522
Project: WildFly
Issue Type: Enhancement
Components: JMS, Transactions
Affects Versions: 10.0.0.CR2
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Priority: Minor
Fix For: 11.0.0.Alpha1
The org.jboss.jts is depending on the org.apache.activemq.artemis only for its journal
functionality but get all the module dependencies (including messaging stuff) that is not
used at all.
The org.apache.activemq.artemis should be split with a separate module for its journal
containing the journal jar + commons jar + native lib required for libAIO.