This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new b370ee32b5e2 Downgrade hazelcast to 5.4.0 (see CAMEL-22041) (#22155)
b370ee32b5e2 is described below
commit b370ee32b5e2761db57002871b59ac6ed06d5f47
Author: Tom Cunningham <[email protected]>
AuthorDate: Sun Mar 22 09:46:00 2026 -0400
Downgrade hazelcast to 5.4.0 (see CAMEL-22041) (#22155)
---
parent/pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 625fc58218fe..d9592105132c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -243,7 +243,10 @@
<hapi-base-version>2.6.0</hapi-base-version>
<hapi-fhir-version>8.8.1</hapi-fhir-version>
<hawtio-version>4.6.2</hawtio-version>
- <hazelcast-version>5.5.0</hazelcast-version>
+ <!-- https://issues.apache.org/jira/browse/CAMEL-22041
+ hazelcast needs to stay at 5.4.0 for 4.19.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.1.0.Final</hibernate-validator-version>
<hibernate-version>6.3.2.Final</hibernate-version>