This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 a744ff06ad1 Add in upgrade guide that camel-ignite is not expected to
work with Java 21
a744ff06ad1 is described below
commit a744ff06ad1cecdddf0ede435fd127db3aca57ca
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 20 16:20:49 2023 +0200
Add in upgrade guide that camel-ignite is not expected to work with Java 21
---
.../user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc | 7 +++++++
1 file changed, 7 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
index 6338c0acf13..91ab3961243 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
@@ -23,3 +23,10 @@ The `org.apache.camel.service.lra.LRAClient` can now access
`Exchange` to retrie
to support the transport of `Exchange`.
As result of interface changes also the known implementation classes and
usages have been adopted.
+
+=== camel-ignite
+
+The Apache Ignite project (v2.15) is not yet Java 21 compatible and therefore
`camel-ignite` is not
+expected to function correctly if using Java 21.
+
+A new release of Apache Ignite is expected that will start to support Java 21.