Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-3185

Upgrade jandex version for Narayana

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 5.9.8.Final
    • None
    • JTA, LRA
    • None
    • Hide
      • 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
      Show
      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

    Description

      Version of Jandex library needs to be dumped to the version which will not provide warning message on Quarkus dev mode

      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

      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.

      Attachments

        Activity

          People

            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: