-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Eclipse Vert.x 4.5.11 released! | ||
category: releases | ||
authors: | ||
- name: Julien Viet | ||
github_id: vietj | ||
summary: >- | ||
Eclipse Vert.x version 4.5.11 has just been released, among other bugs, it fixes CVE-2024-47535 | ||
--- | ||
|
||
We are extremely pleased to announce that Eclipse Vert.x version 4.5.11 has been released. | ||
|
||
Since the release of Vert.x 4.5.10, quite a few bugs have been reported. We would like to thank you all for reporting these issues. | ||
|
||
In addition, this release fixes [ CVE-2024-47535](https://github.com/advisories/GHSA-xq3w-v528-46rv) in Netty. | ||
|
||
The [4.5.11 release notes](https://github.com/vert-x3/wiki/wiki/4.5.11-Release-Notes) as well as | ||
[deprecations and breaking changes](https://github.com/vert-x3/wiki/wiki/4.5.11-Deprecations-and-breaking-changes) | ||
can be found on the wiki. | ||
|
||
You can bootstrap a Vert.x 4 project using [start.vertx.io](https://start.vertx.io). | ||
|
||
The release artifacts have been deployed to [Maven Central](https://search.maven.org/search?q=g:io.vertx%20AND%20v:4.5.11) and | ||
you can get the distribution on [Maven Central](https://repo1.maven.org/maven2/io/vertx/vertx-stack-manager/4.5.11/). | ||
|
||
The [Vert.x 4 eventbus JavaScript client library](https://www.npmjs.com/package/@vertx/eventbus-bridge-client.js) is now available | ||
in a single location and it now usable standalone or it can easily be integrated with any frontend build tool. | ||
|
||
The Vert.x distribution is available from [SDKMan](https://sdkman.io) and our | ||
[HomeBrew TAP](https://github.com/vertx-distrib/homebrew-tap). | ||
|
||
That's it! Happy coding and see you soon on our user or dev [channels](https://vertx.io/channels). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default } from "./4.5.10" |