You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/20 14:01:11 UTC

[camel] branch master updated: Added a little note about the need of 8.0.275 JDK from now on when building, because of camel-jfr

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new c8d5e45  Added a little note about the need of 8.0.275 JDK from now on when building, because of camel-jfr
c8d5e45 is described below

commit c8d5e455e2b84701bda06be342313d6598e1cf61
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 20 14:59:28 2021 +0100

    Added a little note about the need of 8.0.275 JDK from now on when building, because of camel-jfr
---
 docs/user-manual/modules/ROOT/pages/index.adoc | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/index.adoc b/docs/user-manual/modules/ROOT/pages/index.adoc
index 95a619c..d7615ff 100644
--- a/docs/user-manual/modules/ROOT/pages/index.adoc
+++ b/docs/user-manual/modules/ROOT/pages/index.adoc
@@ -160,14 +160,10 @@ Consult the xref:components::index.adoc[components] documentation.
 
 === JDK Requirements
 
-* Camel 2.6 or older requires JDK 1.5 or better.
-
-* Camel 2.7 onwards requires JDK 1.6 or JDK 1.7.
-
-* Camel 2.14 onwards requires JDK 1.7 or better.
-
-* Camel 2.18 onwards requires JDK 1.8
-
+- Camel 2.x supports JDK 8
+- Camel 3.0 - 3.4 supports JDK 8 and 11
+- Camel 3.5 or higher supports JDK 8, 11 and 14
+Note: Camel 3.8 (when released), in case of JDK 8's usage, will need at least the 8.0.275 version
 
 == Developers