Description
I'm subclassing camel-jms component and need to add additional configuration bean with some uri parameters.
Unfortunately, when generating configurers, the plugin creates only one getOrCreateConfiguration method (for parent JmsConfiguration bean) in component configurer and tries to reference parameters within my additional configuration bean using this method, creating invalid java code. I was able to circumvent this by adding parameters directly to my subclassed component, but this is ugly and adds unnecessary code to component (also cannot reuse the configuration bean in subclassed endpoint). Below is link to example component demonstrating the issue:
https://github.com/vdobos-tr/camel-maven-plugin-issue
Attachments
Issue Links
- links to