ammachado commented on PR #24098: URL: https://github.com/apache/camel/pull/24098#issuecomment-4738445499
Thank you for the review! Both observations addressed in cdb71dc2e3cd: 1. **`UnitOfWorkFactory` contract strength**: Softened "must extend" back to "is highly recommended to extend" and "will break" to "may break", preserving the advisory (rather than normative) wording of the original while keeping the added explanatory context. 2. **`HeadersMapFactory` dropped `@see`**: Re-added `@see org.apache.camel.impl.engine.DefaultHeadersMapFactory` alongside `@see Message` so implementors retain the pointer to the concrete default implementation. _Claude Code on behalf of Adriano Machado_ -- 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]
