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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 71cfdfef9 Automatic Site Publish by Buildbot
71cfdfef9 is described below

commit 71cfdfef906daeb0667a29b2f533517d302da598
Author: buildbot <[email protected]>
AuthorDate: Mon Jun 29 18:27:59 2026 +0000

    Automatic Site Publish by Buildbot
---
 output/activemq-5019008-release.html               | 11 +++++
 output/activemq-6000207-release.html               | 11 +++++
 .../connection-configuration-uri.html              |  5 +++
 .../classic/documentation/download-archives.html   |  2 +
 .../classic/documentation/objectmessage.html       |  2 +-
 .../documentation/per-destination-policies.html    |  5 +++
 .../documentation/xbean-xml-reference-50.html      |  6 +++
 .../classic/download/classic-05-19-07.html         | 18 +++++---
 ...classic-05-19-07.html => classic-05-19-08.html} | 52 +++++++++++++++-------
 .../classic/download/classic-06-00-00.html         |  2 +-
 .../classic/download/classic-06-02-06.html         | 18 +++++---
 ...classic-06-02-06.html => classic-06-02-07.html} | 52 +++++++++++++++-------
 output/components/classic/download/index.html      | 52 +++++++++++-----------
 output/index.html                                  | 18 ++++----
 output/news/index.html                             | 14 ++++++
 output/redirects.json                              |  2 +-
 16 files changed, 186 insertions(+), 84 deletions(-)

diff --git a/output/activemq-5019008-release.html 
b/output/activemq-5019008-release.html
new file mode 100644
index 000000000..60c44b678
--- /dev/null
+++ b/output/activemq-5019008-release.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en-US">
+  <meta charset="utf-8">
+  <title>Redirecting&hellip;</title>
+  <link rel="canonical" href="/components/classic/download/classic-05-19-08">
+  <script>location="/components/classic/download/classic-05-19-08"</script>
+  <meta http-equiv="refresh" content="0; 
url=/components/classic/download/classic-05-19-08">
+  <meta name="robots" content="noindex">
+  <h1>Redirecting&hellip;</h1>
+  <a href="/components/classic/download/classic-05-19-08">Click here if you 
are not redirected.</a>
+</html>
diff --git a/output/activemq-6000207-release.html 
b/output/activemq-6000207-release.html
new file mode 100644
index 000000000..1c823f155
--- /dev/null
+++ b/output/activemq-6000207-release.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en-US">
+  <meta charset="utf-8">
+  <title>Redirecting&hellip;</title>
+  <link rel="canonical" href="/components/classic/download/classic-06-02-07">
+  <script>location="/components/classic/download/classic-06-02-07"</script>
+  <meta http-equiv="refresh" content="0; 
url=/components/classic/download/classic-06-02-07">
+  <meta name="robots" content="noindex">
+  <h1>Redirecting&hellip;</h1>
+  <a href="/components/classic/download/classic-06-02-07">Click here if you 
are not redirected.</a>
+</html>
diff --git 
a/output/components/classic/documentation/connection-configuration-uri.html 
b/output/components/classic/documentation/connection-configuration-uri.html
index 8736b45cd..cf075881e 100644
--- a/output/components/classic/documentation/connection-configuration-uri.html
+++ b/output/components/classic/documentation/connection-configuration-uri.html
@@ -231,6 +231,11 @@
       <td><code class="language-plaintext highlighter-rouge">false</code></td>
       <td>Whether or not message redelivery (and any related delays) will 
block the delivery of other messages. Setting to <code 
class="language-plaintext highlighter-rouge">true</code> will allow messages to 
be delivered out of order.</td>
     </tr>
+    <tr>
+      <td><code class="language-plaintext 
highlighter-rouge">maxInflatedDataSizeRatio</code></td>
+      <td><code class="language-plaintext highlighter-rouge">10.0</code></td>
+      <td>Used to compute maxInflatedDataSize if <a 
href="configuring-wire-formats">maxFrameSize</a> is configured on the 
wireformat. This ratio is used to determine the maximum allowed size of an 
uncompressed message body. maxInflatedDataSize is defined as <code 
class="language-plaintext highlighter-rouge">maxFrameSize * 
maxInflatedDataSizeRatio</code>.  For example, if maxFrameSize is 10MB then by 
default maxInflatedDataSize would be 100MB. (since v5.19.8 and v6.2.7)</td>
+    </tr>
   </tbody>
 </table>
 
diff --git a/output/components/classic/documentation/download-archives.html 
b/output/components/classic/documentation/download-archives.html
index 01482d5e3..da623a59f 100644
--- a/output/components/classic/documentation/download-archives.html
+++ b/output/components/classic/documentation/download-archives.html
@@ -102,6 +102,7 @@
 <p>Previous Apache ActiveMQ Classic release pages:</p>
 
 <ul>
+  <li><a href="/components/classic/download/classic-06-02-07">ActiveMQ 6.2.7 
Release</a></li>
   <li><a href="/components/classic/download/classic-06-02-06">ActiveMQ 6.2.6 
Release</a></li>
   <li><a href="/components/classic/download/classic-06-02-05">ActiveMQ 6.2.5 
Release</a></li>
   <li><a href="/components/classic/download/classic-06-02-04">ActiveMQ 6.2.4 
Release</a></li>
@@ -120,6 +121,7 @@
   <li><a href="/components/classic/download/classic-06-01-00">ActiveMQ Classic 
6.1.0 Release</a></li>
   <li><a href="/components/classic/download/classic-06-00-01">ActiveMQ Classic 
6.0.1 Release</a></li>
   <li><a href="/components/classic/download/classic-06-00-00">ActiveMQ Classic 
6.0.0 Release</a></li>
+  <li><a href="/components/classic/download/classic-05-19-08">ActiveMQ 5.19.8 
Release</a></li>
   <li><a href="/components/classic/download/classic-05-19-07">ActiveMQ 5.19.7 
Release</a></li>
   <li><a href="/components/classic/download/classic-05-19-06">ActiveMQ 5.19.6 
Release</a></li>
   <li><a href="/components/classic/download/classic-05-19-05">ActiveMQ 5.19.5 
