djencks opened a new issue #3396: URL: https://github.com/apache/camel-quarkus/issues/3396
The existing way of generating the components etc tables based on page attributes in main camel has always been too complicated and it turns out that it was based on some erroneous assumptions about the relationship between camel-quarkus and camel versions. The extensions used have advanced enough so that the tables can be generated entirely within camel-quarkus. - Instead of generating partial snippets with the relevant information as page attributes, generate example yml files. - Use indexer on the example yml files with json "contentAs" to make the data available to the table construction. We can also remove the header include in main camel components docs. -- 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]
