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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 5ae9b630d7 Mention JDK 17 as the minimum required version in first 
steps guide
5ae9b630d7 is described below

commit 5ae9b630d72a7b72729183a51471be335bc217ac
Author: James Netherton <[email protected]>
AuthorDate: Wed Jul 10 07:20:25 2024 +0100

    Mention JDK 17 as the minimum required version in first steps guide
---
 docs/modules/ROOT/pages/user-guide/first-steps.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/user-guide/first-steps.adoc 
b/docs/modules/ROOT/pages/user-guide/first-steps.adoc
index ab76178548..cb9fe4b95c 100644
--- a/docs/modules/ROOT/pages/user-guide/first-steps.adoc
+++ b/docs/modules/ROOT/pages/user-guide/first-steps.adoc
@@ -7,7 +7,7 @@ This guide outlines various ways to create a new Camel Quarkus 
application.
 
 * A `git` client
 * An IDE
-* JDK 11+ with `JAVA_HOME` configured appropriately
+* JDK 17+ with `JAVA_HOME` configured appropriately
 * Apache Maven {min-maven-version}+ ({target-maven-version} is recommended)
 * GraalVM with the `native-image` command installed and the `GRAALVM_HOME` 
environment variable set. See
   https://quarkus.io/guides/building-native-image-guide[Building a native 
executable] section of the Quarkus

Reply via email to