NO-JIRA update Java version in documentation

This commit is contained in:
Justin Bertram 2022-01-20 08:54:58 -06:00
parent 862b060416
commit f7bb4c754a
No known key found for this signature in database
GPG Key ID: F41830B875BB8633
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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