We have some Quarkus service that depends on a module that has a Jandex index in it.
Now when we run a test that has @QuarkusTest annotation in it we get the error:
org.jboss.jandex.UnsupportedVersion: Version: 10
We are using Quarkus 2.2.1.Final and Jandex plugin 1.1.0 (I also tried 1.2.0 of the plugin)
We found that the Jandex plugin version 1.1.0 & 1.2.0 both cause this but version 1.1.1 works nicely.