Release</a></li>
diff --git a/output/components/classic/documentation/objectmessage.html 
b/output/components/classic/documentation/objectmessage.html
index ca0c1bafd..c2fd2d4e8 100644
--- a/output/components/classic/documentation/objectmessage.html
+++ b/output/components/classic/documentation/objectmessage.html
@@ -103,7 +103,7 @@
 <p>If you need to exchange object messages, you need to add packages your 
applications are using. You can do that with by using <code 
class="language-plaintext 
highlighter-rouge">org.apache.activemq.SERIALIZABLE_PACKAGES</code> system 
property, interpreted by the broker and the activemq client library. You can 
add this system property to <code class="language-plaintext 
highlighter-rouge">ACTIVEMQ_OPTS</code> variable in <code 
class="language-plaintext highlighter-rouge">${ACTIVEMQ_HOME}/ [...]
 
 <p>For example:</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>-Dorg.apache.activemq.SERIALIZABLE_PACKAGES=java.lang,javax.security,java.util,org.apache.activemq,org.fusesource.hawtbuf,com.thoughtworks.xstream.mapper,com.mycompany.myapp
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>-Dorg.apache.activemq.SERIALIZABLE_PACKAGES=javax.security,java.util,org.apache.activemq,org.fusesource.hawtbuf,com.thoughtworks.xstream.mapper,com.mycompany.myapp
 </code></pre></div></div>
 <p>will add <code class="language-plaintext 
highlighter-rouge">com.mycompany.myapp</code> package to the list of trusted 
packages. Note that other packages listed here are enabled by default as they 
are necessary for the regular broker work. In case you want to shortcut this 
mechanism, you can allow all packages to be trusted by using <code 
class="language-plaintext highlighter-rouge">*</code> wildcard, like</p>
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>-Dorg.apache.activemq.SERIALIZABLE_PACKAGES=*
diff --git 
a/output/components/classic/documentation/per-destination-policies.html 
b/output/components/classic/documentation/per-destination-policies.html
index 9409b9481..acbb519d2 100644
--- a/output/components/classic/documentation/per-destination-policies.html
+++ b/output/components/classic/documentation/per-destination-policies.html
@@ -132,6 +132,11 @@
       <td><code class="language-plaintext highlighter-rouge">false</code></td>
       <td>Send an advisory message when a limit (memory, store, temp disk) is 
full.</td>
     </tr>
