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 fc407d8 Update index.adoc new 1d063aa Merge pull request #3638 from rimshach/patch-2 fc407d8 is described below commit fc407d8a49a6b884cdd6a5c0d17a0ecf3e2d4ff4 Author: rimshach <44733143+rimsh...@users.noreply.github.com> AuthorDate: Mon Mar 16 16:57:28 2020 +0500 Update index.adoc --- docs/user-manual/modules/ROOT/pages/index.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/index.adoc b/docs/user-manual/modules/ROOT/pages/index.adoc index 7e1ff8d..9ec5a51 100644 --- a/docs/user-manual/modules/ROOT/pages/index.adoc +++ b/docs/user-manual/modules/ROOT/pages/index.adoc @@ -19,6 +19,7 @@ For a deeper and better understanding of Apache Camel, an xref:faq/what-is-camel * <<Overview>> * <<Documentation>> * <<Community>> +* <<Requirements>> * <<Developers>> == Overview @@ -533,6 +534,23 @@ camel routes without them knowing * xref:team.adoc[Team] * https://github.com/camel-extra/camel-extra[Camel Extra] +== Requirements + +=== Platform Requirements + +* Any platform that supports JDK 6 is required. + +=== 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 + + == Developers * Developer Guide