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

UpdateExtensionDocPageMojo is broken #6418

Open
jamesnetherton opened this issue Sep 4, 2024 · 0 comments
Open

UpdateExtensionDocPageMojo is broken #6418

jamesnetherton opened this issue Sep 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jamesnetherton
Copy link
Contributor

Bug description

There's been a number of changes to the doc tooling on the Quarkus main branch. We encounter a compilation error in UpdateExtensionDocPageMojo:

UpdateExtensionDocPageMojo.java:[599,42] incompatible types: io.quarkus.annotation.processor.documentation.config.model.ConfigProperty.PropertyPath cannot be converted to java.lang.String

After my amateurish attempts at fixing that, the doc generation fails on various extensions due to YAML parsing issues.

I'm going to force skipping of the plugin execution until we have a fix.

@jamesnetherton jamesnetherton added the bug Something isn't working label Sep 4, 2024
@ppalaga ppalaga self-assigned this Oct 14, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Oct 16, 2024
@jamesnetherton jamesnetherton changed the title [quarkus-main] UpdateExtensionDocPageMojo is broken UpdateExtensionDocPageMojo is broken Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants