amdmdi opened a new pull request #103: URL: https://github.com/apache/camel-spring-boot/pull/103
Created additional-spring-configuration-metadata.json to add description to properties inherited from parent configuration classes. This is because spring-boot-configuration-processor detects inherited properties by their public getters/setters but can not find the corresponding javadoc used for generated adoc in the parent classes. This is the second possible solution for issue CAMEL-14565. Another is copy fields from parent classes to include the javadoc (and default values) I created a second pull request for **camel-zookeeper-starter** using the other solution. Please advise on which solution is better. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
