Eclipse Vert.x 3.9.1 released!

We are extremely pleased to announce that the Eclipse Vert.x version 3.9.1 has been released.

Among all bug fixes you can find in 3.9.1 these enhancement.

JDK 8 HTTP/2 support

Previously using the Jetty ALPN agent or netty-tcnative was required to use HTTP/2 on JDK 8.

TLS ALPN support has been back-ported to JDK 8 recently and Vert.x has been upgraded to support it, which means now you can have HTTP/2 on JDK 8 out of the box. You need to most recent version of OpenJDK 8 or Oracle JDK 8.

Finally

The 3.9.1 release notes can be found on the wiki, as well as the list of deprecations and breaking changes

Docker images are available on Docker Hub.

The Vert.x distribution can be downloaded on the website but is also available from SDKMan and HomeBrew.

The event bus client using the SockJS bridge is available from:

The release artifacts have been deployed to Maven Central and you can get the distribution on Bintray.

That’s it! Happy coding and see you soon on our user or dev channels.

Posted on 22 May 2020
in releases
1 min read

Related posts