smongiar commented on PR #1995: URL: https://github.com/apache/camel-spring-boot/pull/1995#issuecomment-5812927930
@Croway thank you — your diagnosis is exactly right, and the advisor approach is clearly the correct fix. I've reworked the PR: the generator change and all regenerated files are reverted, and the new commit adds only `CamelConfigurationPropertiesBindHandlerAdvisor` (registered as a `static @Bean` in `CamelAutoConfiguration`) plus the unit test from your patch (unchanged from your proposal). The commit message documents the Jenkins CI evidence: the non-enumerable source in the failing environment is registered by the container runtime / cloud-config layer, not by the user setting any `camel.component.salesforce.*` property. Happy to also add the salesforce-level reproducer tests from your second comment as an additional starter-level regression guard if that would help the review. -- 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]
