[
https://issues.apache.org/jira/browse/MRESOLVER-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776382#comment-17776382
]
ASF GitHub Bot commented on MRESOLVER-415:
------------------------------------------
cstamas opened a new pull request, #343:
URL: https://github.com/apache/maven-resolver/pull/343
This is still WIP, but just wanted to showcase how I thought to implement
this transport to give meaningful message on Java8, but also make it reusable
(it produces 3 JARs).
Naturally, in general case you'd depend on jdk.jar (multi-release), but
still you can use jdk-11.jar if you want.
Demo snippets modified just to use jdk transport.
The PR is far from done, as no test exists yet, just the main code is copied
from HTTP/2 transport showcase PR.
---
https://issues.apache.org/jira/browse/MRESOLVER-415
> New transport: JDK11 HTTP/2 capable
> -----------------------------------
>
> Key: MRESOLVER-415
> URL: https://issues.apache.org/jira/browse/MRESOLVER-415
> Project: Maven Resolver
> Issue Type: New Feature
> Components: Resolver
> Reporter: Tamas Cservenak
> Priority: Major
> Fix For: 2.0.0
>
>
> Create new transport "jdk" that uses Java11 java.net.http.HttpClient (and is
> HTTP/2 capable).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)