[
https://issues.jboss.org/browse/JBTM-3209?page=com.atlassian.jira.plugin....
]
Michael Musgrove updated JBTM-3209:
-----------------------------------
Summary: Using JTA with Quarkus: measure and improve memory utilisation and startup
time (was: Reduce the JTA resource footprint when used with Quarkus)
Using JTA with Quarkus: measure and improve memory utilisation and
startup time
-------------------------------------------------------------------------------
Key: JBTM-3209
URL:
https://issues.jboss.org/browse/JBTM-3209
Project: JBoss Transaction Manager
Issue Type: Enhancement
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Priority: Major
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)