jamesnetherton opened a new pull request, #559: URL: https://github.com/apache/camel-quarkus-examples/pull/559
## Summary - Removed the `httpclient5` test-scoped dependency from the http-pqc-j21 example - Rewrote the provider-specific TLS tests to use RestAssured's `SSLConfig.sslSocketFactory()` backed by a provider-specific `SSLContext`, instead of httpclient5's `SSLConnectionSocketFactory` - The explicit `setNamedGroups()` call was unnecessary since both BCJSSE and SunJSSE already read named groups from the `jdk.tls.namedGroups` system property set by the test profiles ## Test plan - [x] `mvn verify` passes — all 6 tests green (3 in PqcWithFallbackTest, 3 in PqcOnlyTest) - [ ] Verify native mode tests still pass with `-Dnative` 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
