Upcoming Vert.x Http Proxy updates
Next post
4 September 2024releases
Eclipse Vert.x 4.5.10 released!
Eclipse Vert.x version 4.5.10 has just been released, among other bugs, it fixes CVE-2024-8391
Read morePrevious post
18 July 2024releases
Eclipse Vert.x 4.5.9 released!
Eclipse Vert.x version 4.5.9 has just been released.
Read moreRelated posts
23 January 2021guides
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 more27 July 2015guides
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 more31 January 2017guides
An Introduction to the Vert.x Context Object
Under the hood, the vert.x Context class plays a critical part in maintaining the thread-safety guarantees of verticles. Most of the time, vert.x coders don't need to make use of Context objects directly.
Read more