-
Hey, After upgrading the smallrye-open-api-maven-plugin to 3.0.0, I'm getting this error during mvn clean install:
There's nothing special about the project and the error remains even after removing all openapi annotations. I'm running Java 17 (Temurin on Mac M1 aarch64) and the project uses Quarkus 2.12.0. I've got similar projects where the update to open-api 3.0.0 worked fine, just this one with the error. Any help would be appreciated since the error is not pointing me in any particular direction. |
Beta Was this translation helpful? Give feedback.
Answered by
MikeEdgar
Sep 8, 2022
Replies: 1 comment 3 replies
-
Can you provide a small reproducer ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like an issue in Jandex, I've opened smallrye/jandex#256 to look into it.