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 2020/07/24 13:01:27 UTC

[camel] branch camel-3.4.x updated: CAMEL-15336 - Wrong information for supported platforms in FAQ of website

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

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


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new b695df0  CAMEL-15336 - Wrong information for supported platforms in FAQ of website
b695df0 is described below

commit b695df05ce8e96d955ec1203439d456f39177975
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 24 14:20:48 2020 +0200

    CAMEL-15336 - Wrong information for supported platforms in FAQ of website
---
 .../modules/faq/pages/what-platforms-are-supported.adoc           | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/faq/pages/what-platforms-are-supported.adoc b/docs/user-manual/modules/faq/pages/what-platforms-are-supported.adoc
index 32dcfc8..b2df9f1 100644
--- a/docs/user-manual/modules/faq/pages/what-platforms-are-supported.adoc
+++ b/docs/user-manual/modules/faq/pages/what-platforms-are-supported.adoc
@@ -1,8 +1,14 @@
 [[Whatplatformsaresupported-Whatplatformsaresupported]]
 = What platforms are supported?
 
-Any platform supporting JDK 6.
+Any platform supporting JDK 8.
 
 We regularly test Camel on Linux, Windows and OS X. If you have a
 platform that is not listed contact one of the companies that provide
 xref:ROOT:support.adoc[commercial support].
+
+You can have a look at our builds by looking at the following CI Server jobs
+
+- https://ci-builds.apache.org/job/Camel/job/Apache%20Camel/[JDK 8]
+- https://ci-builds.apache.org/job/Camel/job/Camel%20JDK11/[JDK 11]
+- https://ci-builds.apache.org/job/Camel/job/Camel%20JDK14/[JDK 14]