]
Michael Musgrove reopened JBTM-3146:
------------------------------------
Reopening since fix fails on JDK11. The original changes need to be backed out.
Better support for Quarkus
--------------------------
Key: JBTM-3146
URL:
https://issues.jboss.org/browse/JBTM-3146
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Common
Affects Versions: 5.9.5.Final
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Priority: Major
Fix For: 5.next
To facilitate use of Narayana with containers such as Quarkus we want to minimise things
like XML parsing and java archive parsing. The two main enhancements that would be useful
in this respect are:
* to inject build information into a java class (via the
org.jboss.maven.plugins:maven-injection-plugin plugin);
* to avoid the need for runtime parsing of XML properties it would be useful to allow
the properties factory delegate to be supplied externally