This is an automated email from the ASF dual-hosted git repository.

tcunning pushed a commit to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.14.x by this push:
     new dfd7aa82d2da Downgrade hazelcast to 5.4.0 - needs to stay at 5.4.0 due 
to the CP subsystem changes in 5.5.0 where it is only available in the 
enterprise product
dfd7aa82d2da is described below

commit dfd7aa82d2da9732ffc837605473ba834914bfd9
Author: Tom Cunningham <[email protected]>
AuthorDate: Fri Mar 20 12:23:12 2026 -0400

    Downgrade hazelcast to 5.4.0 - needs to stay at 5.4.0 due to the CP 
subsystem changes in 5.5.0 where it is only available in the enterprise product
---
 parent/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 54643727d3f9..f57c434a10f4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -221,7 +221,9 @@
         <hapi-version>2.6.0</hapi-version>
         <hapi-base-version>2.6.0</hapi-base-version>
         <hapi-fhir-version>8.2.1</hapi-fhir-version>
-        <hazelcast-version>5.5.0</hazelcast-version>
+        <!-- hazelcast needs to stay at 5.4.0 due to changes where the CP 
subsystem is only available in
+        the enterprise hazelcast product -->
+        <hazelcast-version>5.4.0</hazelcast-version>
         <hdrhistrogram-version>2.2.2</hdrhistrogram-version>
         <hibernate-validator-version>9.0.1.Final</hibernate-validator-version>
         <hibernate-version>6.3.2.Final</hibernate-version>

Reply via email to