Migrate from Vert.x 3 to Vert.x 4

Next post

What's new in Vert.x 4.5

See an overview of all new and exciting features in Vert.x 4.5, including virtual threads support and paving the road to Vert.x 5.

Read more
Previous post

Improving the Vert.x Micrometer Metrics performance

Vert.x 5 is coming with many great new features and enhancements. In this article, you'll learn about the Vert.x Micrometer Metrics performance improvements.

Read more
Related posts

Things to keep in mind concerning CSRF attacks

Eclipse Vert.x like most frameworks provides an anti-CSRF defense. However, no framework can prevent all attack vectors that exist in the web. Therefore, developers need to be aware of some dangers and common attack vectors concerning CSRF defenses.

Read more

Some Rest with Vert.x

This post is part of the Introduction to Vert.x series. Let’s go a bit further this time and develop a CRUD-ish application

Read more

Using the asynchronous SQL client

Finally, back... This post is the fifth post of the introduction to vert.x blog series, after a not-that-small break. In this post we are going to see how we can use JDBC in a vert.x application.

Read more