[jbossts-issues] [JBoss JIRA] (JBTM-3209) Reduce the JTA resource footprint when used with Quarkus

Michael Musgrove (Jira) issues at jboss.org
Tue Oct 8 07:43:00 EDT 2019


Michael Musgrove created JBTM-3209:
--------------------------------------

             Summary: Reduce the JTA resource footprint when used with Quarkus
                 Key: JBTM-3209
                 URL: https://issues.jboss.org/browse/JBTM-3209
             Project: JBoss Transaction Manager
          Issue Type: Enhancement
            Reporter: Michael Musgrove
            Assignee: Michael Musgrove


Applications that consume the quarkus-narayana-jta extension incur a significant resource footprint because things like:

- Lots of reflection going on.
- TransactionManagerStatus is initialised during build (can't be reconfigured - moving it to "part runtime" needs some work)
 - It's still logging that ports are being opened during native-image (this confuses people during presentations as we say that's impossible)

This list is not exhaustive and the task is to investigate where we can improve things




--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jbossts-issues mailing list