oscerd opened a new pull request, #22585:
URL: https://github.com/apache/camel/pull/22585

   ## Backport of #22583 to \`camel-4.14.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
   **Sibling backport:** #22584 (camel-4.18.x)
   **Target branch:** \`camel-4.14.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] Code is byte-identical to #22583 (validated on \`main\` with full 
module test suite passing 7/7) and #22584 (validated on \`camel-4.18.x\` with 
module install + tests)
   - [x] \`ObjectInputFilter\` is JEP 290 (Java 9+); Camel 4.x requires Java 
17+, so the API is present on this branch
   - [ ] Local full build skipped on 4.14.x due to a pre-existing bootstrap 
issue unrelated to this change; CI will exercise the full test suite
   
   ---
   _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]

Reply via email to