tmarwen opened a new pull request #69: URL: https://github.com/apache/camel-examples/pull/69
### What / Why The _main-xxx_ examples needs to be updated to use the updated `MainConfigurationProperties` and more specifically to remove the `MainConfigurationProperties#addConfigurationClass` configuration method that has been made private in [CAMEL-17567](https://issues.apache.org/jira/browse/CAMEL-17567). ### How - Update `MyConfiguration` samples configuration to implement `org.apache.camel.CamelConfiguration` - Update `MyConfiguration#configure` configuration types signatures to match super-type - Remove closed `MainConfigurationProperties#addConfigurationClass` usage in favor of `MainConfigurationProperties#addConfiguration` Refs CAMEL-17567 -- 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