You're right, full HTTP/2 in JRE is Java 9. What I meant was AEAD crypto that was introduced in Java 8 JRE. Before that, that's another dependency on BouncyCastle.
Gintas 2017-05-22 17:42 GMT+02:00 Matt Sicker <boa...@gmail.com>: > Isn't HTTP 2.0 only in Java 9? Otherwise you need a 3rd party library that > implements the protocol support. > > On 22 May 2017 at 02:00, Jan Matèrne (jhm) <apa...@materne.de> wrote: > > > > Should we start talking about using HTTP/2? Then we're firmly in Java 8 > > > territory :-) > > > > While having HTTP/2 support would be a cool thing, I think we should make > > small steps, and one after the other. > > So increase minimum Java version from 1.5 to 1.7, apply some changes, > make > > a release. > > Then we could think about moving to Java8, maybe preparing for Java9 ... > > > > Jan > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org > > For additional commands, e-mail: dev-h...@ant.apache.org > > > > > > > -- > Matt Sicker <boa...@gmail.com> >