Skip to content
New issue

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

Compilation failure in extensions-core/core module #6096

Closed
jamesnetherton opened this issue May 16, 2024 · 1 comment
Closed

Compilation failure in extensions-core/core module #6096

jamesnetherton opened this issue May 16, 2024 · 1 comment

Comments

@jamesnetherton
Copy link
Contributor

Bug description

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.

@jamesnetherton jamesnetherton added the bug Something isn't working label May 16, 2024
@jamesnetherton
Copy link
Contributor Author

Seems to have resolved itself. Probably the result of me switching branches and not doing a full rebuild.

@jamesnetherton jamesnetherton closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2024
@github-actions github-actions bot added this to the No fix/wont't fix milestone May 16, 2024
@jamesnetherton jamesnetherton removed the bug Something isn't working label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant