mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-31 22:10:51 +00:00
Quarkus, as one potential target for using the Java microprofile client generator, requires a Jandex index to be present in library jars for discovering beans inside these jars. Therefore, include Jandex index generation in the pom.xml for microprofile clients as explained here: https://quarkus.io/guides/cdi-reference#how-to-generate-a-jandex-index Generating and shipping the index is only a small overhead that is probably not worth an additional client option.