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 4320177e0e1 Update what-are-the-dependencies.adoc 4320177e0e1 is described below commit 4320177e0e1c333b7215336e28bb5b60926827df Author: Robert Scholte <rfscho...@apache.org> AuthorDate: Wed May 25 11:37:40 2022 +0200 Update what-are-the-dependencies.adoc Be more explicit regarding the required/supported JDK ranges --- docs/user-manual/modules/ROOT/pages/what-are-the-dependencies.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/what-are-the-dependencies.adoc b/docs/user-manual/modules/ROOT/pages/what-are-the-dependencies.adoc index 25d5803c451..873e5399aa2 100644 --- a/docs/user-manual/modules/ROOT/pages/what-are-the-dependencies.adoc +++ b/docs/user-manual/modules/ROOT/pages/what-are-the-dependencies.adoc @@ -2,8 +2,10 @@ == Java support -- Camel 2 supports JDK 8 -- Camel 3 supports JDK 8 or 11 +- Camel 2 requires JDK 8 +- Camel 3 requires JDK 8 and supports JDK 11 +- Camel 3.15.0+ requires JDK 11 +- Camel 3.17.0+ requires JDK 11 and supports JDK 17 == Camel JAR Dependencies