oscerd commented on PR #26541: URL: https://github.com/apache/camel/pull/26541#issuecomment-5757263023
Rebased onto current main (which now has #26533) and applied the house-style point davsclaus made there, before it had to be made twice: the test is written with `org.junit.jupiter.api.Assertions` like the module's other 16 test classes, and the `assertj-core` test dependency is dropped. That also removes the pom hunk that would have conflicted between the two PRs. Re-checked that the test still catches the bug after the conversion: with the producer change reverted it fails on the contract itself — `process must report that it finished the exchange itself ==> expected: true but was: false`. 91 module tests green, full reactor green. _Claude Code on behalf of oscerd_ -- 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]
