oscerd opened a new pull request, #25401:
URL: https://github.com/apache/camel/pull/25401
Follow-up to #25378 (CAMEL-24296).
During the merge of #25378 this upgrade-guide note — requested by @gnodet in
review — was left behind by GitHub's fork-head sync lag: the PR was merged at
the previous commit before the doc commit synced to the PR head. This lands it
on `main`.
It documents that the two-argument `CamelObjectInputStream(InputStream,
CamelContext)` constructor now always installs a filter, so a subsequent
`setObjectInputFilter()` call throws `IllegalStateException` ("filter can not
be set more than once") on JDK 17+, and recommends the three-argument
constructor as the migration path.
Docs-only.
_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]