You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/07/15 06:14:24 UTC

[activemq-website] branch master updated: Fix previous release link

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ced245  Fix previous release link
8ced245 is described below

commit 8ced2456ff9e1e92e33dcec9326cc1142838562c
Author: jbonofre <jb...@apache.org>
AuthorDate: Wed Jul 15 08:14:02 2020 +0200

    Fix previous release link
---
 content/activemq-51512-release.html                        | 14 +++++++-------
 content/activemq-51513-release.html                        | 14 +++++++-------
 .../components/artemis/download/release-notes-2.12.0.html  | 10 +++++-----
 .../components/artemis/download/release-notes-2.13.0.html  | 10 +++++-----
 src/activemq-51512-release.md                              |  4 ++--
 src/activemq-51513-release.md                              |  4 ++--
 6 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/content/activemq-51512-release.html b/content/activemq-51512-release.html
index d28e54e..7cc3fa2 100644
--- a/content/activemq-51512-release.html
+++ b/content/activemq-51512-release.html
@@ -130,15 +130,15 @@
   <li>Download the <a href="http://www.apache.org/dist/activemq/KEYS">KEYS</a></li>
   <li>Download the asc signature file for the relevant distribution</li>
   <li>Verify the signatures using the following commands, depending on your use of PGP or GPG:
-    <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ pgpk -a KEYS
+    <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ pgpk -a KEYS
 $ pgpv apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 </code></pre></div>    </div>
     <p>or</p>
-    <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ pgp -ka KEYS
+    <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ pgp -ka KEYS
 $ pgp apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 </code></pre></div>    </div>
     <p>or</p>
-    <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ gpg --import KEYS
+    <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ gpg --import KEYS
 $ gpg --verify apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 </code></pre></div>    </div>
   </li>
@@ -146,7 +146,7 @@ $ gpg --verify apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 
 <p>(Where <version> is replaced with the actual version, e.g., 5.1.0, 5.2.0, etc.).</version></p>
 
-<p>Alternatively, you can verify the MD5 signature on the files. A Unix program called <code class="language-plaintext highlighter-rouge">md5</code> or <code class="language-plaintext highlighter-rouge">md5sum</code> is included in most Linux and Unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can utilize any of the following md5 programs:</p>
+<p>Alternatively, you can verify the MD5 signature on the files. A Unix program called <code class="highlighter-rouge">md5</code> or <code class="highlighter-rouge">md5sum</code> is included in most Linux and Unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can utilize any of the following md5 programs:</p>
 
 <ul>
   <li><a href="http://www.fourmilab.ch/md5/">md5</a></li>
@@ -157,7 +157,7 @@ $ gpg --verify apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 <h2 id="getting-the-binaries-using-maven-3">Getting the Binaries using Maven 3</h2>
 
 <p>To use this release in your maven project, the simplest dependency that you can use in your <a href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;dependency&gt;
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.activemq&lt;/groupId&gt;
   &lt;artifactId&gt;activemq-all&lt;/artifactId&gt;
   &lt;version&gt;5.15.12&lt;/version&gt;
@@ -192,9 +192,9 @@ $ gpg --verify apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 
 <h2 id="change-log">Change Log</h2>
 
-<p>For a more detailed view of new features and bug fixes, see the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&amp;version=12345958">release notes</a></p>
+<p>For a more detailed view of new features and bug fixes, see the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&amp;version=12346500">release notes</a></p>
 
-<p>Also see the previous <a href="activemq-51510-release">ActiveMQ 5.15.10 Release</a></p>
+<p>Also see the previous <a href="activemq-51511-release">ActiveMQ 5.15.11 Release</a></p>
 
       </div>
     </div>
diff --git a/content/activemq-51513-release.html b/content/activemq-51513-release.html
index 891a0d1..91f5662 100644
--- a/content/activemq-51513-release.html
+++ b/content/activemq-51513-release.html
@@ -130,15 +130,15 @@
   <li>Download the <a href="http://www.apache.org/dist/activemq/KEYS">KEYS</a></li>
   <li>Download the asc signature file for the relevant distribution</li>
   <li>Verify the signatures using the following commands, depending on your use of PGP or GPG:
-    <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ pgpk -a KEYS
+    <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ pgpk -a KEYS
 $ pgpv apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 </code></pre></div>    </div>
     <p>or</p>
-    <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ pgp -ka KEYS
+    <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ pgp -ka KEYS
 $ pgp apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 </code></pre></div>    </div>
     <p>or</p>
-    <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ gpg --import KEYS
+    <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ gpg --import KEYS
 $ gpg --verify apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 </code></pre></div>    </div>
   </li>
@@ -146,7 +146,7 @@ $ gpg --verify apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 
 <p>(Where <version> is replaced with the actual version, e.g., 5.1.0, 5.2.0, etc.).</version></p>
 
-<p>Alternatively, you can verify the MD5 signature on the files. A Unix program called <code class="language-plaintext highlighter-rouge">md5</code> or <code class="language-plaintext highlighter-rouge">md5sum</code> is included in most Linux and Unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can utilize any of the following md5 programs:</p>
+<p>Alternatively, you can verify the MD5 signature on the files. A Unix program called <code class="highlighter-rouge">md5</code> or <code class="highlighter-rouge">md5sum</code> is included in most Linux and Unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can utilize any of the following md5 programs:</p>
 
 <ul>
   <li><a href="http://www.fourmilab.ch/md5/">md5</a></li>
@@ -157,7 +157,7 @@ $ gpg --verify apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 <h2 id="getting-the-binaries-using-maven-3">Getting the Binaries using Maven 3</h2>
 
 <p>To use this release in your maven project, the simplest dependency that you can use in your <a href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;dependency&gt;
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.activemq&lt;/groupId&gt;
   &lt;artifactId&gt;activemq-all&lt;/artifactId&gt;
   &lt;version&gt;5.15.13&lt;/version&gt;
@@ -192,9 +192,9 @@ $ gpg --verify apache-activemq-&lt;version&gt;-bin.tar.gz.asc
 
 <h2 id="change-log">Change Log</h2>
 
-<p>For a more detailed view of new features and bug fixes, see the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&amp;version=12345958">release notes</a></p>
+<p>For a more detailed view of new features and bug fixes, see the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&amp;version=12347002">release notes</a></p>
 
-<p>Also see the previous <a href="activemq-51510-release">ActiveMQ 5.15.10 Release</a></p>
+<p>Also see the previous <a href="activemq-51512-release">ActiveMQ 5.15.12 Release</a></p>
 
       </div>
     </div>
diff --git a/content/components/artemis/download/release-notes-2.12.0.html b/content/components/artemis/download/release-notes-2.12.0.html
index fa4a518..c330ad4 100644
--- a/content/components/artemis/download/release-notes-2.12.0.html
+++ b/content/components/artemis/download/release-notes-2.12.0.html
@@ -99,7 +99,7 @@
 <p>Release Notes - ActiveMQ Artemis - Version 2.12.0</p>
 
 <h2 id="bug">Bug</h2>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-975] - Reading messages from page causes lost entries in db backend
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-975] - Reading messages from page causes lost entries in db backend
 * [ARTEMIS-2176] - RA connection properties are not propagated to XARecoveryConfig
 * [ARTEMIS-2325] - SendAcknowledgementHandler when multiple mesages are sent
 * [ARTEMIS-2476] - New MQTT subscriptions receive older (not last published) retained message.
@@ -156,7 +156,7 @@
 </code></pre></div></div>
 
 <h2 id="new-feature">New Feature</h2>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-1194] - SOCKS proxy support
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-1194] - SOCKS proxy support
 * [ARTEMIS-1975] - Real LargeMessage support for AMQP
 * [ARTEMIS-2587] - ActiveMQ5-like dead letter strategy
 * [ARTEMIS-2613] - Support DivertBindings for Federated Addresses
@@ -165,7 +165,7 @@
 </code></pre></div></div>
 
 <h2 id="improvement">Improvement</h2>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-1676] - Allow users to override JAVA_ARGS via environment variables
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-1676] - Allow users to override JAVA_ARGS via environment variables
 * [ARTEMIS-1953] - Fix Object conversions for AMQP LargeMessages
 * [ARTEMIS-2571] - Remove unneccessary synchronization in ActiveMQServerImpl
 * [ARTEMIS-2602] - Improve Journal loading heap usage
@@ -190,11 +190,11 @@
 </code></pre></div></div>
 
 <h2 id="test">Test</h2>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2725] - Implement a way to retry flaky tests on the testsuite
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2725] - Implement a way to retry flaky tests on the testsuite
 </code></pre></div></div>
 
 <h2 id="task">Task</h2>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2598] - Update netty version to 4.1.43.Final
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2598] - Update netty version to 4.1.43.Final
 * [ARTEMIS-2600] - Update mqtt-client version to 1.16
 * [ARTEMIS-2601] - Update jetty version to 9.4.26.v20200117
 * [ARTEMIS-2615] - Update netty version to 4.1.45.Final
diff --git a/content/components/artemis/download/release-notes-2.13.0.html b/content/components/artemis/download/release-notes-2.13.0.html
index f3f5a66..5aeb879 100644
--- a/content/components/artemis/download/release-notes-2.13.0.html
+++ b/content/components/artemis/download/release-notes-2.13.0.html
@@ -99,7 +99,7 @@
 <p>Release Notes - ActiveMQ Artemis - Version 2.13.0</p>
 
 <h2 id="bug">Bug</h2>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2638] - Retroactive resources created recursively when using # match
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2638] - Retroactive resources created recursively when using # match
 * [ARTEMIS-2655] - Support auto-creation w/FQQN for STOMP
 * [ARTEMIS-2740] - Broker sends messages from DLQ populated with illegal AMQP message annotations
 * [ARTEMIS-2743] - Synchronize JMS connection methods
@@ -114,7 +114,7 @@
 </code></pre></div></div>
 
 <h2 id="new-feature">New Feature</h2>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2666] - Add management for duplicate ID cache 
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2666] - Add management for duplicate ID cache 
 * [ARTEMIS-2726] - Implement min/max expiry-delay
 * [ARTEMIS-2738] - Implement per-acceptor security domains
 * [ARTEMIS-2739] - Artemis health check tool
@@ -123,7 +123,7 @@
 </code></pre></div></div>
 
 <h2 id="improvement">Improvement</h2>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2372] - Support Filtering on Message Annotations
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2372] - Support Filtering on Message Annotations
 * [ARTEMIS-2648] - Improve the Audit logging capabilities
 * [ARTEMIS-2680] - Use queue name for address if none specified via configuration
 * [ARTEMIS-2704] - Provide a SPI to manage and cache SSLContext 
@@ -140,12 +140,12 @@
 </code></pre></div></div>
 
 <h2 id="test">Test</h2>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2730] - Move AuditLoggerTest as a smoke test
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2730] - Move AuditLoggerTest as a smoke test
 * [ARTEMIS-2734] - Implement Apache logger for the testsuite
 </code></pre></div></div>
 
 <h2 id="task">Task</h2>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2709] - Fix  LiveToLiveFailoverTest::scaleDownDelay
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* [ARTEMIS-2709] - Fix  LiveToLiveFailoverTest::scaleDownDelay
 * [ARTEMIS-2717] - Isolate the current Quorum Vote implementation
 * [ARTEMIS-2732] - Cleanup Logging on tests
 * [ARTEMIS-2737] - Update apache commons-text version to 1.8
diff --git a/src/activemq-51512-release.md b/src/activemq-51512-release.md
index 2083f70..188c420 100644
--- a/src/activemq-51512-release.md
+++ b/src/activemq-51512-release.md
@@ -79,6 +79,6 @@ Source Release|[activemq-parent-5.15.12-source-release.zip](http://www.apache.or
 Change Log
 ----------
 
-For a more detailed view of new features and bug fixes, see the [release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12345958)
+For a more detailed view of new features and bug fixes, see the [release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12346500)
 
-Also see the previous [ActiveMQ 5.15.10 Release](activemq-51510-release)
+Also see the previous [ActiveMQ 5.15.11 Release](activemq-51511-release)
diff --git a/src/activemq-51513-release.md b/src/activemq-51513-release.md
index 6f03caa..17b6832 100644
--- a/src/activemq-51513-release.md
+++ b/src/activemq-51513-release.md
@@ -79,6 +79,6 @@ Source Release|[activemq-parent-5.15.13-source-release.zip](http://www.apache.or
 Change Log
 ----------
 
-For a more detailed view of new features and bug fixes, see the [release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12345958)
+For a more detailed view of new features and bug fixes, see the [release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12347002)
 
-Also see the previous [ActiveMQ 5.15.10 Release](activemq-51510-release)
+Also see the previous [ActiveMQ 5.15.12 Release](activemq-51512-release)