This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new f7bb4c7 NO-JIRA update Java version in documentation
f7bb4c7 is described below
commit f7bb4c754a6ab9aa8bdf1b51685f71739a747eda
Author: Justin Bertram <[email protected]>
AuthorDate: Thu Jan 20 08:54:58 2022 -0600
NO-JIRA update Java version in documentation
---
docs/user-manual/en/preface.md | 2 +-
docs/user-manual/en/using-server.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/user-manual/en/preface.md b/docs/user-manual/en/preface.md
index cbcc7d9..64c1b43 100644
--- a/docs/user-manual/en/preface.md
+++ b/docs/user-manual/en/preface.md
@@ -16,7 +16,7 @@ Why use Apache ActiveMQ Artemis? Here are just a few of the
reasons:
- Apache ActiveMQ Artemis is designed with usability in mind.
-- Written in Java. Runs on any platform with a Java 8+ runtime, that's
+- Written in Java. Runs on any platform with a Java 11+ runtime, that's
everything from Windows desktops to IBM mainframes.
- Amazing performance. Our ground-breaking high performance journal
diff --git a/docs/user-manual/en/using-server.md
b/docs/user-manual/en/using-server.md
index 46807d2..27673b7 100644
--- a/docs/user-manual/en/using-server.md
+++ b/docs/user-manual/en/using-server.md
@@ -402,7 +402,7 @@ script, but with the `stop` argument. Example:
/var/lib/mybroker/bin/artemis stop
```
-Please note that Apache ActiveMQ Artemis requires a Java 8 or later.
+Please note that Apache ActiveMQ Artemis requires a Java 11 or later.
By default the `etc/bootstrap.xml` configuration is used. The configuration can
be changed e.g. by running `./artemis run -- xml:path/to/bootstrap.xml` or