+    <tr>
+      <td><code class="language-plaintext 
highlighter-rouge">allowTempDestinationStealing</code></td>
+      <td><code class="language-plaintext highlighter-rouge">false</code></td>
+      <td>Allow other connections besides the connection that created the 
temporary destination to create consumers on that temporary destination. This 
is recommended to be <code class="language-plaintext 
highlighter-rouge">false</code> and should only be enabled when it’s not a 
concern if other connections can consume from any temporary destination. This 
may need to be enabled to make certain failover scenaiors or networking 
bridging use cases work that involve temporary destinations. ( [...]
+    </tr>
     <tr>
       <td><code class="language-plaintext 
highlighter-rouge">enableAudit</code></td>
       <td><code class="language-plaintext highlighter-rouge">true</code></td>
diff --git 
a/output/components/classic/documentation/xbean-xml-reference-50.html 
b/output/components/classic/documentation/xbean-xml-reference-50.html
index ba60a32ea..68f276504 100644
--- a/output/components/classic/documentation/xbean-xml-reference-50.html
+++ b/output/components/classic/documentation/xbean-xml-reference-50.html
@@ -1297,6 +1297,12 @@
 
 <p><em>java.net.URI</em></p>
 
+<p>maxInflatedDataSize</p>
+
+<p><em>integer</em></p>
+
+<p>The maximum allowed size of an uncompressed message body. The default is 
100 MB.</p>
+
 <h3 id="the-bytesjdbcadapter-element">The <em>&lt;bytesJDBCAdapter&gt;</em> 
Element</h3>
 
 <p>This JDBCAdapter inserts and extracts BLOB data using the 
setBytes()/getBytes() operations. The databases/JDBC drivers that use this 
adapter are:</p>
diff --git a/output/components/classic/download/classic-05-19-07.html 
b/output/components/classic/download/classic-05-19-07.html
index 74535fa8f..7a7da71fb 100644
--- a/output/components/classic/download/classic-05-19-07.html
+++ b/output/components/classic/download/classic-05-19-07.html
@@ -93,6 +93,10 @@
     <div class="row" style="margin-top: 30px">
       <div class="col-12 classic">
         
+<div class="alert alert-warning">
+  This is an older release. To get the current release, please see the <a 
href="/components/classic/download" class="alert-link">download page</a>.
+</div>
+
 <p>Apache Classic 5.19.7 was released on May 31st, 2026.</p>
 
 <p>This is a maintenance release on the 5.19.x series, including:</p>
@@ -118,13 +122,13 @@
   <tbody>
     <tr>
       <td>Windows Distribution</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.7/apache-activemq-5.19.7-bin.zip&amp;action=download";>apache-activemq-5.19.7-bin.zip</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/5.19.7/apache-activemq-5.19.7-bin.zip.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/5.19.7/apache-activemq-5.19.7-bin.zip.sha512";>SHA512</a></td>
+      <td><a 
href="https://archive.apache.org/dist/activemq/5.19.7/apache-activemq-5.19.7-bin.zip";>apache-activemq-5.19.7-bin.zip</a></td>
+      <td><a 
href="https://archive.apache.org/dist/activemq/5.19.7/apache-activemq-5.19.7-bin.zip.asc";>ASC</a>,
 <a 
href="https://archive.apache.org/dist/activemq/5.19.7/apache-activemq-5.19.7-bin.zip.sha512";>SHA512</a></td>
     </tr>
     <tr>
       <td>Unix/Linux/Cygwin Distribution</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.7/apache-activemq-5.19.7-bin.tar.gz&amp;action=download";>apache-activemq-5.19.7-bin.tar.gz</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/5.19.7/apache-activemq-5.19.7-bin.tar.gz.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/5.19.7/apache-activemq-5.19.7-bin.tar.gz.sha512";>SHA512</a></td>
+      <td><a 
href="https://archive.apache.org/dist/activemq/5.19.7/apache-activemq-5.19.7-bin.tar.gz";>apache-activemq-5.19.7-bin.tar.gz</a></td>
+      <td><a 
href="https://archive.apache.org/dist/activemq/5.19.7/apache-activemq-5.19.7-bin.tar.gz.asc";>ASC</a>,
 <a 
href="https://archive.apache.org/dist/activemq/5.19.7/apache-activemq-5.19.7-bin.tar.gz.sha512";>SHA512</a></td>
     </tr>
   </tbody>
 </table>
@@ -186,9 +190,9 @@
   </thead>
   <tbody>
     <tr>
-      <td>Source Release:</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.7/activemq-parent-5.19.7-source-release.zip&amp;action=download";>activemq-parent-5.19.7-source-release.zip</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/5.19.7/activemq-parent-5.19.7-source-release.zip.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/5.19.7/activemq-parent-5.19.7-source-release.zip.sha512";>SHA512</a></td>
+      <td>Source Release</td>
+      <td><a 
href="https://archive.apache.org/dist/activemq/5.19.7/activemq-parent-5.19.7-source-release.zip";>activemq-parent-5.19.7-source-release.zip</a></td>
+      <td><a 
href="https://archive.apache.org/dist/activemq/5.19.7/activemq-parent-5.19.7-source-release.zip.asc";>ASC</a>,
 <a 
href="https://archive.apache.org/dist/activemq/5.19.7/activemq-parent-5.19.7-source-release.zip.sha512";>SHA512</a></td>
     </tr>
   </tbody>
 </table>
diff --git a/output/components/classic/download/classic-05-19-07.html 
b/output/components/classic/download/classic-05-19-08.html
similarity index 71%
copy from output/components/classic/download/classic-05-19-07.html
copy to output/components/classic/download/classic-05-19-08.html
index 74535fa8f..64b68f332 100644
--- a/output/components/classic/download/classic-05-19-07.html
+++ b/output/components/classic/download/classic-05-19-08.html
@@ -86,24 +86,44 @@
 <div class="content">
   <div class="page-title-classic">
     <div class="container">
-      <h1>ActiveMQ 5.19.7 Release</h1>
+      <h1>ActiveMQ 5.19.8 Release</h1>
     </div>
   </div>
   <div class="container" >
     <div class="row" style="margin-top: 30px">
       <div class="col-12 classic">
         
-<p>Apache Classic 5.19.7 was released on May 31st, 2026.</p>
+<p>Apache Classic 5.19.8 was released on Jun 29th, 2026.</p>
 
 <p>This is a maintenance release on the 5.19.x series, including:</p>
 <ul>
-  <li>Additional transport types to the JMX denied list</li>
-  <li>Fix authorization check on the removeDestination</li>
-  <li>Block XBeanBrokerFactory by default inside the VMTransportFactory</li>
-  <li>Security enforcements: message servlet disabled by default, harden 
default configuration for the broker, the webconsole, and jolokia</li>
+  <li>Update Stomp transports with improved validation</li>
+  <li>Send advisory messages using the broker connection context</li>
+  <li>Several security enforcement and validation fixes (https in BrokerView, 
webconsole, …)</li>
+  <li>Preserve ${…} placeholders when removing/modifying networkConnectors in 
RuntimeConfigurationPlugin</li>
 </ul>
 
-<p>You can find details on the <a 
href="https://github.com/apache/activemq/releases/tag/activemq-5.19.7";>release 
notes</a>.</p>
+<h4 id="notable-updates-regarding-security-and-breaking-changes">Notable 
updates regarding security and breaking changes:</h4>
+
+<ul>
+  <li>This release introduces <a 
href="../documentation/xbean-xml-reference-50">maxInflatedDataSize</a> and <a 
href="../documentation/connection-configuration-uri">maxInflatedDataSizeRatio</a>
 as possible breaking changes to be aware of.
+maxInflatedDataSize is the maximum allowed size of an uncompressed message 
body. The default on the broker is 100 MB which is in line with the default 
maxFrameSize of defined in the XML config of 10 MB on a transport.
+For the client, maxInflatedDataSize is computed as a ratio using 
maxInflatedDataSizeRatio</li>
+  <li>By default, <a 
href="../documentation/per-destination-policies">allowTempDestinationStealing</a>
 has now been disabled. In previous releases, connections could add consumers 
on any temporary destination. Now only the connection that created the 
temporary destination can consume. This may cause problems with failover or 
network bridging if using temporary destinations in those scenarios. You can 
re-nable the preivous behavior by setting <code class="language-plaintext 
highlighter-ro [...]
+  <li>The WebConsole is now restricted only to admin users by default. The 
WebConsole uses admin credentials to perform some functions, including when 
browsing destinations. Therefore, it is recommended to not grant access to 
non-admin users as the WebConsole is specifically meant for admins.</li>
+</ul>
+
+<h4 id="other-notable-changes-from-the-recent-5197-and-5198-release">Other 
notable changes from the recent 5.19.7 and 5.19.8 release:</h4>
+
+<ul>
+  <li>The WebConsole configuration has been hardened in including limiting 
allowed hosts/ips by default. This can be changed in the jetty.xml file.</li>
+  <li>Jolokia has been restricted to administrators only.</li>
+  <li>The XBeanBrokerFactory is blocked by default when using the VM 
Transport. It can be re-enabled with the <code class="language-plaintext 
highlighter-rouge">org.apache.activemq.transport.VM_TRANSPORT_FACTORY_SCHEMES_ENABLED</code>
 system property.</li>
+  <li>The <code class="language-plaintext highlighter-rouge">java.lang</code> 
package is no longer part of the default allowed serializable packages list. 
This is configured using the <code class="language-plaintext 
highlighter-rouge">org.apache.activemq.SERIALIZABLE_PACKAGES</code> system 
property. See <a href="../documentation/objectmessage">ObjectMessage</a> for 
more info.</li>
+  <li>The XBeanBrokerFactory is restricted to to local file system and 
classpath protocols only. This can be changed using the <code 
class="language-plaintext 
highlighter-rouge">org.apache.activemq.xbean.XBEAN_BROKER_FACTORY_PROTOCOLS</code>
 system property.</li>
+</ul>
+
+<p>You can find details on the <a 
href="https://github.com/apache/activemq/releases/tag/activemq-5.19.8";>release 
notes</a>.</p>
 
 <h3 id="getting-the-binary-distributions">Getting the Binary Distributions</h3>
 
@@ -118,13 +138,13 @@
   <tbody>
     <tr>
       <td>Windows Distribution</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.7/apache-activemq-5.19.7-bin.zip&amp;action=download";>apache-activemq-5.19.7-bin.zip</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/5.19.7/apache-activemq-5.19.7-bin.zip.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/5.19.7/apache-activemq-5.19.7-bin.zip.sha512";>SHA512</a></td>
+      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.8/apache-activemq-5.19.8-bin.zip&amp;action=download";>apache-activemq-5.19.8-bin.zip</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/5.19.8/apache-activemq-5.19.8-bin.zip.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/5.19.8/apache-activemq-5.19.8-bin.zip.sha512";>SHA512</a></td>
     </tr>
     <tr>
       <td>Unix/Linux/Cygwin Distribution</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.7/apache-activemq-5.19.7-bin.tar.gz&amp;action=download";>apache-activemq-5.19.7-bin.tar.gz</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/5.19.7/apache-activemq-5.19.7-bin.tar.gz.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/5.19.7/apache-activemq-5.19.7-bin.tar.gz.sha512";>SHA512</a></td>
+      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.8/apache-activemq-5.19.8-bin.tar.gz&amp;action=download";>apache-activemq-5.19.8-bin.tar.gz</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/5.19.8/apache-activemq-5.19.8-bin.tar.gz.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/5.19.8/apache-activemq-5.19.8-bin.tar.gz.sha512";>SHA512</a></td>
     </tr>
   </tbody>
 </table>
@@ -167,7 +187,7 @@
 <div class="language-plaintext 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.19.7&lt;/version&gt;
+  &lt;version&gt;5.19.8&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre></div></div>
 <p>If you need more fine grained control of your dependencies (activemq-all is 
an uber jar) pick and choose from the various components activemq-client, 
activemq-broker, activemq-xx-store etc.</p>
@@ -187,17 +207,17 @@
   <tbody>
     <tr>
       <td>Source Release:</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.7/activemq-parent-5.19.7-source-release.zip&amp;action=download";>activemq-parent-5.19.7-source-release.zip</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/5.19.7/activemq-parent-5.19.7-source-release.zip.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/5.19.7/activemq-parent-5.19.7-source-release.zip.sha512";>SHA512</a></td>
+      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.8/activemq-parent-5.19.8-source-release.zip&amp;action=download";>activemq-parent-5.19.8-source-release.zip</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/5.19.8/activemq-parent-5.19.8-source-release.zip.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/5.19.8/activemq-parent-5.19.8-source-release.zip.sha512";>SHA512</a></td>
     </tr>
   </tbody>
 </table>
 
 <h2 id="change-log">Change Log</h2>
 
-<p>For a more detailed view of new features and bug fixes, see the <a 
href="https://github.com/apache/activemq/releases/tag/activemq-5.19.7";>release 
notes</a></p>
+<p>For a more detailed view of new features and bug fixes, see the <a 
href="https://github.com/apache/activemq/releases/tag/activemq-5.19.8";>release 
notes</a></p>
 
-<p>Also see the previous <a 
href="/components/classic/download/classic-05-19-06">ActiveMQ 5.19.6 
Release</a></p>
+<p>Also see the previous <a 
href="/components/classic/download/classic-05-19-07">ActiveMQ 5.19.7 
Release</a></p>
 
 
       </div>
diff --git a/output/components/classic/download/classic-06-00-00.html 
b/output/components/classic/download/classic-06-00-00.html
index dba44b8f4..311e23025 100644
--- a/output/components/classic/download/classic-06-00-00.html
+++ b/output/components/classic/download/classic-06-00-00.html
@@ -205,7 +205,7 @@
 
 <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=12352570";>release
 notes</a></p>
 
-<p>Also see the previous <a 
href="/components/classic/download/classic-05-19-07">ActiveMQ 5.19.7 
Release</a></p>
+<p>Also see the previous <a 
href="/components/classic/download/classic-05-19-08">ActiveMQ 5.19.8 
Release</a></p>
 
 
       </div>
diff --git a/output/components/classic/download/classic-06-02-06.html 
b/output/components/classic/download/classic-06-02-06.html
index 01cce4bc4..94ae6ab38 100644
--- a/output/components/classic/download/classic-06-02-06.html
+++ b/output/components/classic/download/classic-06-02-06.html
@@ -93,6 +93,10 @@
     <div class="row" style="margin-top: 30px">
       <div class="col-12 classic">
         
+<div class="alert alert-warning">
+  This is an older release. To get the current release, please see the <a 
href="/components/classic/download" class="alert-link">download page</a>.
+</div>
+
 <p>Apache ActiveMQ 6.2.6 was released on May 31st, 2026.</p>
 
 <p>This is an important maintenance release on the 6.2.x series.
@@ -119,13 +123,13 @@ It especially includes:</p>
   <tbody>
     <tr>
       <td>Windows Distribution</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.6/apache-activemq-6.2.6-bin.zip&amp;action=download";>apache-activemq-6.2.6-bin.zip</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/6.2.6/apache-activemq-6.2.6-bin.zip.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/6.2.6/apache-activemq-6.2.6-bin.zip.sha512";>SHA512</a></td>
+      <td><a 
href="https://archive.apache.org/dist/activemq/6.2.6/apache-activemq-6.2.6-bin.zip";>apache-activemq-6.2.6-bin.zip</a></td>
+      <td><a 
href="https://archive.apache.org/dist/activemq/6.2.6/apache-activemq-6.2.6-bin.zip.asc";>ASC</a>,
 <a 
href="https://archive.apache.org/dist/activemq/6.2.6/apache-activemq-6.2.6-bin.zip.sha512";>SHA512</a></td>
     </tr>
     <tr>
       <td>Unix/Linux/Cygwin Distribution</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.6/apache-activemq-6.2.6-bin.tar.gz&amp;action=download";>apache-activemq-6.2.6-bin.tar.gz</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/6.2.6/apache-activemq-6.2.6-bin.tar.gz.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/6.2.6/apache-activemq-6.2.6-bin.tar.gz.sha512";>SHA512</a></td>
+      <td><a 
href="https://archive.apache.org/dist/activemq/6.2.6/apache-activemq-6.2.6-bin.tar.gz";>apache-activemq-6.2.6-bin.tar.gz</a></td>
+      <td><a 
href="https://archive.apache.org/dist/activemq/6.2.6/apache-activemq-6.2.6-bin.tar.gz.asc";>ASC</a>,
 <a 
href="https://archive.apache.org/dist/activemq/6.2.6/apache-activemq-6.2.6-bin.tar.gz.sha512";>SHA512</a></td>
     </tr>
   </tbody>
 </table>
@@ -187,9 +191,9 @@ It especially includes:</p>
   </thead>
   <tbody>
     <tr>
-      <td>Source Release:</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.6/activemq-parent-6.2.6-source-release.zip&amp;action=download";>activemq-parent-6.2.6-source-release.zip</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/6.2.6/activemq-parent-6.2.6-source-release.zip.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/6.2.6/activemq-parent-6.2.6-source-release.zip.sha512";>SHA512</a></td>
+      <td>Source Release</td>
+      <td><a 
href="https://archive.apache.org/dist/activemq/6.2.6/activemq-parent-6.2.6-source-release.zip";>activemq-parent-6.2.6-source-release.zip</a></td>
+      <td><a 
href="https://archive.apache.org/dist/activemq/6.2.6/activemq-parent-6.2.6-source-release.zip.asc";>ASC</a>,
 <a 
href="https://archive.apache.org/dist/activemq/6.2.6/activemq-parent-6.2.6-source-release.zip.sha512";>SHA512</a></td>
     </tr>
   </tbody>
 </table>
diff --git a/output/components/classic/download/classic-06-02-06.html 
b/output/components/classic/download/classic-06-02-07.html
similarity index 71%
copy from output/components/classic/download/classic-06-02-06.html
copy to output/components/classic/download/classic-06-02-07.html
index 01cce4bc4..2165e0a8c 100644
--- a/output/components/classic/download/classic-06-02-06.html
+++ b/output/components/classic/download/classic-06-02-07.html
@@ -86,25 +86,45 @@
 <div class="content">
   <div class="page-title-classic">
     <div class="container">
-      <h1>ActiveMQ 6.2.6 Release</h1>
+      <h1>ActiveMQ 6.2.7 Release</h1>
     </div>
   </div>
   <div class="container" >
     <div class="row" style="margin-top: 30px">
       <div class="col-12 classic">
         
-<p>Apache ActiveMQ 6.2.6 was released on May 31st, 2026.</p>
+<p>Apache ActiveMQ 6.2.7 was released on Jun 29th, 2026.</p>
 
 <p>This is an important maintenance release on the 6.2.x series.
 It especially includes:</p>
 <ul>
-  <li>Additional transport types to the JMX denied list</li>
-  <li>Fix authorization check on the removeDestination</li>
-  <li>Block XBeanBrokerFactory by default inside the VMTransportFactory</li>
-  <li>Security enforcements: message servlet disabled by default, harden 
default configuration for the broker, the webconsole, and jolokia</li>
+  <li>Update Stomp transports with improved validation</li>
+  <li>Send advisory messages using the broker connection context</li>
+  <li>Several security enforcement and validation fixes (https in BrokerView, 
webconsole, …)</li>
+  <li>Preserve ${…} placeholders when removing/modifying networkConnectors in 
RuntimeConfigurationPlugin</li>
 </ul>
 
-<p>You can find details on the <a 
href="https://github.com/apache/activemq/releases/tag/activemq-6.2.6";>release 
notes</a>.</p>
+<h4 id="notable-updates-regarding-security-and-breaking-changes">Notable 
updates regarding security and breaking changes:</h4>
+
+<ul>
+  <li>This release introduces <a 
href="../documentation/xbean-xml-reference-50">maxInflatedDataSize</a> and <a 
href="../documentation/connection-configuration-uri">maxInflatedDataSizeRatio</a>
 as possible breaking changes to be aware of.
+maxInflatedDataSize is the maximum allowed size of an uncompressed message 
body. The default on the broker is 100 MB which is in line with the default 
maxFrameSize of defined in the XML config of 10 MB on a transport.
+For the client, maxInflatedDataSize is computed as a ratio using 
maxInflatedDataSizeRatio</li>
+  <li>By default, <a 
href="../documentation/per-destination-policies">allowTempDestinationStealing</a>
 has now been disabled. In previous releases, connections could add consumers 
on any temporary destination. Now only the connection that created the 
temporary destination can consume. This may cause problems with failover or 
network bridging if using temporary destinations in those scenarios. You can 
re-nable the preivous behavior by setting <code class="language-plaintext 
highlighter-ro [...]
+  <li>The WebConsole is now restricted only to admin users by default. The 
WebConsole uses admin credentials to perform some functions, including when 
browsing destinations. Therefore, it is recommended to not grant access to 
non-admin users as the WebConsole is specifically meant for admins.</li>
+</ul>
+
+<h4 id="other-notable-changes-from-the-recent-625-and-626-release">Other 
notable changes from the recent 6.2.5 and 6.2.6 release:</h4>
+
+<ul>
+  <li>The WebConsole configuration has been hardened in including limiting 
allowed hosts/ips by default. This can be changed in the jetty.xml file.</li>
+  <li>Jolokia has been restricted to administrators only.</li>
+  <li>The XBeanBrokerFactory is blocked by default when using the VM 
Transport. It can be re-enabled with the <code class="language-plaintext 
highlighter-rouge">org.apache.activemq.transport.VM_TRANSPORT_FACTORY_SCHEMES_ENABLED</code>
 system property.</li>
+  <li>The <code class="language-plaintext highlighter-rouge">java.lang</code> 
package is no longer part of the default allowed serializable packages list. 
This is configured using the <code class="language-plaintext 
highlighter-rouge">org.apache.activemq.SERIALIZABLE_PACKAGES</code> system 
property. See <a href="../documentation/objectmessage">ObjectMessage</a> for 
more info.</li>
+  <li>The XBeanBrokerFactory is restricted to to local file system and 
classpath protocols only. This can be changed using the <code 
class="language-plaintext 
highlighter-rouge">org.apache.activemq.xbean.XBEAN_BROKER_FACTORY_PROTOCOLS</code>
 system property.</li>
+</ul>
+
+<p>You can find details on the <a 
href="https://github.com/apache/activemq/releases/tag/activemq-6.2.7";>release 
notes</a>.</p>
 
 <h3 id="getting-the-binary-distributions">Getting the Binary Distributions</h3>
 
@@ -119,13 +139,13 @@ It especially includes:</p>
   <tbody>
     <tr>
       <td>Windows Distribution</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.6/apache-activemq-6.2.6-bin.zip&amp;action=download";>apache-activemq-6.2.6-bin.zip</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/6.2.6/apache-activemq-6.2.6-bin.zip.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/6.2.6/apache-activemq-6.2.6-bin.zip.sha512";>SHA512</a></td>
+      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.7/apache-activemq-6.2.7-bin.zip&amp;action=download";>apache-activemq-6.2.7-bin.zip</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/6.2.7/apache-activemq-6.2.7-bin.zip.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/6.2.7/apache-activemq-6.2.7-bin.zip.sha512";>SHA512</a></td>
     </tr>
     <tr>
       <td>Unix/Linux/Cygwin Distribution</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.6/apache-activemq-6.2.6-bin.tar.gz&amp;action=download";>apache-activemq-6.2.6-bin.tar.gz</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/6.2.6/apache-activemq-6.2.6-bin.tar.gz.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/6.2.6/apache-activemq-6.2.6-bin.tar.gz.sha512";>SHA512</a></td>
+      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.7/apache-activemq-6.2.7-bin.tar.gz&amp;action=download";>apache-activemq-6.2.7-bin.tar.gz</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/6.2.7/apache-activemq-6.2.7-bin.tar.gz.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/6.2.7/apache-activemq-6.2.7-bin.tar.gz.sha512";>SHA512</a></td>
     </tr>
   </tbody>
 </table>
@@ -168,7 +188,7 @@ It especially includes:</p>
 <div class="language-plaintext 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;6.2.6&lt;/version&gt;
+  &lt;version&gt;6.2.7&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre></div></div>
 <p>If you need more fine grained control of your dependencies (activemq-all is 
an uber jar) pick and choose from the various components activemq-client, 
activemq-broker, activemq-xx-store etc.</p>
@@ -188,17 +208,17 @@ It especially includes:</p>
   <tbody>
     <tr>
       <td>Source Release:</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.6/activemq-parent-6.2.6-source-release.zip&amp;action=download";>activemq-parent-6.2.6-source-release.zip</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/6.2.6/activemq-parent-6.2.6-source-release.zip.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/6.2.6/activemq-parent-6.2.6-source-release.zip.sha512";>SHA512</a></td>
+      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.7/activemq-parent-6.2.7-source-release.zip&amp;action=download";>activemq-parent-6.2.7-source-release.zip</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/6.2.7/activemq-parent-6.2.7-source-release.zip.asc";>ASC</a>,
 <a 
href="https://downloads.apache.org/activemq/6.2.7/activemq-parent-6.2.7-source-release.zip.sha512";>SHA512</a></td>
     </tr>
   </tbody>
 </table>
 
 <h2 id="change-log">Change Log</h2>
 
-<p>For a more detailed view of new features and bug fixes, see the <a 
href="https://github.com/apache/activemq/releases/tag/activemq-6.2.6";>release 
notes</a></p>
+<p>For a more detailed view of new features and bug fixes, see the <a 
href="https://github.com/apache/activemq/releases/tag/activemq-6.2.7";>release 
notes</a></p>
 
-<p>Also see the previous <a 
href="/components/classic/download/classic-06-02-05">ActiveMQ 6.2.5 
Release</a></p>
+<p>Also see the previous <a 
href="/components/classic/download/classic-06-02-06">ActiveMQ 6.2.6 
Release</a></p>
 
 
       </div>
diff --git a/output/components/classic/download/index.html 
b/output/components/classic/download/index.html
index ceb23337c..347e97042 100644
--- a/output/components/classic/download/index.html
+++ b/output/components/classic/download/index.html
@@ -111,8 +111,8 @@
     <tr style="background-color: #dff0d8;">
       <td>6.2.x</td>
       <td><strong>Stable - Supported</strong></td>
-      <td>6.2.6</td>
-      <td>May 31st, 2026</td>
+      <td>6.2.7</td>
+      <td>June 29th, 2026</td>
     </tr>
     <tr style="background-color: #f0f0f0;">
       <td>6.1.x</td>
@@ -129,8 +129,8 @@
     <tr style="background-color: #dff0d8;">
       <td>5.19.x</td>
       <td><strong>Stable - Supported</strong></td>
-      <td>5.19.7</td>
-      <td>May 31st, 2026</td>
+      <td>5.19.8</td>
+      <td>June 29th, 2026</td>
     </tr>
     <tr style="background-color: #f0f0f0;">
       <td>5.18.x</td>
@@ -388,54 +388,54 @@
   </tbody>
 </table>
 
-<h4 id="activemq-classic-626-may-31st-2026">ActiveMQ Classic 6.2.6 (May 31st, 
2026)</h4>
-<p><a 
href="https://github.com/apache/activemq/releases/tag/activemq-6.2.6";>Release 
Notes</a> | <a href="/components/classic/download/classic-06-02-06">Release 
Page</a> | <a href="../documentation">Documentation</a> | Java compatibility: 
<strong>17+</strong></p>
+<h4 id="activemq-classic-627-jun-29th-2026">ActiveMQ Classic 6.2.7 (Jun 29th, 
2026)</h4>
+<p><a 
href="https://github.com/apache/activemq/releases/tag/activemq-6.2.7";>Release 
Notes</a> | <a href="/components/classic/download/classic-06-02-07">Release 
Page</a> | <a href="../documentation">Documentation</a> | Java compatibility: 
<strong>17+</strong></p>
 
 <table>
   <tbody>
     <tr>
       <td>Windows</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.6/apache-activemq-6.2.6-bin.zip&amp;action=download";>apache-activemq-6.2.6-bin.zip</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/6.2.6/apache-activemq-6.2.6-bin.zip.sha512";>SHA512</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/6.2.6/apache-activemq-6.2.6-bin.zip.asc";>ASC
 Signature</a></td>
+      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.7/apache-activemq-6.2.7-bin.zip&amp;action=download";>apache-activemq-6.2.7-bin.zip</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/6.2.7/apache-activemq-6.2.7-bin.zip.sha512";>SHA512</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/6.2.7/apache-activemq-6.2.7-bin.zip.asc";>ASC
 Signature</a></td>
     </tr>
     <tr>
       <td>Unix/Linux/Cygwin</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.6/apache-activemq-6.2.6-bin.tar.gz&amp;action=download";>apache-activemq-6.2.6-bin.tar.gz</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/6.2.6/apache-activemq-6.2.6-bin.tar.gz.sha512";>SHA512</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/6.2.6/apache-activemq-6.2.6-bin.tar.gz.asc";>ASC
 Signature</a></td>
+      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.7/apache-activemq-6.2.7-bin.tar.gz&amp;action=download";>apache-activemq-6.2.7-bin.tar.gz</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/6.2.7/apache-activemq-6.2.7-bin.tar.gz.sha512";>SHA512</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/6.2.7/apache-activemq-6.2.7-bin.tar.gz.asc";>ASC
 Signature</a></td>
     </tr>
     <tr>
       <td>Source Code Distribution:</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.6/activemq-parent-6.2.6-source-release.zip&amp;action=download";>activemq-parent-6.2.6-source-release.zip</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/6.2.6/activemq-parent-6.2.6-source-release.zip.sha512";>SHA512</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/6.2.6/activemq-parent-6.2.6-source-release.zip.asc";>ASC
 Signature</a></td>
+      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.2.7/activemq-parent-6.2.7-source-release.zip&amp;action=download";>activemq-parent-6.2.7-source-release.zip</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/6.2.7/activemq-parent-6.2.7-source-release.zip.sha512";>SHA512</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/6.2.7/activemq-parent-6.2.7-source-release.zip.asc";>ASC
 Signature</a></td>
     </tr>
   </tbody>
 </table>
 
-<h4 id="activemq-classic-5197-may-31st-2026">ActiveMQ Classic 5.19.7 (May 
31st, 2026)</h4>
-<p><a 
href="https://github.com/apache/activemq/releases/tag/activemq-5.19.7";>Release 
Notes</a> | <a href="/components/classic/download/classic-05-19-07">Release 
Page</a> | <a href="../documentation">Documentation</a> | Java compatibility: 
<strong>11+</strong></p>
+<h4 id="activemq-classic-5198-jun-29th-2026">ActiveMQ Classic 5.19.8 (Jun 
29th, 2026)</h4>
+<p><a 
href="https://github.com/apache/activemq/releases/tag/activemq-5.19.8";>Release 
Notes</a> | <a href="/components/classic/download/classic-05-19-08">Release 
Page</a> | <a href="../documentation">Documentation</a> | Java compatibility: 
<strong>11+</strong></p>
 
 <table>
   <tbody>
     <tr>
       <td>Windows</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.7/apache-activemq-5.19.7-bin.zip&amp;action=download";>apache-activemq-5.19.7-bin.zip</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/5.19.7/apache-activemq-5.19.7-bin.zip.sha512";>SHA512</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/5.19.7/apache-activemq-5.19.7-bin.zip.asc";>ASC
 Signature</a></td>
+      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.8/apache-activemq-5.19.8-bin.zip&amp;action=download";>apache-activemq-5.19.8-bin.zip</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/5.19.8/apache-activemq-5.19.8-bin.zip.sha512";>SHA512</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/5.19.8/apache-activemq-5.19.8-bin.zip.asc";>ASC
 Signature</a></td>
     </tr>
     <tr>
       <td>Unix/Linux/Cygwin</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.7/apache-activemq-5.19.7-bin.tar.gz&amp;action=download";>apache-activemq-5.19.7-bin.tar.gz</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/5.19.7/apache-activemq-5.19.7-bin.tar.gz.sha512";>SHA512</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/5.19.7/apache-activemq-5.19.7-bin.tar.gz.asc";>ASC
 Signature</a></td>
+      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.8/apache-activemq-5.19.8-bin.tar.gz&amp;action=download";>apache-activemq-5.19.8-bin.tar.gz</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/5.19.8/apache-activemq-5.19.8-bin.tar.gz.sha512";>SHA512</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/5.19.8/apache-activemq-5.19.8-bin.tar.gz.asc";>ASC
 Signature</a></td>
     </tr>
     <tr>
       <td>Source Code Distribution:</td>
-      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.7/activemq-parent-5.19.7-source-release.zip&amp;action=download";>activemq-parent-5.19.7-source-release.zip</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/5.19.7/activemq-parent-5.19.7-source-release.zip.sha512";>SHA512</a></td>
-      <td><a 
href="https://downloads.apache.org/activemq/5.19.7/activemq-parent-5.19.7-source-release.zip.asc";>ASC
 Signature</a></td>
+      <td><a 
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/5.19.8/activemq-parent-5.19.8-source-release.zip&amp;action=download";>activemq-parent-5.19.8-source-release.zip</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/5.19.8/activemq-parent-5.19.8-source-release.zip.sha512";>SHA512</a></td>
+      <td><a 
href="https://downloads.apache.org/activemq/5.19.8/activemq-parent-5.19.8-source-release.zip.asc";>ASC
 Signature</a></td>
     </tr>
   </tbody>
 </table>
diff --git a/output/index.html b/output/index.html
index fe8e9705d..e21783b8c 100644
--- a/output/index.html
+++ b/output/index.html
@@ -123,13 +123,13 @@
 <div class="card card-grey-small">
 <div class="card-body ml-0 p-2">
 
-    <h6 class="card-title"><a class="text-blue" 
href="/components/classic/download/classic-06-02-06">ActiveMQ 6.2.6 
Release</a></h6>
+    <h6 class="card-title"><a class="text-blue" 
href="/components/classic/download/classic-06-02-07">ActiveMQ 6.2.7 
Release</a></h6>
 
 
 
-    ActiveMQ 6.2.6 is a new milestone for the project, starting the 6.2.x 
series.<a style="display: unset;" class="nav-link pl-0 ml-0" 
href="/components/classic/download/classic-06-02-06">...more</a>
+    ActiveMQ 6.2.7 is a new milestone for the project, starting the 6.2.x 
series.<a style="display: unset;" class="nav-link pl-0 ml-0" 
href="/components/classic/download/classic-06-02-07">...more</a>
 
-    <p class="small text-muted text-right font-italic mb-0">May 31st, 2026</p>
+    <p class="small text-muted text-right font-italic mb-0">Jun 29th, 2026</p>
 </div>
 </div>
 
@@ -137,13 +137,13 @@
 <div class="card card-grey-small">
 <div class="card-body ml-0 p-2">
 
-    <h6 class="card-title"><a class="text-blue" 
href="/components/classic/download/classic-05-19-07">ActiveMQ 5.19.7 
Release</a></h6>
+    <h6 class="card-title"><a class="text-blue" 
href="/components/classic/download/classic-05-19-08">ActiveMQ 5.19.8 
Release</a></h6>
 
 
 
-    Maintenance release on the 5.19.x series.<a style="display: unset;" 
class="nav-link pl-0 ml-0" 
href="/components/classic/download/classic-05-19-07">...more</a>
+    Maintenance release on the 5.19.x series.<a style="display: unset;" 
class="nav-link pl-0 ml-0" 
href="/components/classic/download/classic-05-19-08">...more</a>
 
-    <p class="small text-muted text-right font-italic mb-0">May 31st, 2026</p>
+    <p class="small text-muted text-right font-italic mb-0">Jun 29th, 2026</p>
 </div>
 </div>
 
@@ -151,13 +151,13 @@
 <div class="card card-grey-small">
 <div class="card-body ml-0 p-2">
 
-    <h6 class="card-title"><a class="text-blue" 
href="/components/classic/download/classic-06-02-05">ActiveMQ 6.2.5 
Release</a></h6>
+    <h6 class="card-title"><a class="text-blue" 
href="/components/classic/download/classic-06-02-06">ActiveMQ 6.2.6 
Release</a></h6>
 
 
 
-    ActiveMQ 6.2.5 is a new milestone for the project, starting the 6.2.x 
series.<a style="display: unset;" class="nav-link pl-0 ml-0" 
href="/components/classic/download/classic-06-02-05">...more</a>
+    ActiveMQ 6.2.6 is a new milestone for the project, starting the 6.2.x 
series.<a style="display: unset;" class="nav-link pl-0 ml-0" 
href="/components/classic/download/classic-06-02-06">...more</a>
 
-    <p class="small text-muted text-right font-italic mb-0">Apr 23rd, 2026</p>
+    <p class="small text-muted text-right font-italic mb-0">May 31st, 2026</p>
 </div>
 </div>
 
diff --git a/output/news/index.html b/output/news/index.html
index 4f00fa7ab..b2bf43a6c 100644
--- a/output/news/index.html
+++ b/output/news/index.html
@@ -94,6 +94,20 @@
       <div class="col-12 main">
         <p><a href="/">Home</a> &gt; <a href="/news">News</a></p>
 
+<h3 id="activemq-627-release">ActiveMQ 6.2.7 Release</h3>
+<p><span class="text-secondary"> Jun 29th, 2026</span></p>
+
+<p>ActiveMQ 6.2.7 is a new milestone for the project, starting the 6.2.x 
series.</p>
+
+<p><a href="/components/classic/download/">Read More</a></p>
+
+<h3 id="activemq-5198-release">ActiveMQ 5.19.8 Release</h3>
+<p><span class="text-secondary"> Jun 29th, 2026</span></p>
+
+<p>Maintenance release on the 5.19.x series.</p>
+
+<p><a href="/components/classic/download/">Read More</a></p>
+
 <h3 id="activemq-626-release">ActiveMQ 6.2.6 Release</h3>
 <p><span class="text-secondary"> May 31st, 2026</span></p>
 
diff --git a/output/redirects.json b/output/redirects.json
index a1ce93f76..2064e36fe 100644
--- a/output/redirects.json
+++ b/output/redirects.json
@@ -1 +1 @@
-{"/../../../activemq-500-release":"/components/classic/download/classic-05-00-00","/../../../activemq-5000000-release":"/components/classic/download/classic-05-00-00","/../../../activemq-510-release":"/components/classic/download/classic-05-01-00","/../../../activemq-5001000-release":"/components/classic/download/classic-05-01-00","/../../../activemq-520-release":"/components/classic/download/classic-05-02-00","/../../../activemq-5002000-release":"/components/classic/download/classic-05-
 [...]
\ No newline at end of file
+{"/../../../activemq-500-release":"/components/classic/download/classic-05-00-00","/../../../activemq-5000000-release":"/components/classic/download/classic-05-00-00","/../../../activemq-510-release":"/components/classic/download/classic-05-01-00","/../../../activemq-5001000-release":"/components/classic/download/classic-05-01-00","/../../../activemq-520-release":"/components/classic/download/classic-05-02-00","/../../../activemq-5002000-release":"/components/classic/download/classic-05-
 [...]
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact



Reply via email to