You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gi...@apache.org on 2022/06/01 04:18:14 UTC

[activemq-website] branch asf-site updated: Automatic Site Publish by Buildbot

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 5270be9eb Automatic Site Publish by Buildbot
5270be9eb is described below

commit 5270be9ebbf64ba9f1f0f97a296d516a74122776
Author: buildbot <us...@infra.apache.org>
AuthorDate: Wed Jun 1 04:18:10 2022 +0000

    Automatic Site Publish by Buildbot
---
 .../artemis/documentation/latest/versions.html        | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/output/components/artemis/documentation/latest/versions.html b/output/components/artemis/documentation/latest/versions.html
index 507ba6a27..4fe9d08cd 100644
--- a/output/components/artemis/documentation/latest/versions.html
+++ b/output/components/artemis/documentation/latest/versions.html
@@ -1326,12 +1326,12 @@ throughput and Response Under Load performance of Artemis</li>
 <li><a href="paging.html#paging-mode">Paging</a> can now be configured by message count.</li>
 </ul>
 <h4 id="upgrading-from-older-versions">Upgrading from older versions</h4>
-<p>Due to XML schema changes to correct an inaccurate domain name 2 files will need to
+<ol>
+<li><p>Due to XML schema changes to correct an inaccurate domain name 2 files will need to
 be updated:</p>
 <ol>
 <li><code>etc/bootstrap.xml</code></li>
-<li><code>etc/management.xml</code></li>
-</ol>
+<li><p><code>etc/management.xml</code></p>
 <p>In both files change the XML namespace from <code>activemq.org</code> to <code>activemq.apache.org</code>,
 e.g. in <code>bootsrap.xml</code> use:</p>
 <pre><code class="lang-xml"><span class="hljs-tag">&lt;<span class="hljs-name">broker</span> <span class="hljs-attr">xmlns</span>=<span class="hljs-string">&quot;http://activemq.apache.org/schema&quot;</span>&gt;</span>
@@ -1339,6 +1339,19 @@ e.g. in <code>bootsrap.xml</code> use:</p>
 <p>And in <code>management.xml</code> use:</p>
 <pre><code class="lang-xml"><span class="hljs-tag">&lt;<span class="hljs-name">management-context</span> <span class="hljs-attr">xmlns</span>=<span class="hljs-string">&quot;http://activemq.apache.org/schema&quot;</span>&gt;</span>
 </code></pre>
+</li>
+</ol>
+</li>
+<li><p><strong>If you&apos;re using <a href="persistence.html#jdbc-persistence">JDBC persistence</a></strong> then due
+to the changes in <a href="https://issues.apache.org/jira/browse/ARTEMIS-3679" target="_blank">ARTEMIS-3679</a>
+you&apos;ll need to update your database. The column <code>HOLDER_EXPIRATION_TIME</code> on the
+<code>NODE_MANAGER_STORE</code>changed from a <code>TIMESTAMP</code> to a <code>BIGINT</code> (or <code>NUMBER(19)</code> on
+Oracle). You will have to stop any broker that is accessing that table and either
+drop it or execute the proper <code>ALTER TABLE</code> statement for your database. If you
+drop the table then it will be automatically recreated when broker restarts and
+repopulated with a new, auto-generated node ID.</p>
+</li>
+</ol>
 <h2 id="2200">2.20.0</h2>
 <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350581&amp;projectId=12315920" target="_blank">Full release notes</a>.</p>
 <p>Highlights:</p>