Pinned posts
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.
Migrate from Vert.x 3 to Vert.x 4
We provide a clear and well-documented migration path from Vert.x 3.9 to Vert.x 4. Existing users will feel at home with the new version.
Latest releases
Eclipse Vert.x 5 candidate 1 released!
This is the first milestone of the upcoming Vert.x 5.
Eclipse Vert.x 4.5.11 released!
Eclipse Vert.x version 4.5.11 has just been released, among other bugs, it fixes CVE-2024-47535
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
Other posts
Upcoming Vert.x Http Proxy updates
The upcoming Vert.x Http Proxy updates, introduced through Google Summer of Code 2024, will simplify usage and reduce boilerplate code by adding features like interceptors for modifying HTTP requests and responses.
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.
Eclipse Vert.x client for Apache Pinot
Apache Pinot is a realtime distributed datastore for analytics workloads. To make it easier for Eclipse Vert.x users to use Apache Pinot in their applications, we introduce the Reactiverse Vert.x Client for Pinot.
Improvements to the GraphQL-Java integration
Vert.x 4.4 introduces several improvements to the GraphQL-Java integration, including an upgraded GraphiQL IDE with a slick UI and subscriptions support, simplified data fetcher definitions using instrumentation, and support for Apollo’s Automatic Persisted Queries (APQ).
Vert.x virtual threads incubator
JEP 425: Virtual threads aka Loom is coming to the Java Platform as a preview in Java 19. The Vert.x team is launching an incubator project to experiment with virtual threads.
Eclipse Vert.x and Log4j 2 CVE-2021-44228
A recent CVE-2021-44228 has been disclosed that affects the Log4j 2 library. The Vert.x project can optionally use Log4j but does not ship it and therefore is not affected by this CVE.
Dynamic database pool configuration with Vert.x SQL Client
You will learn how to achieve dynamic database configuration of the Vert.x SQL Client pool
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.
JWT Authorization for Vert.x with Keycloak
In this blog post, you’ll learn about JWT foundations, protect routes with JWT Authorization, JWT encoded tokens, and RBAC with Keycloak