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

[activemq-website] branch main updated: Artemis 2.23.1 release notes and commit report (pre release / vote)

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

clebertsuconic 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 012804b06 Artemis 2.23.1 release notes and commit report (pre release / vote)
012804b06 is described below

commit 012804b066a35353064b0e0310630461102a7648
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Tue Jun 14 16:52:05 2022 -0400

    Artemis 2.23.1 release notes and commit report (pre release / vote)
---
 .../artemis/download/commit-report-2.23.1.html     | 75 ++++++++++++++++++++++
 .../artemis/download/release-notes-2.23.1.md       | 22 +++++++
 2 files changed, 97 insertions(+)

diff --git a/src/components/artemis/download/commit-report-2.23.1.html b/src/components/artemis/download/commit-report-2.23.1.html
new file mode 100644
index 000000000..b3f3938c3
--- /dev/null
+++ b/src/components/artemis/download/commit-report-2.23.1.html
@@ -0,0 +1,75 @@
+<html>
+<head>
+
+    <!-- taken from https://assets-cdn.github.com/assets/frameworks-592c4aa40e940d1b0607a3cf272916ff.css -->
+    <link type="text/css" rel="stylesheet" href="styles/framework.css"/>
+
+    <!-- taken from http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js -->
+    <script src="styles/jquery.min.js"></script>
+
+    <!-- taken from https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css -->
+    <link rel="stylesheet" type="text/css" href="styles/jquery.dataTables.min.css">
+
+    <!-- taken from https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js -->
+    <script type="text/javascript" charset="utf8" src="styles/jquery.dataTables.min.js"></script>
+
+   <script type="text/javascript" class="init">
+
+    $(document).ready( function () {
+        $("#gitreport").DataTable();
+    } );
+   </script>
+
+</head>
+
+<body>
+<br/>
+<h4>Release report 2.23.0(224ca0d4d787fcfcc5e767bd889e3e8e48377737) and 2.23.1(16c9d6bfb0c91e018742654e84d8bd03e089f0bc)</h4>
+<br/>
+<table id="gitreport" class="display">
+<thead><tr><th>#</th><th>Commit</th><th>Date</th><th>Author</th><th>Short Message</th><th>ARTEMIS JIRAs</th><th>Add</th><th>Rep</th><th>Del</th><th>Tot</th><th>test</th><th>docs/</th><th>examples/</th></tr></thead>
+<tbody>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0fab0dae91c27e1de5d5490575d5d5982d40f282'>1</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0fab0dae91c27e1de5d5490575d5d5982d40f282'>0fab0da</a></td><td>2022/06/07 12:39:09</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare for next development iteration</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0c5e83b76a960edecd6819af3d60829a6cc9ef69'>2</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0c5e83b76a960edecd6819af3d60829a6cc9ef69'>0c5e83b</a></td><td>2022/06/08 10:06:04</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3854'>ARTEMIS-3854</a>: use Process.pid() rather than reflection</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3854'>Major/Test/Fixed/Closed (ARTEMIS-3854)</a></p></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td><a href='https://github.com/apache/activemq-artemis/blob/0c5e83b76a960edecd6819af3d60829a6cc9ef69/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/ExecuteUtil.java#L42-L74'>ExecuteUtil.java</a><a href='https://github.com/apache/activemq-artemis//commits/0c5e83b76a960edecd6819af3d60829a6cc9ef69/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/ExecuteUtil.java'>(+)</a> <a href='https://github.com/apache/activemq-arte [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9d1ffaedf97ac7bad403ccc73f539f74f448d1f7'>3</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9d1ffaedf97ac7bad403ccc73f539f74f448d1f7'>9d1ffae</a></td><td>2022/06/08 10:12:39</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3854'>ARTEMIS-3854</a>: remove unused import</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3854'>Major/Test/Fixed/Closed (ARTEMIS-3854)</a></p></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td><a href='https://github.com/apache/activemq-artemis/blob/9d1ffaedf97ac7bad403ccc73f539f74f448d1f7/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/ExecuteUtil.java#L25-L25'>ExecuteUtil.java</a><a href='https://github.com/apache/activemq-artemis//commits/9d1ffaedf97ac7bad403ccc73f539f74f448d1f7/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/ExecuteUtil.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4581ea5f45deaa09e63d034e1ce1d18db1b2d32c'>4</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/4581ea5f45deaa09e63d034e1ce1d18db1b2d32c'>4581ea5</a></td><td>2022/06/09 12:08:49</td><td>Robbie Gemmell</td><td>NO-JIRA: remove redundant test exclude for test removed/fixed in 2016 in fa67d40b9d5efd57f90a732722195665de20c027</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/8ee525328168432e165d2e4d46230c45fa2f3568'>5</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/8ee525328168432e165d2e4d46230c45fa2f3568'>8ee5253</a></td><td>2022/06/09 12:11:35</td><td>Robbie Gemmell</td><td>NO-JIRA: remove ancient exclusion that doesnt match anything in the module</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/88bb73323287af18f7bac8717842c045aab81af4'>6</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/88bb73323287af18f7bac8717842c045aab81af4'>88bb733</a></td><td>2022/06/09 12:28:10</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3410'>ARTEMIS-3410</a>: also disable related test in integration-tests module on Java 16+ for now</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3410'>Major/Bug/Fixed/Closed (ARTEMIS-3410)</a></p></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a3997380c7a9c32296864438265937e09f78b5d4'>7</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a3997380c7a9c32296864438265937e09f78b5d4'>a399738</a></td><td>2022/06/09 13:12:59</td><td>Clebert Suconic</td><td>NO-JIRA removing test-ng from groovy</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/578f2fb5cf386a1c24566776f376d1361e5574bf'>8</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/578f2fb5cf386a1c24566776f376d1361e5574bf'>578f2fb</a></td><td>2022/06/09 18:27:05</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3856'>ARTEMIS-3856</a> re-applying recursive logic on ThreadLocal</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3856'>Major/Bug/Fixed/Closed (ARTEMIS-3856)</a></p></td>
+<td>0</td><td>27</td><td>1</td><td>26</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/cf2f9b4ffd8882b882262e34300e61d8e6835775'>9</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/cf2f9b4ffd8882b882262e34300e61d8e6835775'>cf2f9b4</a></td><td>2022/06/10 11:16:53</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3305'>ARTEMIS-3305</a> Compatibility tests dont work with Java 16+</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3305'>Major/Bug/Fixed/Closed (ARTEMIS-3305)</a></p></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td><a href='https://github.com/apache/activemq-artemis/blob/cf2f9b4ffd8882b882262e34300e61d8e6835775/tests/compatibility-tests/src/main/java/org/apache/activemq/artemis/tests/compatibility/GroovyRun.java#L24-L52'>GroovyRun.java</a><a href='https://github.com/apache/activemq-artemis//commits/cf2f9b4ffd8882b882262e34300e61d8e6835775/tests/compatibility-tests/src/main/java/org/apache/activemq/artemis/tests/compatibility/GroovyRun.java'>(+)</a> <a hre [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/17f99be1ddabb1f8863d711add0454a027ac8b75'>10</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/17f99be1ddabb1f8863d711add0454a027ac8b75'>17f99be</a></td><td>2022/06/13 06:54:34</td><td>Erwin Dondorp</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3842'>ARTEMIS-3842</a> removed reference to JDK8 by retiring a whole mvn profile</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3842'>Minor/Task/Fixed/Closed (ARTEMIS-3842)</a></p></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3002dcefeca0eaef9d37015a020f036461004dbb'>11</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3002dcefeca0eaef9d37015a020f036461004dbb'>3002dce</a></td><td>2022/06/13 14:36:50</td><td>Clebert Suconic</td><td>NO-JIRA Removing ThreadRuleCheck from CompatibilityTests</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td><a href='https://github.com/apache/activemq-artemis/blob/3002dcefeca0eaef9d37015a020f036461004dbb/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/base/ClasspathBase.java#L28-L87'>ClasspathBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/3002dcefeca0eaef9d37015a020f036461004dbb/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/base/ClasspathBas [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ee1217ab8b063777aa99138f3f12b85dda9a6757'>12</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ee1217ab8b063777aa99138f3f12b85dda9a6757'>ee1217a</a></td><td>2022/06/14 15:03:49</td><td>Clebert Suconic</td><td>2.23.1 release notes on doc</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td><a href='https://github.com/apache/activemq-artemis/blob/ee1217ab8b063777aa99138f3f12b85dda9a6757/docs/user-manual/en/versions.md#L11-L16'>versions.md</a><a href='https://github.com/apache/activemq-artemis//commits/ee1217ab8b063777aa99138f3f12b85dda9a6757/docs/user-manual/en/versions.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/16c9d6bfb0c91e018742654e84d8bd03e089f0bc'>13</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/16c9d6bfb0c91e018742654e84d8bd03e089f0bc'>16c9d6b</a></td><td>2022/06/14 15:37:37</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare release 2.23.1</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>
+</tbody></table>
+<br><h2>
+<a href='https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARTEMIS%20AND%20key%20in%20(ARTEMIS-3854%2CARTEMIS-3305%2CARTEMIS-3856%2CARTEMIS-3410%2CARTEMIS-3842)'>5 JIRAS on ARTEMIS JIRAs</a></h2>
+<br>Generated with <a href='https://github.com/rh-messaging/jira-git-report'> jira-git-report</a>
+</body></html>
diff --git a/src/components/artemis/download/release-notes-2.23.1.md b/src/components/artemis/download/release-notes-2.23.1.md
new file mode 100644
index 000000000..6610fee6c
--- /dev/null
+++ b/src/components/artemis/download/release-notes-2.23.1.md
@@ -0,0 +1,22 @@
+---
+layout: default_md
+title: ActiveMQ Artemis 2.23.1 Release Notes
+title-class: page-title-artemis
+type: artemis
+---
+
+A complete list of JIRAs for the 2.23.1 release can be found  * [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12351846&projectId=12315920)
+
+A list of commits can be found  * [here](commit-report-2.23.1).
+
+**Note**: This release requires use of Java 11 or above.
+
+#Bug
+ * [ARTEMIS-3305] - compatibility tests dont work on Java 16+
+ * [ARTEMIS-3856] - Failed to change channel state to ReadyForWriting : java.util.ConcurrentModificationException
+
+#Test
+ * [ARTEMIS-3854] - tests using reflection to get process pid fail on Java 17
+
+#Task
+ * [ARTEMIS-3842] - artemis-selector module still references a JDK8