Upcoming Vert.x Http Proxy updates

Next post

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 more
Previous post

Eclipse Vert.x 4.5.9 released!

Eclipse Vert.x version 4.5.9 has just been released.

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

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