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 <[email protected]>:

> 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) <[email protected]> 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: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >
>
>
> --
> Matt Sicker <[email protected]>
>

Reply via email to