Replies: 2 comments
-
From #40739, it seems you need to stick to a version < I face the same error on a project using quarkus over the Jandex Maven plugin <plugin>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>${jandex.version}</version>
</plugin> |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don’t know which version of Quarkus and Quarkus Amazon Services you are using but my guess is that the version of the latter is too new for the version of Quarkus you are using. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks!
How are you?
I need some help with this error, please!
Let me explain the scenario:
Everything started with this error
io.quarkus.builder.ChainBuildException: No producers for required item class io.quarkus.amazon.common.deployment.spi.EventLoopGroupBuildItem
then i put these dependencies in the pom.xml to resolve, probabibly, the deployment missing class (the cognito one is needed for one error similar to previous one, but about other BuildItem class)
This solved the previous error but now i am getting this one
Runtime java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.deployment.index.ApplicationArchiveBuildStep#build threw an exception: org.jboss.jandex.UnsupportedVersion: Can't read Jandex index from /META-INF/jandex.idx: Can't read index version 12; this IndexReader only supports index versions 2-3,6-11
I tried to use version 3.0.x and 3.1.x of jandex-maven-plugin plugin, but the error persist.
Tried to exclude jandex from dependencies to
Someone can tell me what i am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions