atiaomar1978-hub commented on PR #26026: URL: https://github.com/apache/camel/pull/26026#issuecomment-5502300778
## Testing evidence ```bash mvn test -pl components/camel-avro,components/camel-avro-rpc/camel-avro-rpc-component -am ``` **Results:** - `camel-avro`: 5 new unit tests in `AvroClassSecuritySupportTest` — all pass - `camel-avro-rpc`: 68 tests (including 4 new security tests) — all pass - Surefire `-Dorg.apache.avro.SERIALIZABLE_PACKAGES=...` vmargs **removed** from both module POMs New test classes: - `org.apache.camel.avro.support.AvroClassSecuritySupportTest` - `org.apache.camel.component.avro.AvroClassSecurityWithoutVmArgsTest` --- _AI-generated comment by Cursor Agent on behalf of atiaomar1978-hub_ -- 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]
