gnodet opened a new pull request, #24956: URL: https://github.com/apache/camel/pull/24956
_Claude Code on behalf of gnodet_ ## Summary - Add project rule to `AGENTS.md`: prefer AssertJ assertions over JUnit assertions in new and modified test code - AssertJ is already available as a test dependency and provides more readable fluent assertions with better failure messages - When modifying existing test code, migrate touched assertions to AssertJ where it improves readability — no need to migrate entire files - Camel-specific assertion methods (`MockEndpoint.assertIsSatisfied()`, etc.) are unaffected ## Test plan - [x] Documentation-only change — no code impact 🤖 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]
