oscerd opened a new pull request, #22584: URL: https://github.com/apache/camel/pull/22584
## Backport of #22583 to \`camel-4.18.x\` Parallel PR (not a cherry-pick — source PR #22583 is still open on \`main\`). \`MinaConverter.toObjectInput(IoBuffer)\` now installs an \`ObjectInputFilter\` on the returned \`ObjectInputStream\`, mirroring the change applied to \`camel-netty\` in CAMEL-23297: - If a JVM-wide filter is configured (\`ObjectInputFilter.Config.getSerialFilter()\`), it is reused as-is. - Otherwise a default Camel filter is applied: \`java.**;javax.**;org.apache.camel.**;!*\`. **Source PR:** #22583 **Target branch:** \`camel-4.18.x\` **JIRA:** [CAMEL-23319](https://issues.apache.org/jira/browse/CAMEL-23319) **Related:** [CAMEL-23297](https://issues.apache.org/jira/browse/CAMEL-23297) (same pattern in camel-netty) ## Test plan - [x] \`mvn -DskipTests install\` in camel-mina on \`camel-4.18.x\` — clean - [x] \`mvn -Dtest=MinaConverterTest test\` — 7/7 pass (includes 2 new cases: allowlist accept, non-allowlist reject) --- _Claude Code on behalf of Andrea Cosentino_ -- 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]
