[
https://issues.jboss.org/browse/JBTM-3185?page=com.atlassian.jira.plugin....
]
Ondrej Chaloupka updated JBTM-3185:
-----------------------------------
Steps to Reproduce:
* compile quarkus sources (
https://github.com/quarkusio/quarkus-quickstarts), you get
quarkus in version {{999-SNAPSHOT}}
* clone the quickstarts
https://github.com/quarkusio/quarkus-quickstarts and go to
{{hibernate-orm-resteasy}}
* change the {{pom.xml}} with quarkus version of {{999-SNAPSHOT}}
* read the {{README.md}} to {{mvn package}} and then run {{mvn compile quarkus:dev}}
* the program prints warning {{Re-indexing
/home/ochaloup/.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}}
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
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.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)