]
Ondrej Chaloupka updated JBTM-3185:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 5.next
Resolution: Done
Upgrade jandex version for Narayana
-----------------------------------
Key: JBTM-3185
URL:
https://issues.jboss.org/browse/JBTM-3185
Project: JBoss Transaction Manager
Issue Type: Bug
Components: JTA, LRA
Reporter: Ondrej Chaloupka
Assignee: Ondrej Chaloupka
Priority: Major
Fix For: 5.next
Version of Jandex library needs to be dumped to the version which will not provide
warning message on Quarkus dev mode
{quote}
WARN [io.qua.dep.ind.ApplicationArchiveBuildStep] (build-13) Re-indexing
/Users/Gwenneg/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.6.Final/narayana-jta-5.9.6.Final.jar
- at least Jandex 2.1 must be used to index an application dependency
{quote}
The Quarkus depends on the {{narayana-jta}} which is a shaded jar and contains the
{{cdi}} component as well. The CDI uses the jandex to process the annotations.