Eclipse Vert.x 3.5.2

We have just re­leased Vert.x 3.5.2, a bug fix re­lease of Vert.x 3.5.x.

Since the re­lease of Vert.x 3.5.1, quite a few bugs have been re­ported. We would like to thank you all for re­port­ing these is­sues.

Vert.x 3.5.2 re­lease notes:

The event bus client using the SockJS bridge are avail­able from NPM, Bower and as a We­b­Jar:

Docker im­ages are also avail­able on the Docker Hub. The Vert.x dis­tri­b­u­tion is also avail­able from SD­KMan and Home­Brew.

The ar­ti­facts have been de­ployed to Maven Cen­tral and you can get the dis­tri­b­u­tion on Bin­tray.

Happy cod­ing !

Next post

Simplified database transaction management with the Vert.x RxJava API

As of Vert.x 3.5, managing database transactions requires a lot of boilerplate code. Vert.x 3.6 provides helpers to easily make a reactive flow transactional.

Read more
Previous post

Eclipse Vert.x goes Native

This blog post introduces native image generation of Vert.x applications with GraalVM. Generated executables can be run without a JVM.

Read more
Related posts

Real-time bidding with Websockets and Vert.x

The expectations of users for interactivity with web applications have changed over the past few years. Users during bidding in auction no longer want to press the refresh button.

Read more

Vert.x 3.3.2 is released!

We have just released Vert.x 3.3.2, the first bug fix release of Vert.x 3.3.x.

Read more

Building a real-time web app with Angular/Ngrx and Vert.x

There are multiple tech stacks to build a real-time web app. What are the best choices to build Angular client apps, connected to a JVM-based backend?

Read more