From ed6736ec95138ce6a78877956cdcde30bc6180aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Hartman?= Date: Fri, 29 Nov 2024 12:46:29 +0100 Subject: [PATCH] Update Vert.x dependency version to 5.0.0.CR2 (#1409) --- docs/modules/integrate/pages/integrate-with-vertx.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/modules/integrate/pages/integrate-with-vertx.adoc b/docs/modules/integrate/pages/integrate-with-vertx.adoc index 3355f8b9e..22c87faa8 100644 --- a/docs/modules/integrate/pages/integrate-with-vertx.adoc +++ b/docs/modules/integrate/pages/integrate-with-vertx.adoc @@ -23,12 +23,14 @@ There are 2 modules to choose from: To use the Vert.x Hazelcast Enterprise Cluster Manager, add the following dependency to your Vert.x application: +NOTE: The version `5.0.0.CR2` is a candidate release. A GA version will be released once Vert.x itself goes GA. + [source,xml] ---- com.hazelcast vertx-hazelcast-enterprise - 5.0.0-SNAPSHOT + 5.0.0.CR2 ---- @@ -45,7 +47,8 @@ The dependency is located in the Hazelcast private repository, and you need to a ---- -Alternatively, if you need to use a snapshot version: +Alternatively, if you need to use a snapshot version (you should never use a snapshot version in production, +but it might be useful to test if an issue has been fixed): [source,xml] ----