gsmet opened a new pull request, #6331: URL: https://github.com/apache/camel-quarkus/pull/6331
The new extension annotation processor coming with 3.14 requires that you mark the modules using the legacy @ConfigRoot approach (i.e. without @ConfigMapping) with a specific annotation processor parameter. This is important for the generation of the config documentation (which is enabled by default). This can be merged pre-3.14 update but will result in a warning when building. With the advantage of having the build with main passing. I think I have marked all of them but in any case, if you have an error, you now know what to do. Fixes https://github.com/quarkusio/quarkus/issues/42417 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org