This is an automated email from the ASF dual-hosted git repository.
git-site-role 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 4846a4b51 Automatic Site Publish by Buildbot
4846a4b51 is described below
commit 4846a4b516bc3b670fda1d8aabc33095fa56a3e7
Author: buildbot <[email protected]>
AuthorDate: Mon Mar 10 17:21:04 2025 +0000
Automatic Site Publish by Buildbot
---
output/activemq-6000106-release.html | 11 +
.../classic/documentation/download-archives.html | 1 +
.../classic/download/classic-06-01-06.html | 234 +++++++++++++++++++++
output/components/classic/download/index.html | 4 +-
output/index.html | 18 +-
output/news/index.html | 7 +
output/redirects.json | 2 +-
7 files changed, 265 insertions(+), 12 deletions(-)
diff --git a/output/activemq-6000106-release.html
b/output/activemq-6000106-release.html
new file mode 100644
index 000000000..4f060e76c
--- /dev/null
+++ b/output/activemq-6000106-release.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en-US">
+ <meta charset="utf-8">
+ <title>Redirecting…</title>
+ <link rel="canonical" href="/components/classic/download/classic-06-01-06">
+ <script>location="/components/classic/download/classic-06-01-06"</script>
+ <meta http-equiv="refresh" content="0;
url=/components/classic/download/classic-06-01-06">
+ <meta name="robots" content="noindex">
+ <h1>Redirecting…</h1>
+ <a href="/components/classic/download/classic-06-01-06">Click here if you
are not redirected.</a>
+</html>
diff --git a/output/components/classic/documentation/download-archives.html
b/output/components/classic/documentation/download-archives.html
index 1ffd05fd9..81d0c6bd9 100644
--- a/output/components/classic/documentation/download-archives.html
+++ b/output/components/classic/documentation/download-archives.html
@@ -103,6 +103,7 @@
<p>Previous Apache ActiveMQ Classic release pages:</p>
<ul>
+ <li><a href="/components/classic/download/classic-06-01-06">ActiveMQ Classic
6.1.6 Release</a></li>
<li><a href="/components/classic/download/classic-06-01-05">ActiveMQ Classic
6.1.5 Release</a></li>
<li><a href="/components/classic/download/classic-06-01-04">ActiveMQ Classic
6.1.4 Release</a></li>
<li><a href="/components/classic/download/classic-06-01-03">ActiveMQ Classic
6.1.3 Release</a></li>
diff --git a/output/components/classic/download/classic-06-01-06.html
b/output/components/classic/download/classic-06-01-06.html
new file mode 100644
index 000000000..c2f9c8bd2
--- /dev/null
+++ b/output/components/classic/download/classic-06-01-06.html
@@ -0,0 +1,234 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>ActiveMQ</title>
+ <link rel="icon" type="image/png" href="/assets/img/favicon.png">
+
+ <link rel="stylesheet" href="/css/main.css">
+ <script defer src="/js/fontawesome-all.min.js"
integrity="sha384-rOA1PnstxnOBLzCLMcre8ybwbTmemjzdNlILg8O7z1lUkLXozs4DHonlDtnE7fpc"></script>
+ <script src="/js/jquery.slim.min.js"
integrity="sha384-5AkRS45j4ukf+JbWAfHL8P4onPA9p0KwwP7pUdjSQA3ss9edbJUJc/XcYAiheSSz"></script>
+ <script src="/js/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"></script>
+ <script src="/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"></script>
+</head>
+
+<body>
+<nav class="navbar navbar-expand-lg navbar-light fixed-top">
+ <div class="container">
+ <!-- <a class="navbar-brand mr-auto" href="#"><img style="height:
50px" src="assets/img/apache-feather.png" /></a> -->
+ <a class="navbar-brand mr-auto" href="/"><img
src="/assets/img/activemq_logo_black_small.png" style="height: 50px"/></a>
+ <button class="navbar-toggler ml-auto" type="button"
data-toggle="collapse" data-target="#navbarContent"
aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle
navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="ml-auto collapse navbar-collapse" id="navbarContent">
+ <ul class="navbar-nav ml-auto">
+ <li class="nav-item">
+ <a class="nav-link active" href="/news">News</a>
+ </li>
+ <li class="nav-item dropdown">
+ <a class="nav-link" id="navbarDropdownComponents"
data-target="#" href="" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Components<span class="caret"></span></a>
+ <ul class="dropdown-menu dropdown-menu-center"
aria-labelledby="navbarDropdownComponents">
+ <div class="row">
+ <div class="col-12">
+ <ul class="multi-column-dropdown">
+ <li class="nav-item"><a
class="dropdown-item" href="/components/classic">ActiveMQ Classic</a></li>
+ <li class="nav-item"><a
class="dropdown-item" href="/components/artemis/">ActiveMQ Artemis</a></li>
+ <li class="nav-item"><a
class="dropdown-item" href="/components/artemis-console/">ActiveMQ Artemis
Console</a></li>
+ <li class="nav-item"><a
class="dropdown-item" href="/components/nms">NMS Clients</a></li>
+ <li class="nav-item"><a
class="dropdown-item" href="/components/cms">CMS Client</a></li>
+ </ul>
+ </div>
+ </div>
+ </ul>
+ </li>
+ <li class="nav-item dropdown">
+ <a class="nav-link" id="navbarDropdownCommunity"
data-target="#" href="" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Community<span class="caret"></span></a>
+ <ul class="dropdown-menu dropdown-menu-center multi-column
columns-1" aria-labelledby="navbarDropdownCommunity">
+ <div class="row">
+ <div class="col-12">
+ <ul class="multi-column-dropdown">
+ <li class="nav-item"><a
class="dropdown-item" href="/contact">Contact Us</a></li>
+ <li class="nav-item"><a
class="dropdown-item" href="/contributing">Contribute</a></li>
+ <li class="nav-item"><a
class="dropdown-item" href="/issues">Report Issues</a></li>
+ <li class="nav-item"><a
class="dropdown-item" href="/support">Get Support</a></li>
+ </ul>
+ </div>
+ </div>
+ </ul>
+ </li>
+ <li class="nav-item dropdown">
+ <a class="nav-link" id="navbarDropdownTeam"
data-target="#" href="" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false"><img src="/assets/img/feather.png"
style="height:20px">Apache<span class="caret"></span></a>
+ <ul class="dropdown-menu dropdown-menu-center multi-column
columns-1" aria-labelledby="navbarDropdownTeam">
+ <div class="row">
+ <div class="col-sm-12">
+ <ul class="multi-column-dropdown">
+ <li class="nav-item"><a
class="dropdown-item" href="https://www.apache.org">The Apache Software
Foundation</a></li>
+ <li class="nav-item"><a
class="dropdown-item" href="https://www.apache.org/licenses/">License</a></li>
+ <li class="nav-item"><a
class="dropdown-item"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+ <li class="nav-item"><a
class="dropdown-item"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li class="nav-item"><a
class="dropdown-item" href="/security-advisories">Security</a></li>
+ <li class="nav-item"><a
class="dropdown-item"
href="https://www.apache.org/events/current-event">Events</a></li>
+ <li class="nav-item"><a
class="dropdown-item"
href="https://people.apache.org/phonebook.html?pmc=activemq">PMC &
Committers</a></li>
+ <li class="nav-item"><a
class="dropdown-item"
href="https://whimsy.apache.org/board/minutes/ActiveMQ.html">Board
Reports</a></li>
+ <li class="nav-item"><a
class="dropdown-item"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
+ </ul>
+ </div>
+ </div>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </div>
+</nav>
+
+<div class="content">
+ <div class="page-title-classic">
+ <div class="container">
+ <h1>ActiveMQ Classic 6.1.6 Release</h1>
+ </div>
+ </div>
+ <div class="container" >
+ <div class="row" style="margin-top: 30px">
+ <div class="col-12 classic">
+
+<p>Apache ActiveMQ Classic 6.1.5 was released on Mar 7th, 2025.</p>
+
+<p>It’s a maintenance release especially bringing:</p>
+<ul>
+ <li>fix potential OutOfMemory error on client during OpenWire
unmarshalling</li>
+ <li>improvement on double slash issue in Unix script</li>
+ <li>fix TcpTransport volatile receiveCounter (not increased
automatically)</li>
+ <li>improvement on WebConsole, checking if a queue exists before being
+able to browse it</li>
+ <li>several dependency updates</li>
+</ul>
+
+<p>You can find details on the <a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12355554">release
notes</a>.</p>
+
+<h3 id="getting-the-binary-distributions">Getting the Binary Distributions</h3>
+
+<table>
+ <thead>
+ <tr>
+ <th>Description</th>
+ <th>Download Link</th>
+ <th><em>Verify</em></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>Windows Distribution</td>
+ <td><a
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.1.5/apache-activemq-6.1.5-bin.zip&action=download">apache-activemq-6.1.5-bin.zip</a></td>
+ <td><a
href="https://downloads.apache.org/activemq/6.1.5/apache-activemq-6.1.5-bin.zip.asc">ASC</a>,
<a
href="https://downloads.apache.org/activemq/6.1.5/apache-activemq-6.1.5-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.1.5/apache-activemq-6.1.5-bin.tar.gz&action=download">apache-activemq-6.1.5-bin.tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/activemq/6.1.5/apache-activemq-6.1.5-bin.tar.gz.asc">ASC</a>,
<a
href="https://downloads.apache.org/activemq/6.1.5/apache-activemq-6.1.5-bin.tar.gz.sha512">SHA512</a></td>
+ </tr>
+ </tbody>
+</table>
+
+<p>Java compatibility: <strong>17+</strong></p>
+
+<h2 id="verify-the-integrity-of-downloads">Verify the Integrity of
Downloads</h2>
+
+<p>It is essential that you verify the integrity of the downloaded files using
the PGP signature or SHA checksum.</p>
+
+<p>The PGP signatures can be verified using PGP or GPG. Begin by following
these steps:</p>
+
+<ol>
+ <li>Download the <a
href="https://downloads.apache.org/activemq/KEYS">KEYS</a> file.</li>
+ <li>Download the .asc signature for the relevant distribution file.</li>
+ <li>Verify the signature using one the following sets of commands, depending
on your use of PGP or GPG:
+ <div class="language-plaintext highlighter-rouge"><div
class="highlight"><pre class="highlight"><code>$ gpg --import KEYS
+$ gpg --verify <file-name>.asc <file-name>
+
+$ pgpk -a KEYS
+$ pgpv <file-name>.asc
+
+$ pgp -ka KEYS
+$ pgp <file-name>.asc
+</code></pre></div> </div>
+ </li>
+</ol>
+
+<p>Alternatively you can [also] verify the SHA-512 checksum of the file. For
example, using the <code class="language-plaintext
highlighter-rouge">sha512sum</code> command:</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>$ sha512sum -c <file-name>.sha512
+</code></pre></div></div>
+
+<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><dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-all</artifactId>
+ <version>6.1.5</version>
+</dependency>
+</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>
+
+<h2 id="getting-the-source-code">Getting the Source Code</h2>
+
+<h3 id="source-distributions">Source Distributions</h3>
+
+<table>
+ <thead>
+ <tr>
+ <th>Description</th>
+ <th>Download Link</th>
+ <th>Verify</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>Source Release:</td>
+ <td><a
href="https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.1.5/activemq-parent-6.1.5-source-release.zip&action=download">activemq-parent-6.1.5-source-release.zip</a></td>
+ <td><a
href="https://downloads.apache.org/activemq/6.1.5/activemq-parent-6.1.5-source-release.zip.asc">ASC</a>,
<a
href="https://downloads.apache.org/activemq/6.1.5/activemq-parent-6.1.5-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://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12355554">release
notes</a></p>
+
+<p>Also see the previous <a
href="/components/classic/download/classic-06-01-05">ActiveMQ Classic 6.1.5
Release</a></p>
+
+
+ </div>
+ </div>
+ </div>
+</div>
+<div class="row sitemap">
+ <div class="col-sm-12">
+ <div class="container">
+ <div class="row">
+ <div class="col-sm-12">
+ <div class="row">
+ <div class="col-sm-3">
+ <div >
+ <img class="float-left" style="max-height: 100px"
src="/assets/img/activemq_logo_white_vertical_small.png"/>
+ </div>
+ </div>
+ <div style="text-align: center; margin-bottom: 0px; margin-top:
30px; font-size: 65%" class="col-sm-6">
+ <p><a
href="https://www.apache.org/foundation/marks/list/">Apache, ActiveMQ, Apache
ActiveMQ</a>, the Apache feather logo, and the Apache ActiveMQ project logo are
trademarks of The Apache Software Foundation. Copyright © 2025, The Apache
Software Foundation. Licensed under <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
+ </div>
+ <div class="col-sm-3">
+ <div >
+ <a href="https://www.apache.org"><img class="float-right"
style="margin-top: 10px; max-height: 80px"
src="/assets/img/apache-logo-small.png"/></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
+
+</body>
+</html>
diff --git a/output/components/classic/download/index.html
b/output/components/classic/download/index.html
index d22babc93..dd312d705 100644
--- a/output/components/classic/download/index.html
+++ b/output/components/classic/download/index.html
@@ -376,8 +376,8 @@
</tbody>
</table>
-<h4 id="activemq-classic-615-jan-13th-2025">ActiveMQ Classic 6.1.5 (Jan 13th,
2025)</h4>
-<p><a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12355276">Release
Notes</a> | <a href="/components/classic/download/classic-06-01-05">Release
Page</a> | <a href="../documentation">Documentation</a> | Java compatibility:
<strong>17+</strong></p>
+<h4 id="activemq-classic-615-mar-7th-2025">ActiveMQ Classic 6.1.5 (Mar 7th,
2025)</h4>
+<p><a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12355554">Release
Notes</a> | <a href="/components/classic/download/classic-06-01-06">Release
Page</a> | <a href="../documentation">Documentation</a> | Java compatibility:
<strong>17+</strong></p>
<table>
<tbody>
diff --git a/output/index.html b/output/index.html
index c992e0297..27545579e 100644
--- a/output/index.html
+++ b/output/index.html
@@ -124,13 +124,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/artemis-console/download/">ActiveMQ Artemis Console
1.1.0</a></h6>
+ <h6 class="card-title"><a class="text-blue"
href="/components/classic/download/classic-06-01-06">ActiveMQ Classic 6.1.6
Release</a></h6>
- Update to PF5, various improvements, and bug fixes.<a style="display:
unset;" class="nav-link pl-0 ml-0"
href="/components/artemis-console/download/">...more</a>
+ ActiveMQ Classic 6.1.6 is a maintanance release on the 6.1.x series.<a
style="display: unset;" class="nav-link pl-0 ml-0"
href="/components/classic/download/classic-06-01-06">...more</a>
- <p class="small text-muted text-right font-italic mb-0">Jan 22nd, 2025</p>
+ <p class="small text-muted text-right font-italic mb-0">Mar 7th, 2025</p>
</div>
</div>
@@ -138,13 +138,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-01-05">ActiveMQ Classic 6.1.5
Release</a></h6>
+ <h6 class="card-title"><a class="text-blue"
href="/components/artemis-console/download/">ActiveMQ Artemis Console
1.1.0</a></h6>
- Classic 6.1.5 is a maintanance release for ActiveMQ Classic, on the 6.1.x
series.<a style="display: unset;" class="nav-link pl-0 ml-0"
href="/components/classic/download/classic-06-01-05">...more</a>
+ Update to PF5, various improvements, and bug fixes.<a style="display:
unset;" class="nav-link pl-0 ml-0"
href="/components/artemis-console/download/">...more</a>
- <p class="small text-muted text-right font-italic mb-0">Jan 13th, 2025</p>
+ <p class="small text-muted text-right font-italic mb-0">Jan 22nd, 2025</p>
</div>
</div>
@@ -152,13 +152,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/artemis/download/">ActiveMQ Artemis 2.39.0</a></h6>
+ <h6 class="card-title"><a class="text-blue"
href="/components/classic/download/classic-06-01-05">ActiveMQ Classic 6.1.5
Release</a></h6>
- <strong>Java 17+ is now required</strong> plus a handful of improvements,
bug fixes, and dependency upgrades<a style="display: unset;" class="nav-link
pl-0 ml-0" href="/components/artemis/download/">...more</a>
+ Classic 6.1.5 is a maintanance release for ActiveMQ Classic, on the 6.1.x
series.<a style="display: unset;" class="nav-link pl-0 ml-0"
href="/components/classic/download/classic-06-01-05">...more</a>
- <p class="small text-muted text-right font-italic mb-0">Dec 19th, 2024</p>
+ <p class="small text-muted text-right font-italic mb-0">Jan 13th, 2025</p>
</div>
</div>
diff --git a/output/news/index.html b/output/news/index.html
index f1ce93bcd..b34f865ad 100644
--- a/output/news/index.html
+++ b/output/news/index.html
@@ -95,6 +95,13 @@
<div class="col-12 main">
<p><a href="/">Home</a> > <a href="/news">News</a></p>
+<h3 id="activemq-classic-616-release">ActiveMQ Classic 6.1.6 Release</h3>
+<p><span class="text-secondary"> Mar 7th, 2025</span></p>
+
+<p>ActiveMQ Classic 6.1.6 is a maintanance release on the 6.1.x series.</p>
+
+<p><a href="/components/classic/download/">Read More</a></p>
+
<h3 id="activemq-artemis-console-110">ActiveMQ Artemis Console 1.1.0</h3>
<p><span class="text-secondary"> Jan 22nd, 2025</span></p>
diff --git a/output/redirects.json b/output/redirects.json
index 701eef02f..828684b4a 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