gnodet commented on PR #23021: URL: https://github.com/apache/camel/pull/23021#issuecomment-4479614326
Regarding the ValidationException / CamelExchangeException / RestConfiguration test failures reported [above](https://github.com/apache/camel/pull/23021#issuecomment-4441975797): the revert in #23289 correctly removed the `Objects.requireNonNull()` runtime checks, but also removed the `@Nullable` JSpecify annotations. Follow-up PR #23304 restores the annotations without the runtime enforcement. _Claude Code on behalf of Guillaume Nodet_ -- 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]
