#17861 closed enhancement (fixed)
Refactor of HTTP client to support HTTP/2 in a new plugin requiring Java 11
Reported by: | Don-vip | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | 19.06 |
Component: | Core | Version: | |
Keywords: | http java11 | Cc: |
Description
JDK11 introduced a standardized and modern HTTP client that supports HTTP/2 out of the box (JEP 321):
http://openjdk.java.net/jeps/321
Given my estimations in #17858 it's unlikely we will be able to switch to Java 11 before 2021.
Since #16682 we have the ability to create plugins that require a specific version of Java with Minimum-Java-Version
.
I'm going to create a new plugin that takes advantage of the JDK11 HTTP client in order to provide HTTP/2 support to JOSM. It could boost imagery performance for some providers such as Maxar.
Attachments (0)
Change History (9)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Component: | Plugin → Core |
---|---|
Milestone: | → 19.06 |
Summary: | HTTP/2 support in JOSM → Refactor of HTTP client to support HTTP/2 in a new plugin requiring Java 11 |
comment:4 by , 5 years ago
Initial version of the plugin in [o35053].
comment:8 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ticket #17863 has been marked as a duplicate of this ticket.