We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Happens since upgrading to Quarkus 3.11.0.CR1. If you do:
cd extensions-core/core mvn compile
Then you get a strange failure related to annotation processing for docs:
[INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] Failed to generate extension doc: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "passThroughMap" (class io.quarkus.annotation.processor.generate_doc.ConfigDocKey), not marked as ignorable (17 known properties: "optional", "enum", "withinAMap", "withinAConfigGroup", "acceptedValues", "environmentVariable", "defaultValue", "topLevelGrouping", "configDoc", "javaDocSiteLink", "configPhase", "type", "additionalKeys", "list", "key", "docMapKey", "since"]) at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 791] (through reference chain: java.util.ArrayList[0]->io.quarkus.annotation.processor.generate_doc.ConfigDocItem["configDocKey"]->io.quarkus.annotation.processor.generate_doc.ConfigDocKey["passThroughMap"])
It compiles fine when the build is run from the project root.
The text was updated successfully, but these errors were encountered:
Seems to have resolved itself. Probably the result of me switching branches and not doing a full rebuild.
Sorry, something went wrong.
No branches or pull requests
Bug description
Happens since upgrading to Quarkus 3.11.0.CR1. If you do:
Then you get a strange failure related to annotation processing for docs:
It compiles fine when the build is run from the project root.
The text was updated successfully, but these errors were encountered: