Croway opened a new pull request, #24811:
URL: https://github.com/apache/camel/pull/24811

   ## Summary
   
   _Claude Code on behalf of Croway_
   
   - Fix typo in `JacksonXMLDataFormatReifier.prepareDataFormatConfig()`: the 
property key `"modulesClassNames"` (extra `s`) is corrected to 
`"moduleClassNames"`, matching the actual field name in `JacksonXMLDataFormat` 
and its generated configurer.
   - Add regression test (`JacksonXMLModuleClassNamesReifierTest`) that 
exercises the reifier path by configuring `moduleClassNames` through the model 
class, confirming the route starts and the custom module is applied.
   
   The equivalent bug in camel-jackson (JSON) was fixed in 2016 (commit 
`eb2f171ff39f`), but the XML reifier was overlooked. The same reifier also 
serves camel-jackson3xml, which is equally fixed.
   
   ## Test plan
   
   - [x] New test `JacksonXMLModuleClassNamesReifierTest` confirmed RED before 
fix, GREEN after
   - [x] Full `mvn verify` on `components/camel-jacksonxml` passes (42 tests)
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to