ppalaga commented on PR #4295:
URL: https://github.com/apache/camel-quarkus/pull/4295#issuecomment-1326415752
I am looking into it.
The first step is done by annotation processor
`io.quarkus:quarkus-extension-processor` plugged to the compiler plugin.
The result is stored in
`target/asciidoc/generated/config/all-configuration-roots-generated-doc/org.apache.camel.quarkus.core.CamelConfig`
of the source tree root dir. The prop names seem to be correct there:
```
...
{
"configDocKey":{
"type":"string",
"key":"quarkus.camel.service.discovery.exclude-patterns",
...
```
Those files are then picked by `update-extension-doc-page` of
`camel-quarkus-maven-plugin`. Let my try to debug it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]