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-website.git
The following commit(s) were added to refs/heads/main by this push:
new cf0959b update Java version
cf0959b is described below
commit cf0959bd68329062d542cf6a0bd2bb611dd74170
Author: Justin Bertram <[email protected]>
AuthorDate: Thu Jan 20 08:56:34 2022 -0600
update Java version
---
src/components/artemis/documentation/latest/using-server.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/artemis/documentation/latest/using-server.html
b/src/components/artemis/documentation/latest/using-server.html
index a18bedd..6cfeda1 100644
--- a/src/components/artemis/documentation/latest/using-server.html
+++ b/src/components/artemis/documentation/latest/using-server.html
@@ -1611,7 +1611,7 @@ examples to verify the broker is running properly.</p>
script, but with the <code>stop</code> argument. Example:</p>
<pre><code class="lang-sh">/var/lib/mybroker/bin/artemis stop
</code></pre>
-<p>Please note that Apache ActiveMQ Artemis requires a Java 8 or later.</p>
+<p>Please note that Apache ActiveMQ Artemis requires a Java 11 or later.</p>
<p>By default the <code>etc/bootstrap.xml</code> configuration is used. The
configuration can
be changed e.g. by running <code>./artemis run --
xml:path/to/bootstrap.xml</code> or
another config of your choosing.</p>