mcarlett opened a new pull request, #1833: URL: https://github.com/apache/camel-spring-boot/pull/1833
## Summary Use `SalesforceEndpointConfig.SOBJECT_ID` and `SalesforceEndpointConfig.SOBJECT_EXT_ID_VALUE` constants instead of hardcoded literal strings `"sObjectId"` and `"sObjectIdValue"` in the camel-spring-boot `RawPayloadTest`. ## Root Cause CAMEL-23716 renamed Salesforce header string values from short names to `CamelSalesforce`-prefixed names. The plain Camel `RawPayloadTest` was updated in the same commit, but the camel-spring-boot copy still used the old literal strings, causing 10/39 test variants to fail when run against Camel 4.18.1 with the renamed constants. ## Test plan - [ ] CI passes -- 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]
