vy commented on PR #1949: URL: https://github.com/apache/maven-resolver/pull/1949#issuecomment-4922601248
[feature-http3-jdk-fix.patch](https://github.com/user-attachments/files/29837592/feature-http3-jdk-fix.patch) — contributed by @dfuch and @jaikiran — fixes `maven-resolver-test-http` and makes `maven-resolver-transport-jdk11` tests pass. In short, - Jetty's Quiche binding implementation were missing. - `HttpClient` was configured to use `SSLContext.getDefault()`, whereas Jetty was using a custom key/trust store. The approach in the patch might not be the right/conclusive one, but should be enough to put you in the right direction. -- 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]
