NO-JIRA update Java version in documentation
This commit is contained in:
parent
862b060416
commit
f7bb4c754a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue