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

[quarkus-main] UpdateExtensionDocPageMojo is broken #6418

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

[quarkus-main] UpdateExtensionDocPageMojo is broken #6418

jamesnetherton opened this issue Sep 4, 2024 · 0 comments
Labels
bug Something isn't working release/quarkus-next

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release/quarkus-next
Projects
None yet
Development

No branches or pull requests

1 participant