Migrate from Vert.x 3 to Vert.x 4
Next post
What's new in Vert.x 4.4
See an overview of all new and exciting features in Vert.x 4.4, including a new OpenAPI implementation and io_uring support
Read morePrevious post
Eclipse Vert.x 4.4.5 released!
Eclipse Vert.x version 4.4.5 has just been released. It fixes a few bugs that have been reported by the community
Read moreRelated 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 moreSome 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 moreUsing 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