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 2021/08/09 18:03:14 UTC

[activemq-website] branch master created (now 9f238b5)

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

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


      at 9f238b5  2.18.0 release commit report

This branch includes the following new commits:

     new 9f238b5  2.18.0 release commit report

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[activemq-website] 01/01: 2.18.0 release commit report

Posted by cl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9f238b520de1f28c3d8d5363424ad8195e0f23c1
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Mon Aug 9 14:02:53 2021 -0400

    2.18.0 release commit report
---
 .../artemis/download/commit-report-2.18.0.html     | 1017 ++++++++++++++++++++
 1 file changed, 1017 insertions(+)

diff --git a/src/components/artemis/download/commit-report-2.18.0.html b/src/components/artemis/download/commit-report-2.18.0.html
new file mode 100644
index 0000000..42a0830
--- /dev/null
+++ b/src/components/artemis/download/commit-report-2.18.0.html
@@ -0,0 +1,1017 @@
+<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.17.0(36a771150b3ce7a0d889f7df3b7c7a6cd37769f7) and 2.18.0(37cc2989733c20431a6aea18656a4ce4a76b1018)</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/21ee5985ea7b4962e4af51f5a85c0440a67b8bd4'>1</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/21ee5985ea7b4962e4af51f5a85c0440a67b8bd4'>21ee598</a></td><td>2021/02/11 12:00:04</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/a75dce9577cc4a2fa4ff10fcc7f4e0ab4ee8242e'>2</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a75dce9577cc4a2fa4ff10fcc7f4e0ab4ee8242e'>a75dce9</a></td><td>2020/10/09 12:16:35</td><td>Petr Kužel</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2931'>ARTEMIS-2931</a>: Resolving potential NPEs detected by eclipse</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2931'>Major/Bug/Fixed/Closed (ARTEMIS-2931)</a></p></td>
+<td>4</td><td>2</td><td>3</td><td>3</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/7d10e915b6d28e10b4cddc36fed53eed20cf9cbc'>3</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/7d10e915b6d28e10b4cddc36fed53eed20cf9cbc'>7d10e91</a></td><td>2021/02/12 10:56:32</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3116'>ARTEMIS-3116</a> Fixing Core->AMQP Conversion of Scheduled Delivery Time</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3116'>Major/Bug/Fixed/Closed (ARTEMIS-3116)</a></p></td>
+<td>69</td><td>2</td><td>11</td><td>60</td><td><a href='https://github.com/apache/activemq-artemis/blob/7d10e915b6d28e10b4cddc36fed53eed20cf9cbc/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/converter/message/DirectConvertTest.java#L1-L79'>DirectConvertTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/7d10e915b6d28e10b4cddc36fed53eed20cf9cbc/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/fd1ccbe13553fab16b12f8a687a58c703e55b50e'>4</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/fd1ccbe13553fab16b12f8a687a58c703e55b50e'>fd1ccbe</a></td><td>2021/02/15 11:28:33</td><td>Bartosz Spyrko-Smietanko</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3120'>ARTEMIS-3120</a> Preserve default LocatorConfig if no configuration provided in RecoveryConfig</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3120'>Major/Bug/Fixed/Closed (ARTEMIS-3120)</a></p></td>
+<td>0</td><td>3</td><td>0</td><td>3</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ab7058ac7531c3522bd85dd25b003ea765d45c74'>5</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ab7058ac7531c3522bd85dd25b003ea765d45c74'>ab7058a</a></td><td>2021/02/17 11:31:04</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3118'>ARTEMIS-3118</a> Fix the expiration on converting from AMQP to core</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3118'>Minor/Bug/Fixed/Closed (ARTEMIS-3118)</a></p></td>
+<td>4</td><td>0</td><td>0</td><td>4</td><td><a href='https://github.com/apache/activemq-artemis/blob/ab7058ac7531c3522bd85dd25b003ea765d45c74/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessageTest.java#L996-L1008'>AMQPMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ab7058ac7531c3522bd85dd25b003ea765d45c74/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protoc [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3296d431cfea41ed1863cc05d7d56cf197546d8d'>6</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3296d431cfea41ed1863cc05d7d56cf197546d8d'>3296d43</a></td><td>2021/02/17 14:12:13</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3124'>ARTEMIS-3124</a> readability for 'Expires' when browsing via console</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3124'>Minor/Bug/Fixed/Closed (ARTEMIS-3124)</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/3cbc225ee184601f3484b4a862134f1444e62e7b'>7</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3cbc225ee184601f3484b4a862134f1444e62e7b'>3cbc225</a></td><td>2021/02/17 15:57:14</td><td>Clebert Suconic</td><td>NO-JIRA Fixing links on RELEASING.md</td><td></td>
+<td>0</td><td>2</td><td>0</td><td>2</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f9e23def8d34ea2bbba2c0a77087f7c101960017'>8</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f9e23def8d34ea2bbba2c0a77087f7c101960017'>f9e23de</a></td><td>2021/02/16 12:36:11</td><td>sebthom</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3121'>ARTEMIS-3121</a> Avoid creation of unnecessary StringBuilder instance in Netty#getProtocols() and simplify implementation</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3121'>Trivial/Task/Fixed/Closed (ARTEMIS-3121)</a></p></td>
+<td>0</td><td>5</td><td>0</td><td>5</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/6126d926ddcdf34b740603e506878059ea663680'>9</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6126d926ddcdf34b740603e506878059ea663680'>6126d92</a></td><td>2020/12/24 07:02:43</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3045'>ARTEMIS-3045</a> ReplicationManager can batch sent replicated packets</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3045'>Major/Improvement/Fixed/Closed (ARTEMIS-3045)</a></p></td>
+<td>96</td><td>177</td><td>71</td><td>202</td><td><a href='https://github.com/apache/activemq-artemis/blob/6126d926ddcdf34b740603e506878059ea663680/artemis-core-client/src/test/java/org/apache/activemq/artemis/core/protocol/core/impl/ChannelImplTest.java#L240-L240'>ChannelImplTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6126d926ddcdf34b740603e506878059ea663680/artemis-core-client/src/test/java/org/apache/activemq/artemis/core/protocol/core/impl/ChannelImplTes [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/12c8096a23840ede9c364cc184dddfe19846e2e0'>10</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/12c8096a23840ede9c364cc184dddfe19846e2e0'>12c8096</a></td><td>2021/02/22 09:36:55</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3093'>ARTEMIS-3093</a> Ordering on multiple consumers and core with rollback</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3093'>Critical/Bug/Fixed/Closed (ARTEMIS-3093)</a></p></td>
+<td>15</td><td>39</td><td>22</td><td>32</td><td><a href='https://github.com/apache/activemq-artemis/blob/12c8096a23840ede9c364cc184dddfe19846e2e0/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/impl/ScheduledDeliveryHandlerTest.java#L1220-L1220'>ScheduledDeliveryHandlerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/12c8096a23840ede9c364cc184dddfe19846e2e0/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/impl/ScheduledDel [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a56ade38b4e6cad18418ecb78c9d4f92fe06df4a'>11</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a56ade38b4e6cad18418ecb78c9d4f92fe06df4a'>a56ade3</a></td><td>2021/02/22 17:08:23</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3135'>ARTEMIS-3135</a> - track possible change in memory estimate when messages are converted to maps for JMX or UI display, follows up from <a href='https://issues.apache.org/jira/browse/ARTEMIS-3067'>ARTEMIS-3067</a></td><td><p><a href='https://issues.apache.org/jira [...]
+<td>17</td><td>2</td><td>10</td><td>9</td><td><a href='https://github.com/apache/activemq-artemis/blob/a56ade38b4e6cad18418ecb78c9d4f92fe06df4a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpScheduledMessageTest.java#L21-L120'>AmqpScheduledMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a56ade38b4e6cad18418ecb78c9d4f92fe06df4a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/66040b009c5f3bedd43395ac7fb0e9ebda790e0f'>12</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/66040b009c5f3bedd43395ac7fb0e9ebda790e0f'>66040b0</a></td><td>2021/02/23 13:59:24</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3135'>ARTEMIS-3135</a> Fixing intermittent test failure</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3135'>Major/Bug/Fixed/Closed (ARTEMIS-3135)</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/66040b009c5f3bedd43395ac7fb0e9ebda790e0f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMXManagementTest.java#L151-L157'>JMXManagementTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/66040b009c5f3bedd43395ac7fb0e9ebda790e0f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMXManagem [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a0ce3812bae68fdee2354fc265960b63ccc6e08e'>13</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a0ce3812bae68fdee2354fc265960b63ccc6e08e'>a0ce381</a></td><td>2021/02/23 16:11:48</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3067'>ARTEMIS-3067</a>, <a href='https://issues.apache.org/jira/browse/ARTEMIS-3135'>ARTEMIS-3135</a> - rework accounting for lazy decoding by directly referencing the owning page store, owner now tracked on a message rather than the message reference. This avoids the  [...]
+<td>61</td><td>19</td><td>92</td><td>-12</td><td><a href='https://github.com/apache/activemq-artemis/blob/a0ce3812bae68fdee2354fc265960b63ccc6e08e/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/impl/ScheduledDeliveryHandlerTest.java#L254-L821'>ScheduledDeliveryHandlerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a0ce3812bae68fdee2354fc265960b63ccc6e08e/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/impl/ScheduledDeli [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/03a8e20de210127d81d7fb7b0200fa67b42a74ec'>14</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/03a8e20de210127d81d7fb7b0200fa67b42a74ec'>03a8e20</a></td><td>2021/02/24 06:34:36</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3138'>ARTEMIS-3138</a> Shared Nothing Live broker shouldn't try to connect to itself</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3138'>Major/Improvement/Fixed/Closed (ARTEMIS-3138)</a></p></td>
+<td>5</td><td>0</td><td>0</td><td>5</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/6c7231928ffdd1b057c51a306ba55649446d74a1'>15</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6c7231928ffdd1b057c51a306ba55649446d74a1'>6c72319</a></td><td>2021/02/24 11:43:51</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3138'>ARTEMIS-3138</a> Shared Nothing Live broker shouldn't try to connect to itself (2)</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3138'>Major/Improvement/Fixed/Closed (ARTEMIS-3138)</a></p></td>
+<td>4</td><td>16</td><td>3</td><td>17</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4c4d7a71cbd665b75aab8bd33f4719220e4dea7d'>16</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/4c4d7a71cbd665b75aab8bd33f4719220e4dea7d'>4c4d7a7</a></td><td>2021/02/23 10:24:13</td><td>Christopher L. Shannon (cshannon)</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2802'>ARTEMIS-2802</a>: Add a null check when checking matching metaData inside Federated Queue</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2802'>Minor/Bug/Fixed/Closed (ARTEMIS-2802)</a></p></td>
+<td>0</td><td>2</td><td>0</td><td>2</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9e7246056533a692d5ab252168d91ae8b516e564'>17</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9e7246056533a692d5ab252168d91ae8b516e564'>9e72460</a></td><td>2021/02/20 03:44:03</td><td>Andy Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3129'>ARTEMIS-3129</a> - added roles needed for the browse tab for clarity</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3129'>Minor/Improvement/Fixed/Closed (ARTEMIS-3129)</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/46858bcfc3ff6ec39eda60cde657628a90cf6047'>18</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/46858bcfc3ff6ec39eda60cde657628a90cf6047'>46858bc</a></td><td>2021/02/20 03:48:35</td><td>Andy Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3130'>ARTEMIS-3130</a> - fixing broken filter fields in console</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3130'>Major/Improvement/Fixed/Closed (ARTEMIS-3130)</a></p></td>
+<td>2</td><td>0</td><td>0</td><td>2</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/026f3859a2c8b27975aabf95451d061f8a11314f'>19</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/026f3859a2c8b27975aabf95451d061f8a11314f'>026f385</a></td><td>2021/02/19 07:04:37</td><td>sebthom</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3117'>ARTEMIS-3117</a> Provide CachingOpenSSLContextFactory to mitigate performance degradation in JDK 11 during TLS connection initialization.</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3117'>Critical/Improvement/Fixed/Closed (ARTEMIS-3117)</a> [...]
+<td>517</td><td>95</td><td>17</td><td>595</td><td><a href='https://github.com/apache/activemq-artemis/blob/026f3859a2c8b27975aabf95451d061f8a11314f/artemis-core-client/src/test/java/org/apache/activemq/artemis/spi/core/remoting/ssl/OpenSSLContextFactoryProviderTest.java#L1-L31'>OpenSSLContextFactoryProviderTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/026f3859a2c8b27975aabf95451d061f8a11314f/artemis-core-client/src/test/java/org/apache/activemq/artemis/spi/cor [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/5aa3a4b6aae00bff6c9f380116b8b21c29094ee9'>20</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/5aa3a4b6aae00bff6c9f380116b8b21c29094ee9'>5aa3a4b</a></td><td>2021/03/01 16:38:25</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3147'>ARTEMIS-3147</a> Fix auto created addresses reload</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3147'>Minor/Bug/Fixed/Closed (ARTEMIS-3147)</a></p></td>
+<td>8</td><td>0</td><td>0</td><td>8</td><td><a href='https://github.com/apache/activemq-artemis/blob/5aa3a4b6aae00bff6c9f380116b8b21c29094ee9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/persistence/AddressInfoRestartTest.java#L1-L50'>AddressInfoRestartTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/5aa3a4b6aae00bff6c9f380116b8b21c29094ee9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/p [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/bc83b3123277ce3bc2d2a030ae55770497ec3b51'>21</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/bc83b3123277ce3bc2d2a030ae55770497ec3b51'>bc83b31</a></td><td>2021/02/21 15:00:26</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3133'>ARTEMIS-3133</a> Reduce memory usage for Null an Ping packets</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3133'>Major/Improvement/Fixed/Closed (ARTEMIS-3133)</a></p></td>
+<td>90</td><td>19</td><td>4</td><td>105</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/05c55d382c3310cb8f98593889074e6f194c3d44'>22</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/05c55d382c3310cb8f98593889074e6f194c3d44'>05c55d3</a></td><td>2021/03/03 15:46:14</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3133'>ARTEMIS-3133</a> Just Encapsulating ObjectPool into a small utility</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3133'>Major/Improvement/Fixed/Closed (ARTEMIS-3133)</a></p></td>
+<td>119</td><td>13</td><td>2</td><td>130</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2826c8abe1941156618275f0cd2db098b53eaf84'>23</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/2826c8abe1941156618275f0cd2db098b53eaf84'>2826c8a</a></td><td>2021/03/04 13:35:45</td><td>Robbie Gemmell</td><td>NO-JIRA: GHA workflow improvements</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/57e85bbc10d055bb0e2007a8b5f9817f4b97a265'>24</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/57e85bbc10d055bb0e2007a8b5f9817f4b97a265'>57e85bb</a></td><td>2021/03/05 08:49:43</td><td>franz1981</td><td>NO-JIRA fix flaky ReplicatedMultipleFailbackTest NPE</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/57e85bbc10d055bb0e2007a8b5f9817f4b97a265/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/jmxmultiplefailback/ReplicatedMultipleFailbackTest.java#L101-L108'>ReplicatedMultipleFailbackTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/57e85bbc10d055bb0e2007a8b5f9817f4b97a265/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smok [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/dbebf68ae18ee4e7636938cc76041cbd6df2130c'>25</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/dbebf68ae18ee4e7636938cc76041cbd6df2130c'>dbebf68</a></td><td>2021/03/08 07:15:50</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3165'>ARTEMIS-3165</a> Update karaf version to 4.3.0</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3165'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3165)</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/37371c749f526cbc104e83bc19d43a65becaa820'>26</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/37371c749f526cbc104e83bc19d43a65becaa820'>37371c7</a></td><td>2021/03/08 16:10:57</td><td>gtully</td><td>NO JIRA - remove commented out dependency</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/8f7970cd5903fcd37b527c748983c5f0626a817c'>27</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/8f7970cd5903fcd37b527c748983c5f0626a817c'>8f7970c</a></td><td>2021/03/05 17:30:31</td><td>Erwin Dondorp</td><td>NO-JIRA clarify REST doc to use ttl parameter</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/8f7970cd5903fcd37b527c748983c5f0626a817c/docs/user-manual/en/rest.md#L630-L630'>rest.md</a><a href='https://github.com/apache/activemq-artemis//commits/8f7970cd5903fcd37b527c748983c5f0626a817c/docs/user-manual/en/rest.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4483a8ce22cefe1e6e4dd9562f1a8ec042ec9e2d'>28</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/4483a8ce22cefe1e6e4dd9562f1a8ec042ec9e2d'>4483a8c</a></td><td>2021/03/02 09:31:41</td><td>Andy Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3154'>ARTEMIS-3154</a> - Add support for navigation/deleting messages while being browsed in the details</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3154'>Major/Improvement/Fixed/Closed (ARTEMIS-3154)</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/11f4403cc7605ef11fb119a07c23c27939e96297'>29</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/11f4403cc7605ef11fb119a07c23c27939e96297'>11f4403</a></td><td>2021/03/03 14:39:17</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3132'>ARTEMIS-3132</a> Inhibit context menu and dblclick handler of broker diagram</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3132'>Minor/Bug/Fixed/Closed (ARTEMIS-3132)</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/6f0cb8bfc52c324d8f73da148cf325daf7b4af2b'>30</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6f0cb8bfc52c324d8f73da148cf325daf7b4af2b'>6f0cb8b</a></td><td>2021/03/09 06:51:07</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3169'>ARTEMIS-3169</a> Update jetty to 9.4.38 and servlet-api to 3.0</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3169'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3169)</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/190fd9f994dd3ec4c6ebbe85a817b4ab58c22dba'>31</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/190fd9f994dd3ec4c6ebbe85a817b4ab58c22dba'>190fd9f</a></td><td>2021/03/08 07:25:42</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3144'>ARTEMIS-3144</a> Update resteasy version to 3.15.0.Final</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3144'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3144)</a></p></td>
+<td>2</td><td>2</td><td>0</td><td>4</td><td><a href='https://github.com/apache/activemq-artemis/blob/190fd9f994dd3ec4c6ebbe85a817b4ab58c22dba/artemis-rest/src/test/java/org/apache/activemq/artemis/rest/integration/EmbeddedRestActiveMQJMSTest.java#L40-L143'>EmbeddedRestActiveMQJMSTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/190fd9f994dd3ec4c6ebbe85a817b4ab58c22dba/artemis-rest/src/test/java/org/apache/activemq/artemis/rest/integration/EmbeddedRestActiveMQJMSTe [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d4f1552019bea65f9829a114302f13f6f5b0478d'>32</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d4f1552019bea65f9829a114302f13f6f5b0478d'>d4f1552</a></td><td>2021/02/19 04:34:58</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3123'>ARTEMIS-3123</a> Update netty version to 4.1.59.Final</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3123'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3123)</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/d4f1552019bea65f9829a114302f13f6f5b0478d/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverTwoWayOpenSSLTest.java#L234-L234'>CoreClientOverTwoWayOpenSSLTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/d4f1552019bea65f9829a114302f13f6f5b0478d/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1a149b9af4faff0c41322efe349de61d2475ba9e'>33</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/1a149b9af4faff0c41322efe349de61d2475ba9e'>1a149b9</a></td><td>2021/02/09 12:00:26</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3102'>ARTEMIS-3102</a> throw more accurate exception when re-authentication fails</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3102'>Major/Improvement/Fixed/Closed (ARTEMIS-3102)</a></p></td>
+<td>37</td><td>1</td><td>0</td><td>38</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/5a5794021cb1c2e1a70fb33b2aff8bf44ff215a0'>34</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/5a5794021cb1c2e1a70fb33b2aff8bf44ff215a0'>5a57940</a></td><td>2021/02/08 10:48:56</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3044'>ARTEMIS-3044</a> Add Artemis web console tests</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3044'>Major/Test/Fixed/Closed (ARTEMIS-3044)</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/5a5794021cb1c2e1a70fb33b2aff8bf44ff215a0/docs/hacking-guide/en/tests.md#L42-L53'>tests.md</a><a href='https://github.com/apache/activemq-artemis//commits/5a5794021cb1c2e1a70fb33b2aff8bf44ff215a0/docs/hacking-guide/en/tests.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/5a5794021cb1c2e1a70fb33b2aff8bf44ff215a0/tests/smoke-tests/src/test/java/org/apache/activemq/artemi [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/20007ad485bf8f7174db84e9c317b055b28d9756'>35</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/20007ad485bf8f7174db84e9c317b055b28d9756'>20007ad</a></td><td>2021/03/10 07:35:10</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3141'>ARTEMIS-3141</a> - respect the browse page limit on all queue controll/jmx operations that use a queue browser</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3141'>Major/Improvement/Fixed/Closed (ARTEMIS-3141)</a></p></td>
+<td>4</td><td>4</td><td>0</td><td>8</td><td><a href='https://github.com/apache/activemq-artemis/blob/20007ad485bf8f7174db84e9c317b055b28d9756/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java#L3335-L3368'>QueueControlTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/20007ad485bf8f7174db84e9c317b055b28d9756/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/managemen [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/eb26f67ab6913a490f92c426efa76e35252dceb1'>36</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/eb26f67ab6913a490f92c426efa76e35252dceb1'>eb26f67</a></td><td>2021/02/23 14:19:23</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3137'>ARTEMIS-3137</a> support XPath filters</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3137'>Major/New Feature/Fixed/Closed (ARTEMIS-3137)</a></p></td>
+<td>126</td><td>28</td><td>90</td><td>64</td><td><a href='https://github.com/apache/activemq-artemis/blob/eb26f67ab6913a490f92c426efa76e35252dceb1/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSXPathSelectorTest.java#L1-L162'>JMSXPathSelectorTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/eb26f67ab6913a490f92c426efa76e35252dceb1/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/J [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/202601645b8ade1224d8ff0e58bcb57233104afb'>37</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/202601645b8ade1224d8ff0e58bcb57233104afb'>2026016</a></td><td>2021/03/10 11:15:20</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3141'>ARTEMIS-3141</a> - configure managementBrowsePageSize limit to 1k for test expectation</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3141'>Major/Improvement/Fixed/Closed (ARTEMIS-3141)</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/202601645b8ade1224d8ff0e58bcb57233104afb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ManagementWithPagingServerTest.java#L209-L209'>ManagementWithPagingServerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/202601645b8ade1224d8ff0e58bcb57233104afb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/t [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f49a16342715c3e1ffe9c44c90200bd61aa31265'>38</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f49a16342715c3e1ffe9c44c90200bd61aa31265'>f49a163</a></td><td>2021/03/10 21:44:07</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3137'>ARTEMIS-3137</a> Fixing Test with wrong message type on Xpath and Core</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3137'>Major/New Feature/Fixed/Closed (ARTEMIS-3137)</a></p></td>
+<td>3</td><td>3</td><td>0</td><td>6</td><td><a href='https://github.com/apache/activemq-artemis/blob/f49a16342715c3e1ffe9c44c90200bd61aa31265/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/ConsumerTest.java#L1289-L1300'>ConsumerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f49a16342715c3e1ffe9c44c90200bd61aa31265/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/ConsumerTest.j [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/adf054f606e761af9192c017c5ecfe21c4436630'>39</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/adf054f606e761af9192c017c5ecfe21c4436630'>adf054f</a></td><td>2021/03/11 07:09:15</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3144'>ARTEMIS-3144</a> Fix RestDeserializationTest</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3144'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3144)</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/d5418511511d7cb8cfa9f6621e92198efbb29c9b'>40</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d5418511511d7cb8cfa9f6621e92198efbb29c9b'>d541851</a></td><td>2021/03/12 11:04:21</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3179'>ARTEMIS-3179</a> Update netty version to 4.1.60.Final</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3179'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3179)</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/e548e0aab2d4def889d29554d3d10fb80dd5b2d1'>41</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e548e0aab2d4def889d29554d3d10fb80dd5b2d1'>e548e0a</a></td><td>2021/03/15 20:57:52</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3182'>ARTEMIS-3182</a> remove defunct repo</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3182'>Major/Task/Fixed/Closed (ARTEMIS-3182)</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/96a09041eea4b11ff4729748c2d78516bd0f9f46'>42</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/96a09041eea4b11ff4729748c2d78516bd0f9f46'>96a0904</a></td><td>2021/03/16 08:39:58</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3183'>ARTEMIS-3183</a>: resolve various immediate warnings at build start</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3183'>Major/Task/Fixed/Closed (ARTEMIS-3183)</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/3c5b95c47c464bab067192ae53fd559838611765'>43</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3c5b95c47c464bab067192ae53fd559838611765'>3c5b95c</a></td><td>2021/03/16 11:59:00</td><td>Clebert Suconic</td><td>NO-JIRA Simple Logging Change on Test</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/3c5b95c47c464bab067192ae53fd559838611765/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/journal/NIOJournalCompactTest.java#L847-L1747'>NIOJournalCompactTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3c5b95c47c464bab067192ae53fd559838611765/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jou [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1a4fd1d7ae7674e3d05efe30348ac1a6c63db852'>44</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/1a4fd1d7ae7674e3d05efe30348ac1a6c63db852'>1a4fd1d</a></td><td>2021/03/16 10:23:08</td><td>Erwin Dondorp</td><td>NO-JIRA Cosmetic logging change</td><td></td>
+<td>0</td><td>3</td><td>0</td><td>3</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/14755a02961db1be9d5ed52acae0cfdb63ed8041'>45</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/14755a02961db1be9d5ed52acae0cfdb63ed8041'>14755a0</a></td><td>2021/03/17 09:28:51</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3152'>ARTEMIS-3152</a> Fix console column selectors</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3152'>Minor/Bug/Fixed/Closed (ARTEMIS-3152)</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/6d379d1aa73e1ad2e203385b1af91969e5b63729'>46</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6d379d1aa73e1ad2e203385b1af91969e5b63729'>6d379d1</a></td><td>2021/03/12 06:00:20</td><td>Erwin Dondorp</td><td>NO-JIRA visually separate the controls in groups</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/9bdd27109276dc64b661c7ee143e2d619beffd69'>47</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9bdd27109276dc64b661c7ee143e2d619beffd69'>9bdd271</a></td><td>2021/03/11 11:57:23</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3176'>ARTEMIS-3176</a> don't log JDBC datasource 'password' property</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3176'>Major/Bug/Fixed/Closed (ARTEMIS-3176)</a></p></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/fea5e246e78c65c230dfca610c2e3da39c4a9ffc'>48</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/fea5e246e78c65c230dfca610c2e3da39c4a9ffc'>fea5e24</a></td><td>2021/03/11 14:32:44</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3166'>ARTEMIS-3166</a> support disabling configuration file reload</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3166'>Minor/Improvement/Fixed/Closed (ARTEMIS-3166)</a></p></td>
+<td>0</td><td>14</td><td>0</td><td>14</td><td><a href='https://github.com/apache/activemq-artemis/blob/fea5e246e78c65c230dfca610c2e3da39c4a9ffc/artemis-cli/src/test/java/org/apache/activemq/cli/test/FileBrokerTest.java#L156-L204'>FileBrokerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/fea5e246e78c65c230dfca610c2e3da39c4a9ffc/artemis-cli/src/test/java/org/apache/activemq/cli/test/FileBrokerTest.java'>(+)</a> </td><td><a href='https://github.com/apache/activemq- [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e1669d4ad2161352cd8118215eaefec2aadadeb0'>49</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e1669d4ad2161352cd8118215eaefec2aadadeb0'>e1669d4</a></td><td>2021/03/10 10:24:10</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3172'>ARTEMIS-3172</a> don't log STOMP CONNECT passcode header</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3172'>Major/Bug/Fixed/Closed (ARTEMIS-3172)</a></p></td>
+<td>1</td><td>5</td><td>0</td><td>6</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3b9008bda008ee8e7413c05c5c6238503d9a3bcc'>50</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3b9008bda008ee8e7413c05c5c6238503d9a3bcc'>3b9008b</a></td><td>2021/03/11 05:35:19</td><td>Markus Meierhofer</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3174'>ARTEMIS-3174</a>: Set new connection on ServerSession during reattachment</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3174'>Major/Bug/Fixed/Closed (ARTEMIS-3174)</a></p></td>
+<td>9</td><td>1</td><td>0</td><td>10</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d36525348db3884a4409f3032d283a8f1dfbcd02'>51</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d36525348db3884a4409f3032d283a8f1dfbcd02'>d365253</a></td><td>2021/03/17 14:30:50</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3174'>ARTEMIS-3174</a> add test</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3174'>Major/Bug/Fixed/Closed (ARTEMIS-3174)</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/d36525348db3884a4409f3032d283a8f1dfbcd02/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/reattach/ReattachTest.java#L19-L150'>ReattachTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/d36525348db3884a4409f3032d283a8f1dfbcd02/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/reatta [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/052bd60da4292eabecc58582c0e4195396f4494e'>52</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/052bd60da4292eabecc58582c0e4195396f4494e'>052bd60</a></td><td>2021/03/15 10:30:39</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3180'>ARTEMIS-3180</a> - fix multiple path match case in wildcard address map</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3180'>Blocker/Bug/Fixed/Closed (ARTEMIS-3180)</a></p></td>
+<td>2</td><td>15</td><td>0</td><td>17</td><td><a href='https://github.com/apache/activemq-artemis/blob/052bd60da4292eabecc58582c0e4195396f4494e/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/postoffice/impl/AddressMapUnitTest.java#L641-L939'>AddressMapUnitTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/052bd60da4292eabecc58582c0e4195396f4494e/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/postoffice/impl/Ad [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/76b76c56e92c4079b514852fd209876f146529f6'>53</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/76b76c56e92c4079b514852fd209876f146529f6'>76b76c5</a></td><td>2021/03/18 14:09:26</td><td>Sebastian Thomschke</td><td>NO-JIRA Remove unused private logger field</td><td></td>
+<td>0</td><td>0</td><td>3</td><td>-3</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/8d848f4615a6ea81002eaf638e93826c810b0884'>54</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/8d848f4615a6ea81002eaf638e93826c810b0884'>8d848f4</a></td><td>2021/03/18 06:08:38</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3188'>ARTEMIS-3188</a> / <a href='https://issues.apache.org/jira/browse/ARTEMIS-2108'>ARTEMIS-2108</a> Fixing StackOverFlow over bindings</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3188'>Major/Bug/Fixed/Closed (ARTEMIS-3188)</a>,</p><p><a href='h [...]
+<td>0</td><td>11</td><td>9</td><td>2</td><td><a href='https://github.com/apache/activemq-artemis/blob/8d848f4615a6ea81002eaf638e93826c810b0884/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/RemoteBindingWithoutLoadBalancingTest.java#L70-L90'>RemoteBindingWithoutLoadBalancingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/8d848f4615a6ea81002eaf638e93826c810b0884/tests/integration-tests/src/test/java/org/ap [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1d1a9433bc3bde0d65159117312dae3ce053d25c'>55</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/1d1a9433bc3bde0d65159117312dae3ce053d25c'>1d1a943</a></td><td>2021/03/16 06:50:31</td><td>Markus Meierhofer</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2870'>ARTEMIS-2870</a>: Transfer connection close/failure listeners one by one on reattachment</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2870'>Blocker/Bug/Fixed/Closed (ARTEMIS-2870)</a></p></td>
+<td>0</td><td>20</td><td>6</td><td>14</td><td><a href='https://github.com/apache/activemq-artemis/blob/1d1a9433bc3bde0d65159117312dae3ce053d25c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/reattach/ReattachTest.java#L20-L188'>ReattachTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/1d1a9433bc3bde0d65159117312dae3ce053d25c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/reat [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b4beea1f2c2c2cd3292f19a5ec00e2a27d03e671'>56</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/b4beea1f2c2c2cd3292f19a5ec00e2a27d03e671'>b4beea1</a></td><td>2021/03/22 12:22:41</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3150'>ARTEMIS-3150</a> Broker Connections with restricted security</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3150'>Minor/Bug/Fixed/Closed (ARTEMIS-3150)</a></p></td>
+<td>39</td><td>31</td><td>10</td><td>60</td><td><a href='https://github.com/apache/activemq-artemis/blob/b4beea1f2c2c2cd3292f19a5ec00e2a27d03e671/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/brokerConnection/BrokerConnectionBridgeSecurityTest.java#L1-L96'>BrokerConnectionBridgeSecurityTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/b4beea1f2c2c2cd3292f19a5ec00e2a27d03e671/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/test [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/41d9eef511d95aaa6475b91f89da09418b40e957'>57</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/41d9eef511d95aaa6475b91f89da09418b40e957'>41d9eef</a></td><td>2021/03/22 19:01:34</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3191'>ARTEMIS-3191</a> Tests with Mirror and Credentials</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3191'>Major/Bug/Fixed/Closed (ARTEMIS-3191)</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/41d9eef511d95aaa6475b91f89da09418b40e957/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/brokerConnection/BrokerConnectionMirrorSecurityTest.java#L1-L78'>BrokerConnectionMirrorSecurityTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/41d9eef511d95aaa6475b91f89da09418b40e957/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/sm [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e9e1e476ee210b69b4b8cebed759b9103b37b7ab'>58</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e9e1e476ee210b69b4b8cebed759b9103b37b7ab'>e9e1e47</a></td><td>2021/03/22 12:44:36</td><td>AntonRoskvist</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3198'>ARTEMIS-3198</a> Add concurrency option on core bridges</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3198'>Minor/New Feature/Fixed/Closed (ARTEMIS-3198)</a></p></td>
+<td>33</td><td>17</td><td>0</td><td>50</td><td><a href='https://github.com/apache/activemq-artemis/blob/e9e1e476ee210b69b4b8cebed759b9103b37b7ab/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/BridgeConfigurationTest.java#L69-L193'>BridgeConfigurationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/e9e1e476ee210b69b4b8cebed759b9103b37b7ab/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/BridgeConfigurationTest.java'>(+)</a [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/8fd1b33d1638c1232197d5399c23daadee491289'>59</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/8fd1b33d1638c1232197d5399c23daadee491289'>8fd1b33</a></td><td>2021/03/22 10:53:11</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3197'>ARTEMIS-3197</a> - add selectorAware option to virtualTopicConsumerWildcards for openwire acceptor</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3197'>Major/Improvement/Fixed/Closed (ARTEMIS-3197)</a></p></td>
+<td>21</td><td>32</td><td>0</td><td>53</td><td><a href='https://github.com/apache/activemq-artemis/blob/8fd1b33d1638c1232197d5399c23daadee491289/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireProtocolManagerTest.java#L20-L68'>OpenWireProtocolManagerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/8fd1b33d1638c1232197d5399c23daadee491289/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/in [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/31345c5b51c1d8fd309708128eb160382c0c3f34'>60</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/31345c5b51c1d8fd309708128eb160382c0c3f34'>31345c5</a></td><td>2021/03/22 21:56:02</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3198'>ARTEMIS-3198</a> Fixing test after concurrency bridge changes</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3198'>Minor/New Feature/Fixed/Closed (ARTEMIS-3198)</a></p></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4473758edb400e1f815e13c33431d189e39610df'>61</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/4473758edb400e1f815e13c33431d189e39610df'>4473758</a></td><td>2021/03/22 04:06:04</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3195'>ARTEMIS-3195</a> Filter empty items from listNetworkTopology</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3195'>Major/Improvement/Fixed/Closed (ARTEMIS-3195)</a></p></td>
+<td>2</td><td>0</td><td>2</td><td>0</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/02bb7031c296ef22d1e58906836b1e579988d0cb'>62</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/02bb7031c296ef22d1e58906836b1e579988d0cb'>02bb703</a></td><td>2021/03/12 07:18:00</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3175'>ARTEMIS-3175</a> - implement address setting management-message-attribute-size-limit to sensibly limit data returned by list/browse/filter management ops</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3175'>Major/Improvement/Fixed/Closed (ARTEM [...]
+<td>108</td><td>55</td><td>1</td><td>162</td><td><a href='https://github.com/apache/activemq-artemis/blob/02bb7031c296ef22d1e58906836b1e579988d0cb/artemis-core-client/src/test/java/org/apache/activemq/artemis/message/CoreMessageTest.java#L20-L241'>CoreMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/02bb7031c296ef22d1e58906836b1e579988d0cb/artemis-core-client/src/test/java/org/apache/activemq/artemis/message/CoreMessageTest.java'>(+)</a> <a href='https://g [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/06461f146c328c3374a17315d423a4e57b6055ab'>63</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/06461f146c328c3374a17315d423a4e57b6055ab'>06461f1</a></td><td>2021/03/08 16:54:31</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3168'>ARTEMIS-3168</a> - add PrincipalConversionLoginModule feature</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3168'>Minor/New Feature/Fixed/Closed (ARTEMIS-3168)</a></p></td>
+<td>103</td><td>0</td><td>0</td><td>103</td><td><a href='https://github.com/apache/activemq-artemis/blob/06461f146c328c3374a17315d423a4e57b6055ab/artemis-server/src/test/java/org/apache/activemq/artemis/spi/core/security/jaas/PrincipalConversionLoginModuleTest.java#L1-L135'>PrincipalConversionLoginModuleTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/06461f146c328c3374a17315d423a4e57b6055ab/artemis-server/src/test/java/org/apache/activemq/artemis/spi/core/securi [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d71d54b38a36109d5a06d536e9895d43f78752d9'>64</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d71d54b38a36109d5a06d536e9895d43f78752d9'>d71d54b</a></td><td>2021/03/09 05:23:33</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3168'>ARTEMIS-3168</a> - add example using authentication delegation to keycloak, principal conversion for jms clients and oath for the web cosole</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3168'>Minor/New Feature/Fixed/Closed (ARTEMIS-3168)</a>< [...]
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td><a href='https://github.com/apache/activemq-artemis/blob/d71d54b38a36109d5a06d536e9895d43f78752d9/docs/user-manual/en/examples.md#L727-L732'>examples.md</a><a href='https://github.com/apache/activemq-artemis//commits/d71d54b38a36109d5a06d536e9895d43f78752d9/docs/user-manual/en/examples.md'>(+)</a> </td><td><a href='https://github.com/apache/activemq-artemis/blob/d71d54b38a36109d5a06d536e9895d43f78752d9/examples/features/standard/securi [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/28c7d95367da75f09e8595c375f151841afd9519'>65</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/28c7d95367da75f09e8595c375f151841afd9519'>28c7d95</a></td><td>2021/03/18 14:18:30</td><td>Sebastian Thomschke</td><td>NO-JIRA Remove unnecessary cast from byte[] to byte[]</td><td></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/5a137fa0b74f14e978472e4e7cab9eb6f6906286'>66</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/5a137fa0b74f14e978472e4e7cab9eb6f6906286'>5a137fa</a></td><td>2021/03/22 03:30:36</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3194'>ARTEMIS-3194</a> Upgrade hawtio version to 2.13.1</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3194'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3194)</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/bb94d0a5b30af0e492171f47e53325b6740c918b'>67</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/bb94d0a5b30af0e492171f47e53325b6740c918b'>bb94d0a</a></td><td>2021/03/22 07:31:23</td><td>Andy Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3196'>ARTEMIS-3196</a> - expose journal pool files in JMX</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3196'>Major/Improvement/Fixed/Closed (ARTEMIS-3196)</a></p></td>
+<td>21</td><td>0</td><td>0</td><td>21</td><td><a href='https://github.com/apache/activemq-artemis/blob/bb94d0a5b30af0e492171f47e53325b6740c918b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlTest.java#L200-L200'>ActiveMQServerControlTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/bb94d0a5b30af0e492171f47e53325b6740c918b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/int [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/89ea4ecda760918cd8da82b2f1f2af26c1e5f91e'>68</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/89ea4ecda760918cd8da82b2f1f2af26c1e5f91e'>89ea4ec</a></td><td>2021/03/23 10:03:18</td><td>Clebert Suconic</td><td>NO-JIRA Adding CoreMessage Test with Bytes access</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/89ea4ecda760918cd8da82b2f1f2af26c1e5f91e/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/MessageBufferTest.java#L22-L135'>MessageBufferTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/89ea4ecda760918cd8da82b2f1f2af26c1e5f91e/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/Message [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/6231a70b8c8fd66bf8e1a9220e71e23c7ffc3f1e'>69</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6231a70b8c8fd66bf8e1a9220e71e23c7ffc3f1e'>6231a70</a></td><td>2021/03/22 03:46:09</td><td>Domenico Francesco Bruscino</td><td>NO-JIRA Sync karaf version</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/0f03064e37f09856f527e5179a12a16c2b3ccbdd'>70</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0f03064e37f09856f527e5179a12a16c2b3ccbdd'>0f03064</a></td><td>2021/03/22 03:55:53</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3199'>ARTEMIS-3199</a> Upgrade postgresql to 42.2.19</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3199'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3199)</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/7b8f34afe97e11bf6c5a1620b7dec3a867e3c03b'>71</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/7b8f34afe97e11bf6c5a1620b7dec3a867e3c03b'>7b8f34a</a></td><td>2021/03/23 18:49:47</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3196'>ARTEMIS-3196</a> Fixing ActiveMQServerControlUsingCoreTest</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3196'>Major/Improvement/Fixed/Closed (ARTEMIS-3196)</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/7b8f34afe97e11bf6c5a1620b7dec3a867e3c03b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlUsingCoreTest.java#L752-L752'>ActiveMQServerControlUsingCoreTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/7b8f34afe97e11bf6c5a1620b7dec3a867e3c03b/tests/integration-tests/src/test/java/org/apache/activemq/a [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/8d24bfa6464bde552fb71ec7a35bb8dd449c4084'>72</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/8d24bfa6464bde552fb71ec7a35bb8dd449c4084'>8d24bfa</a></td><td>2021/03/23 13:27:59</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3204'>ARTEMIS-3204</a> Fixing NPE on Counting Queue for Resource Limit</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3204'>Major/Bug/Fixed/Closed (ARTEMIS-3204)</a></p></td>
+<td>0</td><td>14</td><td>0</td><td>14</td><td><a href='https://github.com/apache/activemq-artemis/blob/8d24bfa6464bde552fb71ec7a35bb8dd449c4084/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ResourceLimitTest.java#L22-L124'>ResourceLimitTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/8d24bfa6464bde552fb71ec7a35bb8dd449c4084/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/Resou [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/7bd2a4d08061bf0fc4218a8c3ec4d21c58a1ebf3'>73</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/7bd2a4d08061bf0fc4218a8c3ec4d21c58a1ebf3'>7bd2a4d</a></td><td>2021/03/23 16:35:53</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3045'>ARTEMIS-3045</a> NettyConnection should null-check Netty buffer</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3045'>Major/Improvement/Fixed/Closed (ARTEMIS-3045)</a></p></td>
+<td>1</td><td>8</td><td>0</td><td>9</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4f4231f6297e05b9c23cf61053def796ff4e729d'>74</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/4f4231f6297e05b9c23cf61053def796ff4e729d'>4f4231f</a></td><td>2021/02/13 19:00:31</td><td>dhawkins</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3156'>ARTEMIS-3156</a> Better support for PKCS #11</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3156'>Major/Improvement/Fixed/Closed (ARTEMIS-3156)</a></p></td>
+<td>2</td><td>12</td><td>0</td><td>14</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/186481bbe8e79274eb009f63052b1d0528d0249d'>75</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/186481bbe8e79274eb009f63052b1d0528d0249d'>186481b</a></td><td>2021/02/18 23:30:03</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3155'>ARTEMIS-3155</a> differentiate SSL store type and provider</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3155'>Blocker/Bug/Fixed/Closed (ARTEMIS-3155)</a></p></td>
+<td>169</td><td>64</td><td>0</td><td>233</td><td><a href='https://github.com/apache/activemq-artemis/blob/186481bbe8e79274eb009f63052b1d0528d0249d/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/SimpleJNDIClientTest.java#L374-L415'>SimpleJNDIClientTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/186481bbe8e79274eb009f63052b1d0528d0249d/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/S [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e45c1d98d4768a0a37b319d1df107d6c32142919'>76</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e45c1d98d4768a0a37b319d1df107d6c32142919'>e45c1d9</a></td><td>2021/03/24 14:36:31</td><td>Domenico Francesco Bruscino</td><td>NO-JIRA Fix NettyConnectorWithHTTPUpgradeTest</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/e45c1d98d4768a0a37b319d1df107d6c32142919/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/transports/netty/NettyConnectorWithHTTPUpgradeTest.java#L126-L131'>NettyConnectorWithHTTPUpgradeTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/e45c1d98d4768a0a37b319d1df107d6c32142919/tests/integration-tests/src/test/java/org/apache/active [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/69bea6756c220fe9f97f109cb0395c1c2fa0ee78'>77</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/69bea6756c220fe9f97f109cb0395c1c2fa0ee78'>69bea67</a></td><td>2021/03/23 08:07:42</td><td>Andy Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3201'>ARTEMIS-3201</a> - configured diverts arent persisted</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3201'>Major/Bug/Fixed/Closed (ARTEMIS-3201)</a></p></td>
+<td>19</td><td>0</td><td>11</td><td>8</td><td><a href='https://github.com/apache/activemq-artemis/blob/69bea6756c220fe9f97f109cb0395c1c2fa0ee78/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/divert/DivertTest.java#L745-L839'>DivertTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/69bea6756c220fe9f97f109cb0395c1c2fa0ee78/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/divert/DivertTest.java'>( [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/658d45f543b80abdf26a2654d09375998d2b599c'>78</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/658d45f543b80abdf26a2654d09375998d2b599c'>658d45f</a></td><td>2021/03/24 04:41:21</td><td>Andy Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3202'>ARTEMIS-3202</a> - add a flag to deleted diverts removed from config</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3202'>Major/Improvement/Fixed/Closed (ARTEMIS-3202)</a></p></td>
+<td>31</td><td>8</td><td>7</td><td>32</td><td><a href='https://github.com/apache/activemq-artemis/blob/658d45f543b80abdf26a2654d09375998d2b599c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/divert/DivertTest.java#L57-L924'>DivertTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/658d45f543b80abdf26a2654d09375998d2b599c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/divert/DivertTest.java'>(+ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3b4872e1a2ad98558d74de6098b1c5dd597b374f'>79</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3b4872e1a2ad98558d74de6098b1c5dd597b374f'>3b4872e</a></td><td>2021/03/26 10:42:03</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3128'>ARTEMIS-3128</a> - add test of large message browse opentype support</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3128'>Critical/Improvement/Fixed/Closed (ARTEMIS-3128)</a></p></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td><a href='https://github.com/apache/activemq-artemis/blob/3b4872e1a2ad98558d74de6098b1c5dd597b374f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/largemessages/SimpleStreamingLargeMessageTest.java#L28-L364'>SimpleStreamingLargeMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3b4872e1a2ad98558d74de6098b1c5dd597b374f/tests/integration-tests/src/test/java/org/apache/activemq/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/fe3851ff6d243cc0b58872c5431646fbeb410b41'>80</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/fe3851ff6d243cc0b58872c5431646fbeb410b41'>fe3851f</a></td><td>2021/03/25 11:08:50</td><td>AntonRoskvist</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3198'>ARTEMIS-3198</a> - Fix order of concurrency parameter</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3198'>Minor/New Feature/Fixed/Closed (ARTEMIS-3198)</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/0ca413004bd83693003adcae29c3a6bd4468463a'>81</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0ca413004bd83693003adcae29c3a6bd4468463a'>0ca4130</a></td><td>2021/03/29 12:38:11</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3155'>ARTEMIS-3155</a> fix test</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3155'>Blocker/Bug/Fixed/Closed (ARTEMIS-3155)</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/0ca413004bd83693003adcae29c3a6bd4468463a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/SSLProviderTwoWayTest.java#L51-L51'>SSLProviderTwoWayTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/0ca413004bd83693003adcae29c3a6bd4468463a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/SSLPro [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a70b21cf8906dd23e0efea41bea913f9fb917ba3'>82</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a70b21cf8906dd23e0efea41bea913f9fb917ba3'>a70b21c</a></td><td>2021/03/31 09:46:19</td><td>Domenico Francesco Bruscino</td><td>NO-JIRA Fix SSLSupportTest for IBM JVM</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/a70b21cf8906dd23e0efea41bea913f9fb917ba3/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/remoting/impl/ssl/SSLSupportTest.java#L38-L50'>SSLSupportTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a70b21cf8906dd23e0efea41bea913f9fb917ba3/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/remoting/impl/ssl/SSLSupport [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3aa2f091bd07f3b1a42f165b4b9c0aec93cd9e2f'>83</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3aa2f091bd07f3b1a42f165b4b9c0aec93cd9e2f'>3aa2f09</a></td><td>2021/03/31 04:52:11</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3215'>ARTEMIS-3215</a> Upgrade hawtio version to 2.13.2</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3215'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3215)</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/ad964b1bd8c9f31fe48e7f7eb2acbd0ac123b765'>84</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ad964b1bd8c9f31fe48e7f7eb2acbd0ac123b765'>ad964b1</a></td><td>2021/03/31 22:08:46</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3217'>ARTEMIS-3217</a> unescape address name from JMX</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3217'>Major/Bug/Fixed/Closed (ARTEMIS-3217)</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/e633e173eae020beb68b9af445cb399e9d9eae2c'>85</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e633e173eae020beb68b9af445cb399e9d9eae2c'>e633e17</a></td><td>2021/04/01 13:17:27</td><td>Justin Bertram</td><td>NO-JIRA management doc updates and clarifications</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/e633e173eae020beb68b9af445cb399e9d9eae2c/docs/user-manual/en/management.md#L9-L559'>management.md</a><a href='https://github.com/apache/activemq-artemis//commits/e633e173eae020beb68b9af445cb399e9d9eae2c/docs/user-manual/en/management.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2f851cbbe0da46bee8ce6f075553139fa2a25225'>86</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/2f851cbbe0da46bee8ce6f075553139fa2a25225'>2f851cb</a></td><td>2021/03/31 14:09:42</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3203'>ARTEMIS-3203</a> Match filter field names with view field names</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3203'>Minor/Bug/Fixed/Closed (ARTEMIS-3203)</a></p></td>
+<td>372</td><td>233</td><td>1</td><td>604</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/17dd86ff4b72eb81c606cf97439808028c2c7e94'>87</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/17dd86ff4b72eb81c606cf97439808028c2c7e94'>17dd86f</a></td><td>2021/04/01 11:39:56</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3219'>ARTEMIS-3219</a> Improve message routing</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3219'>Major/Improvement/Fixed/Closed (ARTEMIS-3219)</a></p></td>
+<td>101</td><td>143</td><td>3</td><td>241</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/08ec7c67c870e9f8996bd7505e81689b0300b85d'>88</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/08ec7c67c870e9f8996bd7505e81689b0300b85d'>08ec7c6</a></td><td>2021/04/02 03:50:43</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3219'>ARTEMIS-3219</a> Improve FQQN message routing</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3219'>Major/Improvement/Fixed/Closed (ARTEMIS-3219)</a></p></td>
+<td>283</td><td>133</td><td>4</td><td>412</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/158a94a8368a822f03a7d5c215acdd1c057e316e'>89</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/158a94a8368a822f03a7d5c215acdd1c057e316e'>158a94a</a></td><td>2021/04/07 09:46:58</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3224'>ARTEMIS-3224</a> Removing Artemis-tools migration tool from 1.x address model</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3224'>Major/Task/Fixed/Closed (ARTEMIS-3224)</a></p></td>
+<td>0</td><td>0</td><td>563</td><td>-563</td><td>XMLConfigurationMigrationTest.java </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0edbf890a207de4e19d0de08cb47876534086aca'>90</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0edbf890a207de4e19d0de08cb47876534086aca'>0edbf89</a></td><td>2021/04/08 18:43:46</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3228'>ARTEMIS-3228</a> Enable javadocs check on PRs</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3228'>Major/Task/Fixed/Closed (ARTEMIS-3228)</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/5313a800a37a4174a43289457a8934266b50f96b'>91</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/5313a800a37a4174a43289457a8934266b50f96b'>5313a80</a></td><td>2021/02/25 00:42:17</td><td>Christoph Läubrich</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3106'>ARTEMIS-3106</a> Support for SASL-SCRAM</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3106'>Major/New Feature/Fixed/Closed (ARTEMIS-3106)</a></p></td>
+<td>4213</td><td>32</td><td>140</td><td>4105</td><td><a href='https://github.com/apache/activemq-artemis/blob/5313a800a37a4174a43289457a8934266b50f96b/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/sasl/SCRAMTest.java#L1-L192'>SCRAMTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/5313a800a37a4174a43289457a8934266b50f96b/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/faf32fe550c9e473e029ac6bfecb965c9104396d'>92</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/faf32fe550c9e473e029ac6bfecb965c9104396d'>faf32fe</a></td><td>2021/04/08 11:47:13</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3227'>ARTEMIS-3227</a> Web Console could be shutdown after certain failures</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3227'>Major/Task/Fixed/Closed (ARTEMIS-3227)</a></p></td>
+<td>15</td><td>2</td><td>1</td><td>16</td><td><a href='https://github.com/apache/activemq-artemis/blob/faf32fe550c9e473e029ac6bfecb965c9104396d/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/BackupAuthenticationTest.java#L48-L60'>BackupAuthenticationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/faf32fe550c9e473e029ac6bfecb965c9104396d/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/i [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/5642356c1370a8b675c730b91ce2c2e08a376056'>93</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/5642356c1370a8b675c730b91ce2c2e08a376056'>5642356</a></td><td>2021/04/09 08:42:08</td><td>Clebert Suconic</td><td>artemis-3106 Refactoring SaslScramTest to use ActiveMQTestBase</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/5642356c1370a8b675c730b91ce2c2e08a376056/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/sasl/SaslScramTest.java#L19-L65'>SaslScramTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/5642356c1370a8b675c730b91ce2c2e08a376056/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/sasl/SaslScramT [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/565d921a077db799c6ea7a76f6859bf4ce69a09a'>94</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/565d921a077db799c6ea7a76f6859bf4ce69a09a'>565d921</a></td><td>2021/04/09 08:48:17</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3106'>ARTEMIS-3106</a> Check style fix on SaslScramTest</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3106'>Major/New Feature/Fixed/Closed (ARTEMIS-3106)</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/565d921a077db799c6ea7a76f6859bf4ce69a09a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/sasl/SaslScramTest.java#L37-L58'>SaslScramTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/565d921a077db799c6ea7a76f6859bf4ce69a09a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/sasl/SaslScramT [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9c9f89f1d5149e2cd499ff1b8320e56f88902b18'>95</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9c9f89f1d5149e2cd499ff1b8320e56f88902b18'>9c9f89f</a></td><td>2021/04/09 09:52:55</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3106'>ARTEMIS-3106</a> - remove sha-1 references from the test</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3106'>Major/New Feature/Fixed/Closed (ARTEMIS-3106)</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/9c9f89f1d5149e2cd499ff1b8320e56f88902b18/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/sasl/SaslScramTest.java#L72-L82'>SaslScramTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9c9f89f1d5149e2cd499ff1b8320e56f88902b18/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/sasl/SaslScramT [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a195790005bad5f9d97d275fc436d5dc8bca12a4'>96</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a195790005bad5f9d97d275fc436d5dc8bca12a4'>a195790</a></td><td>2021/04/09 11:23:23</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3106'>ARTEMIS-3106</a> - apply mvn verify template to the example</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3106'>Major/New Feature/Fixed/Closed (ARTEMIS-3106)</a></p></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td><a href='https://github.com/apache/activemq-artemis/blob/a195790005bad5f9d97d275fc436d5dc8bca12a4/examples/protocols/amqp/sasl-scram/readme.md#L1-L21'>readme.md</a><a href='https://github.com/apache/activemq-artemis//commits/a195790005bad5f9d97d275fc436d5dc8bca12a4/examples/protocols/amqp/sasl-scram/readme.md'>(+)</a> readme.md QPIDClient.java readme.md TestServer.java <a href='https://github.com/apache/activemq-artemis/blob/a [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/78401dcf64522081955168c3125518987905c0ee'>97</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/78401dcf64522081955168c3125518987905c0ee'>78401dc</a></td><td>2021/04/09 05:23:41</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3226'>ARTEMIS-3226</a> Add version output to cli</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3226'>Minor/Improvement/Fixed/Closed (ARTEMIS-3226)</a></p></td>
+<td>37</td><td>3</td><td>0</td><td>40</td><td><a href='https://github.com/apache/activemq-artemis/blob/78401dcf64522081955168c3125518987905c0ee/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java#L63-L1754'>ArtemisTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/78401dcf64522081955168c3125518987905c0ee/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/447f4c31a495f0c3dc7b4883cbd107adef50f8e4'>98</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/447f4c31a495f0c3dc7b4883cbd107adef50f8e4'>447f4c3</a></td><td>2021/04/09 09:44:40</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3232'>ARTEMIS-3232</a> Upgrade netty version to 4.1.63.Final</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3232'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3232)</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/b4789a894fadbaf09e63cf16c83ff87cba7efd72'>99</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/b4789a894fadbaf09e63cf16c83ff87cba7efd72'>b4789a8</a></td><td>2021/04/09 04:25:17</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3221'>ARTEMIS-3221</a> Migrating to Jakarta EE 8 artifacts</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3221'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3221)</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/b4789a894fadbaf09e63cf16c83ff87cba7efd72/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/jms/ra/MDBMultipleHandlersServerDisconnectTest.java#L411-L428'>MDBMultipleHandlersServerDisconnectTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/b4789a894fadbaf09e63cf16c83ff87cba7efd72/tests/extra-tests/src/test/java/org/apache/activemq/artemis/test [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9679843161894ad6b83c62bbd69c9ec8dbc1bdf7'>100</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9679843161894ad6b83c62bbd69c9ec8dbc1bdf7'>9679843</a></td><td>2021/04/11 14:26:29</td><td>Clebert Suconic</td><td>NO-JIRA renaming branch name to main on scripts</td><td></td>
+<td>0</td><td>9</td><td>0</td><td>9</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/fa80c03049d1faaca5e3f00a68b5ac438cd40548'>101</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/fa80c03049d1faaca5e3f00a68b5ac438cd40548'>fa80c03</a></td><td>2021/04/09 14:51:09</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3234'>ARTEMIS-3234</a> - fix and test, the existing tests suffered with suppressInternalManagementObjects defaulting to true. credit accounting is now independent of the ack list such that preack for advisories can work</td><td><p><a href='https://issues.apache.org/jir [...]
+<td>22</td><td>30</td><td>5</td><td>47</td><td><a href='https://github.com/apache/activemq-artemis/blob/fa80c03049d1faaca5e3f00a68b5ac438cd40548/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/AdvisoryOpenWireTest.java#L21-L163'>AdvisoryOpenWireTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/fa80c03049d1faaca5e3f00a68b5ac438cd40548/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ope [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d408f284b171c361000a0a3876da3a155a8b5255'>102</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d408f284b171c361000a0a3876da3a155a8b5255'>d408f28</a></td><td>2021/04/12 14:36:49</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3238'>ARTEMIS-3238</a> AMQP Mirror not routing correctly with SNF</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3238'>Major/Bug/Fixed/Closed (ARTEMIS-3238)</a></p></td>
+<td>66</td><td>7</td><td>15</td><td>58</td><td><a href='https://github.com/apache/activemq-artemis/blob/d408f284b171c361000a0a3876da3a155a8b5255/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/AMQPReplicaTest.java#L449-L520'>AMQPReplicaTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/d408f284b171c361000a0a3876da3a155a8b5255/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/con [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ac4eb693b2a330993c7c6c466967bed246d4445c'>103</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ac4eb693b2a330993c7c6c466967bed246d4445c'>ac4eb69</a></td><td>2021/04/13 08:49:17</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3238'>ARTEMIS-3238</a> Fixing SendACKFailTest after d408f284b171c361000a0a3876da3a155a8b5255</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3238'>Major/Bug/Fixed/Closed (ARTEMIS-3238)</a></p></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d6ee91a50591e37ccf5e3a630b2bfdc2c8ed47bd'>104</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d6ee91a50591e37ccf5e3a630b2bfdc2c8ed47bd'>d6ee91a</a></td><td>2021/04/13 13:29:45</td><td>Robbie Gemmell</td><td>NO-JIRA: fix date in binary archive NOTICE file, missed in 6b1d5341284f8317f678887e61dc514779608d46 changes (and previously).</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/e195526457452eb53f3d042c41d4b96e337e405d'>105</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e195526457452eb53f3d042c41d4b96e337e405d'>e195526</a></td><td>2021/04/14 06:01:26</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3242'>ARTEMIS-3242</a>: update to qpid-jms 0.58.0</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3242'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3242)</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/3c90c695f3ac1a77f7ec981980bcd8d50bd72f25'>106</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3c90c695f3ac1a77f7ec981980bcd8d50bd72f25'>3c90c69</a></td><td>2021/04/14 07:45:46</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3106'>ARTEMIS-3106</a>: remove duplicate artemis-server dependency added in 5313a800a37a4174a43289457a8934266b50f96b</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3106'>Major/New Feature/Fixed/Closed (ARTEMIS-3106)</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/81e6e4a5a225f48183a9de4492705149cc14b526'>107</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/81e6e4a5a225f48183a9de4492705149cc14b526'>81e6e4a</a></td><td>2021/04/12 21:11:21</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3209'>ARTEMIS-3209</a> add details to AMQ222186 WARN message</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3209'>Major/Improvement/Fixed/Closed (ARTEMIS-3209)</a></p></td>
+<td>0</td><td>6</td><td>0</td><td>6</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/64f57617673b151c2ae0c8bbcc4ca096c185aa7a'>108</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/64f57617673b151c2ae0c8bbcc4ca096c185aa7a'>64f5761</a></td><td>2021/04/14 09:55:48</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3117'>ARTEMIS-3117</a> - tackle the root cause of the scale issue with the netty ssl acceptor, the creation of an sslcontext per connetion, since <a href='https://issues.apache.org/jira/browse/ARTEMIS-400'>ARTEMIS-400</a></td><td><p><a href='https://issues.apache.org/j [...]
+<td>22</td><td>3</td><td>1</td><td>24</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b5740d32d62225915e117c10f23d38d867868178'>109</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/b5740d32d62225915e117c10f23d38d867868178'>b5740d3</a></td><td>2021/04/15 07:33:38</td><td>gtully</td><td>no jira - fix schema gen on jdk8 on non clean build, only parse the dto files and not the integration tests</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/0f3d87799a6be4faea768537594fc7fd7fb3c3df'>110</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0f3d87799a6be4faea768537594fc7fd7fb3c3df'>0f3d877</a></td><td>2021/04/13 09:35:40</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3240'>ARTEMIS-3240</a> - ensure pending transactions are rolled back on connection failure. Fix and test</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3240'>Major/Bug/Fixed/Closed (ARTEMIS-3240)</a></p></td>
+<td>4</td><td>0</td><td>0</td><td>4</td><td><a href='https://github.com/apache/activemq-artemis/blob/0f3d87799a6be4faea768537594fc7fd7fb3c3df/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/amq/JMSConsumer2Test.java#L24-L273'>JMSConsumer2Test.java</a><a href='https://github.com/apache/activemq-artemis//commits/0f3d87799a6be4faea768537594fc7fd7fb3c3df/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/a [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/02a6db8c845a613eaf8348b823211d6fc313867c'>111</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/02a6db8c845a613eaf8348b823211d6fc313867c'>02a6db8</a></td><td>2021/04/17 05:07:05</td><td>Erwin Dondorp</td><td>NO-JIRA fixed spelling error in code of broker diagram</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/24bae19915eabd573aa81da03cb5671eef7d08b4'>112</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/24bae19915eabd573aa81da03cb5671eef7d08b4'>24bae19</a></td><td>2021/04/17 05:51:24</td><td>Erwin Dondorp</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3256'>ARTEMIS-3256</a> internalqueue and internaladdress get their own color in the diagram</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3256'>Trivial/Improvement/Fixed/Closed (ARTEMIS-3256)</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/6b86770079243fe851f0254b2facfc738effd4fa'>113</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6b86770079243fe851f0254b2facfc738effd4fa'>6b86770</a></td><td>2021/04/19 12:00:24</td><td>Jacob Middag</td><td>NO-JIRA Fix description of DiskStoreUsage</td><td></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td><a href='https://github.com/apache/activemq-artemis/blob/6b86770079243fe851f0254b2facfc738effd4fa/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/MetricsPluginTest.java#L151-L151'>MetricsPluginTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6b86770079243fe851f0254b2facfc738effd4fa/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/Metric [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a008c0ecc9a90f17a71cc5578714b98c38026140'>114</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a008c0ecc9a90f17a71cc5578714b98c38026140'>a008c0e</a></td><td>2021/04/19 20:32:00</td><td>Erwin Dondorp</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3257'>ARTEMIS-3257</a> fixed documentation issue wrt federation configuration</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3257'>Major/Bug/Fixed/Closed (ARTEMIS-3257)</a></p></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/a008c0ecc9a90f17a71cc5578714b98c38026140/docs/user-manual/en/federation-address.md#L260-L300'>federation-address.md</a><a href='https://github.com/apache/activemq-artemis//commits/a008c0ecc9a90f17a71cc5578714b98c38026140/docs/user-manual/en/federation-address.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/a008c0ecc9a90f17a71cc5578714b98c38026140/docs/user-ma [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/52c5608cc692a00a02f3a05f382e5ea9675e0891'>115</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/52c5608cc692a00a02f3a05f382e5ea9675e0891'>52c5608</a></td><td>2021/04/21 16:35:58</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3241'>ARTEMIS-3241</a> Update console packages licenses</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3241'>Blocker/Bug/Fixed/Closed (ARTEMIS-3241)</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/2a28a5d42f8ad7cf2e4e5015d63d6d6b051d53b1'>116</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/2a28a5d42f8ad7cf2e4e5015d63d6d6b051d53b1'>2a28a5d</a></td><td>2021/04/22 15:03:16</td><td>Clebert Suconic</td><td>NO-JIRA Fixing typo on log trace</td><td></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1392cb5f0b669129b5ba54714d1d8b0b0a00a77c'>117</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/1392cb5f0b669129b5ba54714d1d8b0b0a00a77c'>1392cb5</a></td><td>2021/04/22 21:59:05</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3261'>ARTEMIS-3261</a> Enhance compact to deal with Rollbacks and update records that can be replaced</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3261'>Major/Bug/Fixed/Closed (ARTEMIS-3261)</a></p></td>
+<td>172</td><td>28</td><td>2</td><td>198</td><td><a href='https://github.com/apache/activemq-artemis/blob/1392cb5f0b669129b5ba54714d1d8b0b0a00a77c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/InfiniteRedeliveryTest.java#L1-L190'>InfiniteRedeliveryTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/1392cb5f0b669129b5ba54714d1d8b0b0a00a77c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/792fc7f80ef0b7f01efe62828b0281ace18f3044'>118</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/792fc7f80ef0b7f01efe62828b0281ace18f3044'>792fc7f</a></td><td>2021/04/23 15:11:35</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3266'>ARTEMIS-3266</a> Upgrade jetty version to 9.4.40.v20210413</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3266'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3266)</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/62395dcd440890dcd1f206882a31d011083bb679'>119</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/62395dcd440890dcd1f206882a31d011083bb679'>62395dc</a></td><td>2021/04/24 11:37:20</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3261'>ARTEMIS-3261</a> Fixing tests and allowing configuration to reload data files on start</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3261'>Major/Bug/Fixed/Closed (ARTEMIS-3261)</a></p></td>
+<td>43</td><td>14</td><td>0</td><td>57</td><td><a href='https://github.com/apache/activemq-artemis/blob/62395dcd440890dcd1f206882a31d011083bb679/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/InfiniteRedeliveryTest.java#L34-L188'>InfiniteRedeliveryTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/62395dcd440890dcd1f206882a31d011083bb679/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/c [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/42405fedcfebb436a87c80a76237e20250c5450c'>120</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/42405fedcfebb436a87c80a76237e20250c5450c'>42405fe</a></td><td>2021/04/26 14:30:07</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3261'>ARTEMIS-3261</a> Expanding verification to journal compacting counters</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3261'>Major/Bug/Fixed/Closed (ARTEMIS-3261)</a></p></td>
+<td>29</td><td>54</td><td>2</td><td>81</td><td><a href='https://github.com/apache/activemq-artemis/blob/42405fedcfebb436a87c80a76237e20250c5450c/artemis-journal/src/test/java/org/apache/activemq/artemis/core/journal/impl/VerifyUpdateFactorSystemProperty.java#L1-L42'>VerifyUpdateFactorSystemProperty.java</a><a href='https://github.com/apache/activemq-artemis//commits/42405fedcfebb436a87c80a76237e20250c5450c/artemis-journal/src/test/java/org/apache/activemq/artemis/core/journal/impl/Verify [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/39f468450b0fba84cdcda4556afd047fa4156cc1'>121</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/39f468450b0fba84cdcda4556afd047fa4156cc1'>39f4684</a></td><td>2021/04/27 14:15:03</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3271'>ARTEMIS-3271</a> Improve Critical Analyzer to sample single therads</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3271'>Major/Bug/Fixed/Closed (ARTEMIS-3271)</a></p></td>
+<td>9</td><td>32</td><td>14</td><td>27</td><td><a href='https://github.com/apache/activemq-artemis/blob/39f468450b0fba84cdcda4556afd047fa4156cc1/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/Wait.java#L159-L178'>Wait.java</a><a href='https://github.com/apache/activemq-artemis//commits/39f468450b0fba84cdcda4556afd047fa4156cc1/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/Wait.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/39f4684 [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/6e6ae3e205151795e5da8b3cbc712600746af791'>122</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6e6ae3e205151795e5da8b3cbc712600746af791'>6e6ae3e</a></td><td>2021/04/29 04:42:24</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3271'>ARTEMIS-3271</a> - tidy up comments and remove 'dead local store'</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3271'>Major/Bug/Fixed/Closed (ARTEMIS-3271)</a></p></td>
+<td>0</td><td>4</td><td>5</td><td>-1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a3295c9873943d6d0e8eaffe306b567e95b5b92f'>123</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a3295c9873943d6d0e8eaffe306b567e95b5b92f'>a3295c9</a></td><td>2021/04/29 08:28:04</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3271'>ARTEMIS-3271</a> removing not needed Field Updater and fixing reset</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3271'>Major/Bug/Fixed/Closed (ARTEMIS-3271)</a></p></td>
+<td>4</td><td>5</td><td>8</td><td>1</td><td><a href='https://github.com/apache/activemq-artemis/blob/a3295c9873943d6d0e8eaffe306b567e95b5b92f/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/critical/CriticalMeasureTest.java#L31-L59'>CriticalMeasureTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a3295c9873943d6d0e8eaffe306b567e95b5b92f/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/critical/CriticalMeasureTest.java'>(+)</a> </td>< [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d2676e77f888b48685f17446fc1255d13099fab5'>124</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d2676e77f888b48685f17446fc1255d13099fab5'>d2676e7</a></td><td>2021/04/28 15:04:46</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3271'>ARTEMIS-3271</a> Improve Critical Analyzer to use AutoCloseable on the API</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3271'>Major/Bug/Fixed/Closed (ARTEMIS-3271)</a></p></td>
+<td>183</td><td>228</td><td>281</td><td>130</td><td><a href='https://github.com/apache/activemq-artemis/blob/d2676e77f888b48685f17446fc1255d13099fab5/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/critical/CriticalAnalyzerTest.java#L22-L221'>CriticalAnalyzerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/d2676e77f888b48685f17446fc1255d13099fab5/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/critical/CriticalAnalyzerTest.java'>(+ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b0f8f515c5c2d0f53f10e5cfcdda49adad0766bf'>125</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/b0f8f515c5c2d0f53f10e5cfcdda49adad0766bf'>b0f8f51</a></td><td>2021/04/30 12:44:13</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3273'>ARTEMIS-3273</a> Recover tool and PrintData enhancements</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3273'>Major/Bug/Fixed/Closed (ARTEMIS-3273)</a></p></td>
+<td>292</td><td>59</td><td>1</td><td>350</td><td><a href='https://github.com/apache/activemq-artemis/blob/b0f8f515c5c2d0f53f10e5cfcdda49adad0766bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AMQPPrintDataTest.java#L67-L67'>AMQPPrintDataTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/b0f8f515c5c2d0f53f10e5cfcdda49adad0766bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AMQPPri [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/909f6f4492f299d6491a71196f0fce8e6f672ddf'>126</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/909f6f4492f299d6491a71196f0fce8e6f672ddf'>909f6f4</a></td><td>2021/05/04 16:59:43</td><td>Clebert Suconic</td><td>NO-JIRA avoiding println on PrintData for Paged Files</td><td></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/5393470b84b5c2efe8b715d4c4b4f95094dc477f'>127</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/5393470b84b5c2efe8b715d4c4b4f95094dc477f'>5393470</a></td><td>2021/05/05 16:27:38</td><td>Clebert Suconic</td><td>NO-JIRA Reformating smoke-tests/pom.xml</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/4df293641dba04858b78b74d5c3b77665e528f06'>128</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/4df293641dba04858b78b74d5c3b77665e528f06'>4df2936</a></td><td>2021/05/11 12:32:30</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3241'>ARTEMIS-3241</a> Update angular-resizable license</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3241'>Blocker/Bug/Fixed/Closed (ARTEMIS-3241)</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/924a7fe7b63485da0dec29fb114a7dff70d67012'>129</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/924a7fe7b63485da0dec29fb114a7dff70d67012'>924a7fe</a></td><td>2021/05/07 12:18:06</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3287'>ARTEMIS-3287</a> Upgrade micrometer version to 1.6.3</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3287'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3287)</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/a30b3a81b9d832938f5f700d17ef6aa38879dc7e'>130</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a30b3a81b9d832938f5f700d17ef6aa38879dc7e'>a30b3a8</a></td><td>2021/05/07 11:56:22</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3293'>ARTEMIS-3293</a> System test on Paging and DLQ processing</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3293'>Major/Task/Fixed/Closed (ARTEMIS-3293)</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/a30b3a81b9d832938f5f700d17ef6aa38879dc7e/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/common/SmokeTestBase.java#L20-L111'>SmokeTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/a30b3a81b9d832938f5f700d17ef6aa38879dc7e/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/common/SmokeTestBase.java'>(+)</a> <a href='ht [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4727be6a69849944bb0b0f4cb1df26ed250f2e62'>131</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/4727be6a69849944bb0b0f4cb1df26ed250f2e62'>4727be6</a></td><td>2021/05/11 17:22:38</td><td>Clebert Suconic</td><td>NO-JIRA fixing logging.properties</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/67d47274a10a84928f002bd203c036d81088e390'>132</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/67d47274a10a84928f002bd203c036d81088e390'>67d4727</a></td><td>2021/05/11 18:53:54</td><td>Clebert Suconic</td><td>NO-JIRA removing runDirectJournalBlast</td><td></td>
+<td>0</td><td>0</td><td>79</td><td>-79</td><td><a href='https://github.com/apache/activemq-artemis/blob/67d47274a10a84928f002bd203c036d81088e390/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/ReplicationTest.java#L973-L976'>ReplicationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/67d47274a10a84928f002bd203c036d81088e390/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replicati [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0355dda813a5353f02715e6f684c116ae0aee84a'>133</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0355dda813a5353f02715e6f684c116ae0aee84a'>0355dda</a></td><td>2021/05/13 06:30:01</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3294'>ARTEMIS-3294</a> Fix conversion of messages with a text body</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3294'>Major/Bug/Fixed/Closed (ARTEMIS-3294)</a></p></td>
+<td>0</td><td>2</td><td>0</td><td>2</td><td><a href='https://github.com/apache/activemq-artemis/blob/0355dda813a5353f02715e6f684c116ae0aee84a/artemis-server/src/test/java/org/apache/activemq/artemis/core/management/impl/openmbean/OpenTypeSupportTest.java#L1-L46'>OpenTypeSupportTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/0355dda813a5353f02715e6f684c116ae0aee84a/artemis-server/src/test/java/org/apache/activemq/artemis/core/management/impl/openmbean/OpenTypeSup [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9513405020b413cd182d8b819572bb050223984a'>134</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9513405020b413cd182d8b819572bb050223984a'>9513405</a></td><td>2021/05/13 14:33:35</td><td>Timothy Bish</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2813'>ARTEMIS-2813</a> Update MiniKDC and fix Kerberos tests on JDK 11+</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2813'>Major/Test/Fixed/Closed (ARTEMIS-2813)</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/9513405020b413cd182d8b819572bb050223984a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSSaslGssapiTest.java#L19-L328'>JMSSaslGssapiTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9513405020b413cd182d8b819572bb050223984a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSSaslGssa [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9e70b263686ad6f0445eecf0e98dbcbf73833302'>135</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9e70b263686ad6f0445eecf0e98dbcbf73833302'>9e70b26</a></td><td>2021/05/13 17:23:42</td><td>Timothy Bish</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2813'>ARTEMIS-2813</a> Fix SaslKrb5LDAPSecurityTest failing on JDK 11</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2813'>Major/Test/Fixed/Closed (ARTEMIS-2813)</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/9e70b263686ad6f0445eecf0e98dbcbf73833302/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/SaslKrb5LDAPSecurityTest.java#L33-L293'>SaslKrb5LDAPSecurityTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9e70b263686ad6f0445eecf0e98dbcbf73833302/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/am [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a3de3d4c75ba1482706e8c42a5c9b0f9811901eb'>136</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a3de3d4c75ba1482706e8c42a5c9b0f9811901eb'>a3de3d4</a></td><td>2021/05/14 06:37:16</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3038'>ARTEMIS-3038</a>, <a href='https://issues.apache.org/jira/browse/ARTEMIS-2813'>ARTEMIS-2813</a>: remove the CoreClientOverOneWaySSLKerb5Test test class</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2813'>Major/Test/Fixed/Closed (ARTEMI [...]
+<td>0</td><td>0</td><td>0</td><td>0</td><td>CoreClientOverOneWaySSLKerb5Test.java </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a34d9aad6bb4f19678c12bddedda5a37509e2cf0'>137</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a34d9aad6bb4f19678c12bddedda5a37509e2cf0'>a34d9aa</a></td><td>2021/05/13 07:08:33</td><td>Andy Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3295'>ARTEMIS-3295</a> - do not cluster advisories</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3295'>Major/Bug/Fixed/Closed (ARTEMIS-3295)</a></p></td>
+<td>23</td><td>0</td><td>0</td><td>23</td><td><a href='https://github.com/apache/activemq-artemis/blob/a34d9aad6bb4f19678c12bddedda5a37509e2cf0/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/cluster/MessageRedistributionTest.java#L31-L129'>MessageRedistributionTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a34d9aad6bb4f19678c12bddedda5a37509e2cf0/tests/integration-tests/src/test/java/org/apache/activemq/artemis/test [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/fe361d3faeba0a8ff12f16a8fed45bb39d4c6cbd'>138</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/fe361d3faeba0a8ff12f16a8fed45bb39d4c6cbd'>fe361d3</a></td><td>2021/05/03 09:10:48</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3273'>ARTEMIS-3273</a> Moving verification of directory</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3273'>Major/Bug/Fixed/Closed (ARTEMIS-3273)</a></p></td>
+<td>0</td><td>9</td><td>4</td><td>5</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2e2cd1f0732392ae4df8d538611e5a5aa18dd10c'>139</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/2e2cd1f0732392ae4df8d538611e5a5aa18dd10c'>2e2cd1f</a></td><td>2021/05/17 04:18:19</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3296'>ARTEMIS-3296</a>: get things building on Java 16 (and 17EA+21)</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3296'>Major/Task/Fixed/Closed (ARTEMIS-3296)</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/0094fc9f0552c0d6ed70b41fbfba48f7ed8879c0'>140</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0094fc9f0552c0d6ed70b41fbfba48f7ed8879c0'>0094fc9</a></td><td>2021/05/17 10:04:43</td><td>Robbie Gemmell</td><td>NO-JIRA: update to current setup-java action, take advantage of tool cache install for LTS versions</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/c45b87d6ed60252df903f22cb5e58ec20a8a844d'>141</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c45b87d6ed60252df903f22cb5e58ec20a8a844d'>c45b87d</a></td><td>2021/05/17 10:27:28</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3304'>ARTEMIS-3304</a>: replace use of deprecated constructors marked as for-removal since Java 16</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3304'>Major/Bug/Fixed/Closed (ARTEMIS-3304)</a></p></td>
+<td>0</td><td>5</td><td>0</td><td>5</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/7733a76649403193e0e0e7e1a6279095fdbf426c'>142</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/7733a76649403193e0e0e7e1a6279095fdbf426c'>7733a76</a></td><td>2021/05/18 07:50:53</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3296'>ARTEMIS-3296</a>: drop back to assembly plugin 3.1.1 after prior update to 3.2.0</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3296'>Major/Task/Fixed/Closed (ARTEMIS-3296)</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/27c343913f15101bcb9cfc649ced3c18ceb0c321'>143</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/27c343913f15101bcb9cfc649ced3c18ceb0c321'>27c3439</a></td><td>2021/05/11 17:22:56</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3297'>ARTEMIS-3297</a> Journal Retention Feature</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3297'>Major/New Feature/Fixed/Closed (ARTEMIS-3297)</a></p></td>
+<td>729</td><td>105</td><td>7</td><td>827</td><td><a href='https://github.com/apache/activemq-artemis/blob/27c343913f15101bcb9cfc649ced3c18ceb0c321/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationParserTest.java#L20-L515'>FileConfigurationParserTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/27c343913f15101bcb9cfc649ced3c18ceb0c321/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurati [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/5e622a642de656958ee539dfe7057e81c8386a17'>144</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/5e622a642de656958ee539dfe7057e81c8386a17'>5e622a6</a></td><td>2021/05/18 22:27:39</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3297'>ARTEMIS-3297</a> Fixing Tests that do not support retention on the file system</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3297'>Major/New Feature/Fixed/Closed (ARTEMIS-3297)</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/5e622a642de656958ee539dfe7057e81c8386a17/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/FailoverTestBase.java#L188-L216'>FailoverTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/5e622a642de656958ee539dfe7057e81c8386a17/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/clust [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d8d44196f653ca6bca70ea276074ce8a9f171f94'>145</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d8d44196f653ca6bca70ea276074ce8a9f171f94'>d8d4419</a></td><td>2021/05/19 09:36:36</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3296'>ARTEMIS-3296</a> Align enforcer ids with the parent pom to avoid duplicate runs</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3296'>Major/Task/Fixed/Closed (ARTEMIS-3296)</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/194d633c5901853e61b9264d2ba0487328e8ca3e'>146</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/194d633c5901853e61b9264d2ba0487328e8ca3e'>194d633</a></td><td>2021/05/19 13:00:24</td><td>Domenico Francesco Bruscino</td><td>NO-JIRA Update the tar format for long files to posix</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/e4f8d173a70064926031fbd000e67db7a78b56aa'>147</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e4f8d173a70064926031fbd000e67db7a78b56aa'>e4f8d17</a></td><td>2021/05/18 12:52:11</td><td>Domenico Francesco Bruscino</td><td>NO-JIRA Fix maven compiler version for java 1.8</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/9e9e279d4219db475d654632c61adbca6c9094cb'>148</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9e9e279d4219db475d654632c61adbca6c9094cb'>9e9e279</a></td><td>2021/05/19 17:18:06</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3294'>ARTEMIS-3294</a> Fix testTextMessageAttributeLimits</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3294'>Major/Bug/Fixed/Closed (ARTEMIS-3294)</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/9e9e279d4219db475d654632c61adbca6c9094cb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java#L582-L583'>QueueControlTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9e9e279d4219db475d654632c61adbca6c9094cb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3f38be8c089c7f478359397f6b43b61336b0ca08'>149</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3f38be8c089c7f478359397f6b43b61336b0ca08'>3f38be8</a></td><td>2021/05/20 09:47:03</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3310'>ARTEMIS-3310</a> Paging could lose AMQPmessage if match didn't work for any reason</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3310'>Major/Bug/Fixed/Closed (ARTEMIS-3310)</a></p></td>
+<td>0</td><td>5</td><td>0</td><td>5</td><td><a href='https://github.com/apache/activemq-artemis/blob/3f38be8c089c7f478359397f6b43b61336b0ca08/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/ParseAppMultiThread.java#L1-L99'>ParseAppMultiThread.java</a><a href='https://github.com/apache/activemq-artemis//commits/3f38be8c089c7f478359397f6b43b61336b0ca08/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/ParseAppM [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/c0128b29cbf999c7ea59d1cfddbb010b11e8ccc2'>150</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c0128b29cbf999c7ea59d1cfddbb010b11e8ccc2'>c0128b2</a></td><td>2021/05/24 08:55:31</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3297'>ARTEMIS-3297</a> Fixing BackupSyncLargeMessageTest</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3297'>Major/New Feature/Fixed/Closed (ARTEMIS-3297)</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/c0128b29cbf999c7ea59d1cfddbb010b11e8ccc2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/BackupSyncLargeMessageTest.java#L52-L56'>BackupSyncLargeMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/c0128b29cbf999c7ea59d1cfddbb010b11e8ccc2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/847fe90411608b7cfe5cf387ce28f825aeb9ddde'>151</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/847fe90411608b7cfe5cf387ce28f825aeb9ddde'>847fe90</a></td><td>2021/05/24 09:51:42</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3295'>ARTEMIS-3295</a> Removing Clutered OpenWire test since we are not clustering advisory any longer</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3295'>Major/Bug/Fixed/Closed (ARTEMIS-3295)</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/847fe90411608b7cfe5cf387ce28f825aeb9ddde/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/cluster/TemporaryQueueClusterTest.java#L19-L178'>TemporaryQueueClusterTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/847fe90411608b7cfe5cf387ce28f825aeb9ddde/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/23a28dc1d83c140935852202d40e9a297a1d85df'>152</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/23a28dc1d83c140935852202d40e9a297a1d85df'>23a28dc</a></td><td>2021/05/24 10:34:58</td><td>Clebert Suconic</td><td>NO-JIRA Removing comment from PrintData</td><td></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/72c9cae8e1e2b8b4cf5909829edb31a33256cd6d'>153</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/72c9cae8e1e2b8b4cf5909829edb31a33256cd6d'>72c9cae</a></td><td>2021/05/20 16:03:01</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3311'>ARTEMIS-3311</a> - ensure visibility of error state on operation context callback registration, fix and test</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3311'>Major/Bug/Fixed/Closed (ARTEMIS-3311)</a></p></td>
+<td>0</td><td>47</td><td>5</td><td>42</td><td><a href='https://github.com/apache/activemq-artemis/blob/72c9cae8e1e2b8b4cf5909829edb31a33256cd6d/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/persistence/impl/OperationContextUnitTest.java#L30-L168'>OperationContextUnitTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/72c9cae8e1e2b8b4cf5909829edb31a33256cd6d/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/persis [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ecad4fb6e496f04fc3885e3d445b40a82f2e000a'>154</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ecad4fb6e496f04fc3885e3d445b40a82f2e000a'>ecad4fb</a></td><td>2021/05/24 07:26:45</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3314'>ARTEMIS-3314</a>: fix warning about not triggering inclusion filter</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3314'>Minor/Task/Fixed/Closed (ARTEMIS-3314)</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/0477fc1e7792ca1b46266f6b2503af17caeaa018'>155</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0477fc1e7792ca1b46266f6b2503af17caeaa018'>0477fc1</a></td><td>2021/05/24 08:09:04</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3314'>ARTEMIS-3314</a>: fix warnings about not including the module artifact</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3314'>Minor/Task/Fixed/Closed (ARTEMIS-3314)</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/3c0e14de58272d37a2b814f460f915bf22a9955e'>156</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3c0e14de58272d37a2b814f460f915bf22a9955e'>3c0e14d</a></td><td>2021/05/04 17:24:11</td><td>Martyn Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3283'>ARTEMIS-3283</a> Added SlowConsumerThreshold unit configuration option</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3283'>Major/Improvement/Fixed/Closed (ARTEMIS-3283)</a></p></td>
+<td>104</td><td>12</td><td>0</td><td>116</td><td><a href='https://github.com/apache/activemq-artemis/blob/3c0e14de58272d37a2b814f460f915bf22a9955e/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationTest.java#L66-L406'>FileConfigurationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3c0e14de58272d37a2b814f460f915bf22a9955e/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationTest.java'> [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/81bbca15c1279c32d014b1ec7616b6853295f798'>157</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/81bbca15c1279c32d014b1ec7616b6853295f798'>81bbca1</a></td><td>2021/04/12 12:51:44</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3229'>ARTEMIS-3229</a> add details to AdressControl MBean</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3229'>Minor/Improvement/Fixed/Closed (ARTEMIS-3229)</a></p></td>
+<td>58</td><td>0</td><td>0</td><td>58</td><td><a href='https://github.com/apache/activemq-artemis/blob/81bbca15c1279c32d014b1ec7616b6853295f798/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlUsingCoreTest.java#L162-L176'>AddressControlUsingCoreTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/81bbca15c1279c32d014b1ec7616b6853295f798/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/79c9364e65208745d4d19a7326608304ddaaf15f'>158</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/79c9364e65208745d4d19a7326608304ddaaf15f'>79c9364</a></td><td>2021/04/12 14:36:44</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3237'>ARTEMIS-3237</a> logging OpenWire producer exception is confusing</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3237'>Major/Bug/Fixed/Closed (ARTEMIS-3237)</a></p></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e543aa3bd501ff84893961c44f7db65f14ba92cf'>159</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e543aa3bd501ff84893961c44f7db65f14ba92cf'>e543aa3</a></td><td>2021/04/12 18:48:50</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3159'>ARTEMIS-3159</a> errors during concurrent expiration with auto-creation</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3159'>Critical/Bug/Fixed/Closed (ARTEMIS-3159)</a></p></td>
+<td>1</td><td>14</td><td>0</td><td>15</td><td><a href='https://github.com/apache/activemq-artemis/blob/e543aa3bd501ff84893961c44f7db65f14ba92cf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/AutoCreateExpiryResourcesTest.java#L46-L223'>AutoCreateExpiryResourcesTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/e543aa3bd501ff84893961c44f7db65f14ba92cf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e03c4fe1931f23386722d82291a8ee82b582e6c0'>160</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e03c4fe1931f23386722d82291a8ee82b582e6c0'>e03c4fe</a></td><td>2021/05/24 11:42:32</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3309'>ARTEMIS-3309</a> Add a parameter to limit messages to move or transfer</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3309'>Major/Improvement/Fixed/Closed (ARTEMIS-3309)</a></p></td>
+<td>71</td><td>170</td><td>0</td><td>241</td><td><a href='https://github.com/apache/activemq-artemis/blob/e03c4fe1931f23386722d82291a8ee82b582e6c0/artemis-cli/src/test/java/org/apache/activemq/cli/test/CliTestBase.java#L40-L169'>CliTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/e03c4fe1931f23386722d82291a8ee82b582e6c0/artemis-cli/src/test/java/org/apache/activemq/cli/test/CliTestBase.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/e03 [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d50fbc490841252efa8b58044ac37fc813c725d8'>161</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d50fbc490841252efa8b58044ac37fc813c725d8'>d50fbc4</a></td><td>2021/04/30 08:25:13</td><td>Erwin Dondorp</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3258'>ARTEMIS-3258</a> added warning for url parameters that are explicitly ignored</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3258'>Minor/Bug/Fixed/Closed (ARTEMIS-3258)</a></p></td>
+<td>12</td><td>11</td><td>0</td><td>23</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/36212584582779f8b57dea06f80292eb6f89599a'>162</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/36212584582779f8b57dea06f80292eb6f89599a'>3621258</a></td><td>2021/05/06 15:22:17</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3285'>ARTEMIS-3285</a> potential duplicate messages with LVQ + non-destructive</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3285'>Major/Bug/Fixed/Closed (ARTEMIS-3285)</a></p></td>
+<td>59</td><td>29</td><td>2</td><td>86</td><td><a href='https://github.com/apache/activemq-artemis/blob/36212584582779f8b57dea06f80292eb6f89599a/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/Wait.java#L69-L78'>Wait.java</a><a href='https://github.com/apache/activemq-artemis//commits/36212584582779f8b57dea06f80292eb6f89599a/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/Wait.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/362125845 [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a06494db852afe0168da871919cdd342d8daba5e'>163</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a06494db852afe0168da871919cdd342d8daba5e'>a06494d</a></td><td>2021/05/24 16:49:27</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3297'>ARTEMIS-3297</a> Moving journal-retention-directory commented out element</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3297'>Major/New Feature/Fixed/Closed (ARTEMIS-3297)</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/90101f5b5435922fd0310ec8abb50d186245fcce'>164</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/90101f5b5435922fd0310ec8abb50d186245fcce'>90101f5</a></td><td>2021/05/25 08:42:13</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3270'>ARTEMIS-3270</a>: update enforced minimum maven version to 3.5.0</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3270'>Minor/Bug/Fixed/Closed (ARTEMIS-3270)</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/f6df6083e3b675e91bbb36b271a897ec3c926bc9'>165</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f6df6083e3b675e91bbb36b271a897ec3c926bc9'>f6df608</a></td><td>2021/05/25 11:07:17</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3283'>ARTEMIS-3283</a> Fixing Slow Consuemr Test and speeding it up</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3283'>Major/Improvement/Fixed/Closed (ARTEMIS-3283)</a></p></td>
+<td>17</td><td>0</td><td>0</td><td>17</td><td><a href='https://github.com/apache/activemq-artemis/blob/f6df6083e3b675e91bbb36b271a897ec3c926bc9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SlowConsumerTest.java#L19-L790'>SlowConsumerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f6df6083e3b675e91bbb36b271a897ec3c926bc9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SlowCon [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4de9e887f6d6568b8fc0f9302e3896860f67472f'>166</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/4de9e887f6d6568b8fc0f9302e3896860f67472f'>4de9e88</a></td><td>2021/05/25 11:45:17</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3309'>ARTEMIS-3309</a> Fixing QueueControlUsingCoreTest</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3309'>Major/Improvement/Fixed/Closed (ARTEMIS-3309)</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/4de9e887f6d6568b8fc0f9302e3896860f67472f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlUsingCoreTest.java#L461-L461'>QueueControlUsingCoreTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/4de9e887f6d6568b8fc0f9302e3896860f67472f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e9c94e57d9e2f6bb72f6217e9559caea2f292cab'>167</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e9c94e57d9e2f6bb72f6217e9559caea2f292cab'>e9c94e5</a></td><td>2021/05/07 22:31:47</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3288'>ARTEMIS-3288</a> support bulk user loading with basic security manager</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3288'>Major/New Feature/Fixed/Closed (ARTEMIS-3288)</a></p></td>
+<td>9</td><td>39</td><td>0</td><td>48</td><td><a href='https://github.com/apache/activemq-artemis/blob/e9c94e57d9e2f6bb72f6217e9559caea2f292cab/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/security/BasicSecurityManagerTest.java#L20-L82'>BasicSecurityManagerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/e9c94e57d9e2f6bb72f6217e9559caea2f292cab/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integrati [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a3fb3ffdcea804287944f0f155f4d40abcf4e7a5'>168</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a3fb3ffdcea804287944f0f155f4d40abcf4e7a5'>a3fb3ff</a></td><td>2021/05/25 12:21:03</td><td>Justin Bertram</td><td>NO-JIRA fix security doc typo</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/a3fb3ffdcea804287944f0f155f4d40abcf4e7a5/docs/user-manual/en/security.md#L1170-L1170'>security.md</a><a href='https://github.com/apache/activemq-artemis//commits/a3fb3ffdcea804287944f0f155f4d40abcf4e7a5/docs/user-manual/en/security.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/6ec7a69d45d2aad2222f444104de2824d83c929f'>169</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6ec7a69d45d2aad2222f444104de2824d83c929f'>6ec7a69</a></td><td>2021/04/14 04:20:37</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3236'>ARTEMIS-3236</a> Preserve managed queues on removing MQTT subscription</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3236'>Major/Bug/Fixed/Closed (ARTEMIS-3236)</a></p></td>
+<td>1</td><td>8</td><td>1</td><td>8</td><td><a href='https://github.com/apache/activemq-artemis/blob/6ec7a69d45d2aad2222f444104de2824d83c929f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTQueueCleanTest.java#L20-L76'>MQTTQueueCleanTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6ec7a69d45d2aad2222f444104de2824d83c929f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/i [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/295cf7996b8776f6fcbcf3c368aaef82ba6f802a'>170</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/295cf7996b8776f6fcbcf3c368aaef82ba6f802a'>295cf79</a></td><td>2021/05/25 12:37:59</td><td>Justin Bertram</td><td>NO-JIRA fix cluster doc XML order</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/295cf7996b8776f6fcbcf3c368aaef82ba6f802a/docs/user-manual/en/clusters.md#L151-L153'>clusters.md</a><a href='https://github.com/apache/activemq-artemis//commits/295cf7996b8776f6fcbcf3c368aaef82ba6f802a/docs/user-manual/en/clusters.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/6bdb511bbd66b10421dd9bc4a6a602109c163b4d'>171</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6bdb511bbd66b10421dd9bc4a6a602109c163b4d'>6bdb511</a></td><td>2021/05/25 14:15:11</td><td>Justin Bertram</td><td>NO-JIRA update JDBC docs</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/6bdb511bbd66b10421dd9bc4a6a602109c163b4d/docs/user-manual/en/persistence.md#L5-L442'>persistence.md</a><a href='https://github.com/apache/activemq-artemis//commits/6bdb511bbd66b10421dd9bc4a6a602109c163b4d/docs/user-manual/en/persistence.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/8d90aa7bf3830312fa77566c2e55598227d0161b'>172</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/8d90aa7bf3830312fa77566c2e55598227d0161b'>8d90aa7</a></td><td>2021/05/26 09:49:25</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3314'>ARTEMIS-3314</a>: fix 11 warnings messages about assembly paths</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3314'>Minor/Task/Fixed/Closed (ARTEMIS-3314)</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/a7027e51951fa2db6b4dd5360b222d6866e7605f'>173</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a7027e51951fa2db6b4dd5360b222d6866e7605f'>a7027e5</a></td><td>2021/05/26 09:50:44</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3314'>ARTEMIS-3314</a>: split dir creation to its own execution to fix warning</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3314'>Minor/Task/Fixed/Closed (ARTEMIS-3314)</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/13121cd4a3cd3e5f983475d68705ccdac1885148'>174</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/13121cd4a3cd3e5f983475d68705ccdac1885148'>13121cd</a></td><td>2021/05/26 05:04:06</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3316'>ARTEMIS-3316</a> Upgrade netty version to 4.1.65.Final</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3316'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3316)</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/cfee2035c82f677f2515dd0deb11bf6c53d968ca'>175</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/cfee2035c82f677f2515dd0deb11bf6c53d968ca'>cfee203</a></td><td>2021/05/26 11:35:16</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3318'>ARTEMIS-3318</a> Invalid data on page should not hold page cleanup</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3318'>Major/Bug/Fixed/Closed (ARTEMIS-3318)</a></p></td>
+<td>14</td><td>9</td><td>0</td><td>23</td><td><a href='https://github.com/apache/activemq-artemis/blob/cfee2035c82f677f2515dd0deb11bf6c53d968ca/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java#L75-L711'>PagingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/cfee2035c82f677f2515dd0deb11bf6c53d968ca/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java'>(+ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f0476d6a12b68d63a49779c7bfcaaf2e336c0bb2'>176</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f0476d6a12b68d63a49779c7bfcaaf2e336c0bb2'>f0476d6</a></td><td>2021/05/27 08:50:53</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3318'>ARTEMIS-3318</a>/<a href='https://issues.apache.org/jira/browse/ARTEMIS-2931'>ARTEMIS-2931</a> Fixing potential issue</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2931'>Major/Bug/Fixed/Closed (ARTEMIS-2931)</a>,</p><p><a href='https: [...]
+<td>0</td><td>4</td><td>0</td><td>4</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/cdaa00d470c9a6b0999777c2004aeb05be5deb42'>177</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/cdaa00d470c9a6b0999777c2004aeb05be5deb42'>cdaa00d</a></td><td>2021/05/26 14:50:15</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3317'>ARTEMIS-3317</a> OpenWire property conversion can cause ClassCastException</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3317'>Major/Bug/Fixed/Closed (ARTEMIS-3317)</a></p></td>
+<td>0</td><td>9</td><td>0</td><td>9</td><td><a href='https://github.com/apache/activemq-artemis/blob/cdaa00d470c9a6b0999777c2004aeb05be5deb42/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/SimpleOpenWireTest.java#L76-L1811'>SimpleOpenWireTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/cdaa00d470c9a6b0999777c2004aeb05be5deb42/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ba6422d45f80d986fbec72fae01892d93813401b'>178</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ba6422d45f80d986fbec72fae01892d93813401b'>ba6422d</a></td><td>2021/05/26 10:50:50</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3315'>ARTEMIS-3315</a> Fix JSON serialization of AMQP messages</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3315'>Major/Improvement/Fixed/Closed (ARTEMIS-3315)</a></p></td>
+<td>4</td><td>2</td><td>1</td><td>5</td><td><a href='https://github.com/apache/activemq-artemis/blob/ba6422d45f80d986fbec72fae01892d93813401b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMXManagementTest.java#L32-L184'>JMXManagementTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ba6422d45f80d986fbec72fae01892d93813401b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMXManageme [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0716189518fbcf164f21a610588d3c5bde33abd2'>179</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0716189518fbcf164f21a610588d3c5bde33abd2'>0716189</a></td><td>2021/05/27 11:46:48</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3309'>ARTEMIS-3309</a> Improving test reliability</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3309'>Major/Improvement/Fixed/Closed (ARTEMIS-3309)</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/0716189518fbcf164f21a610588d3c5bde33abd2/artemis-cli/src/test/java/org/apache/activemq/cli/test/TransferTest.java#L26-L102'>TransferTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/0716189518fbcf164f21a610588d3c5bde33abd2/artemis-cli/src/test/java/org/apache/activemq/cli/test/TransferTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/8ec0e5193f94b3f1d4fbdc14034ae7ff7c0ece61'>180</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/8ec0e5193f94b3f1d4fbdc14034ae7ff7c0ece61'>8ec0e51</a></td><td>2021/05/27 05:59:18</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3242'>ARTEMIS-3242</a>: update to Qpid JMS 0.59.0</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3242'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3242)</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/3ca02955bf6f6f3d685553283d5d9ddc763e6ecc'>181</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3ca02955bf6f6f3d685553283d5d9ddc763e6ecc'>3ca0295</a></td><td>2021/05/27 14:01:16</td><td>Justin Bertram</td><td>NO-JIRA make TransferTest more robust, readable</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/3ca02955bf6f6f3d685553283d5d9ddc763e6ecc/artemis-cli/src/test/java/org/apache/activemq/cli/test/TransferTest.java#L21-L91'>TransferTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3ca02955bf6f6f3d685553283d5d9ddc763e6ecc/artemis-cli/src/test/java/org/apache/activemq/cli/test/TransferTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/14dddb04d780adcc1ce1936a89331e15d1e9f091'>182</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/14dddb04d780adcc1ce1936a89331e15d1e9f091'>14dddb0</a></td><td>2020/07/30 06:15:50</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3280'>ARTEMIS-3280</a> Netty Pool micrometer metric plugin</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3280'>Major/New Feature/Fixed/Closed (ARTEMIS-3280)</a></p></td>
+<td>395</td><td>0</td><td>0</td><td>395</td><td><a href='https://github.com/apache/activemq-artemis/blob/14dddb04d780adcc1ce1936a89331e15d1e9f091/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationTest.java#L497-L801'>FileConfigurationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/14dddb04d780adcc1ce1936a89331e15d1e9f091/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationTest.java'> [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/7ce9030e9f1235ce3040d2111780a8bbb62bf927'>183</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/7ce9030e9f1235ce3040d2111780a8bbb62bf927'>7ce9030</a></td><td>2021/06/01 07:16:29</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3323'>ARTEMIS-3323</a> - ensure openwire message id is unique and consistent for the life of a broker when converted from core</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3323'>Major/Bug/Fixed/Closed (ARTEMIS-3323)</a></p></td>
+<td>2</td><td>21</td><td>14</td><td>9</td><td><a href='https://github.com/apache/activemq-artemis/blob/7ce9030e9f1235ce3040d2111780a8bbb62bf927/artemis-protocols/artemis-openwire-protocol/src/test/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireMessageConverterTest.java#L1-L94'>OpenWireMessageConverterTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/7ce9030e9f1235ce3040d2111780a8bbb62bf927/artemis-protocols/artemis-openwire-protocol/src/test/java/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/24c6d904b968851ab4708640ce20594cdaca0dd9'>184</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/24c6d904b968851ab4708640ce20594cdaca0dd9'>24c6d90</a></td><td>2021/06/01 11:50:27</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3324'>ARTEMIS-3324</a> JournalFilesRepository running out of open files while compacting</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3324'>Major/Bug/Fixed/Closed (ARTEMIS-3324)</a></p></td>
+<td>4</td><td>6</td><td>0</td><td>10</td><td><a href='https://github.com/apache/activemq-artemis/blob/24c6d904b968851ab4708640ce20594cdaca0dd9/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/JournalImplTestBase.java#L41-L65'>JournalImplTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/24c6d904b968851ab4708640ce20594cdaca0dd9/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/JournalIm [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ee92ddcb3b13f8d62f34a3ff1c1a08f009ff3ed3'>185</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ee92ddcb3b13f8d62f34a3ff1c1a08f009ff3ed3'>ee92ddc</a></td><td>2021/06/01 19:31:54</td><td>Clebert Suconic</td><td>NO-JIRA Fixing test</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/ee92ddcb3b13f8d62f34a3ff1c1a08f009ff3ed3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/journal/AIOUnbuferedJournalImplTest.java#L40-L44'>AIOUnbuferedJournalImplTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ee92ddcb3b13f8d62f34a3ff1c1a08f009ff3ed3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integr [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/815f383f9c19abacd0c56543ebc0e93e06dffbf9'>186</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/815f383f9c19abacd0c56543ebc0e93e06dffbf9'>815f383</a></td><td>2021/06/01 19:09:02</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3234'>ARTEMIS-3234</a> - revisit fix to deal with credit on unmatched acks, thanks to brusdev for the interceptor feature and test from <a href='https://issues.apache.org/jira/browse/ARTEMIS-2650'>ARTEMIS-2650</a></td><td><p><a href='https://issues.apache.org/jira/brow [...]
+<td>43</td><td>51</td><td>13</td><td>81</td><td><a href='https://github.com/apache/activemq-artemis/blob/815f383f9c19abacd0c56543ebc0e93e06dffbf9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireProtocolManagerTest.java#L39-L39'>OpenWireProtocolManagerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/815f383f9c19abacd0c56543ebc0e93e06dffbf9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/i [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/c993b5a0e9aa6cfdd20d7ec11d96641c2e8dd69b'>187</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c993b5a0e9aa6cfdd20d7ec11d96641c2e8dd69b'>c993b5a</a></td><td>2021/06/02 11:58:25</td><td>Robbie Gemmell</td><td>NO-JIRA: fix javadoc errors on JDK11+, enable CI javadoc check on JDK11+</td><td></td>
+<td>0</td><td>4</td><td>0</td><td>4</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f380324ca3308ffde6a36b6681386f429ddd1134'>188</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f380324ca3308ffde6a36b6681386f429ddd1134'>f380324</a></td><td>2021/06/02 19:53:26</td><td>Clebert Suconic</td><td>NO-JIRA fixing intermittent failure with a Wait call</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/f380324ca3308ffde6a36b6681386f429ddd1134/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/TransactionalSendTest.java#L28-L100'>TransactionalSendTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f380324ca3308ffde6a36b6681386f429ddd1134/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0e77f93f8322c1b1be719e5dc67f8f0d0c2edf1c'>189</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0e77f93f8322c1b1be719e5dc67f8f0d0c2edf1c'>0e77f93</a></td><td>2021/05/31 06:54:18</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3326'>ARTEMIS-3326</a> - fix state visibility between netty and actor thread after initial connection info processing. fix and test</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3326'>Major/Bug/Fixed/Closed (ARTEMIS-3326)</a></p></td>
+<td>0</td><td>16</td><td>0</td><td>16</td><td><a href='https://github.com/apache/activemq-artemis/blob/0e77f93f8322c1b1be719e5dc67f8f0d0c2edf1c/artemis-protocols/artemis-openwire-protocol/src/test/java/org/apache/activemq/artemis/core/protocol/openwire/amq/OpenWireConnectionTest.java#L1-L167'>OpenWireConnectionTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/0e77f93f8322c1b1be719e5dc67f8f0d0c2edf1c/artemis-protocols/artemis-openwire-protocol/src/test/java/org/apa [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9484e49ab0bcf20570abebb8565681a238a36bc0'>190</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9484e49ab0bcf20570abebb8565681a238a36bc0'>9484e49</a></td><td>2021/06/03 06:28:39</td><td>gtully</td><td>no jira - fix intermittent checkthreadrule failure in JDBCJournalTest</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/9484e49ab0bcf20570abebb8565681a238a36bc0/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jdbc/store/journal/JDBCJournalTest.java#L91-L92'>JDBCJournalTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9484e49ab0bcf20570abebb8565681a238a36bc0/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jdbc/st [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3f67d935926519aa6fd701ad3b9740e7c33a08d5'>191</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3f67d935926519aa6fd701ad3b9740e7c33a08d5'>3f67d93</a></td><td>2021/06/03 07:22:52</td><td>gtully</td><td>no jira - intermittnet failure due to possibly slower hw, eliminate that</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/3f67d935926519aa6fd701ad3b9740e7c33a08d5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java#L70-L735'>ScaleDownTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3f67d935926519aa6fd701ad3b9740e7c33a08d5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.j [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f4f31df97b2ee2fee4f5f30307c643389fce41ac'>192</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f4f31df97b2ee2fee4f5f30307c643389fce41ac'>f4f31df</a></td><td>2021/06/03 10:17:48</td><td>gtully</td><td>no jira - only delay on expected messages and no wait on null. speed up test - thanks rgemmell</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/f4f31df97b2ee2fee4f5f30307c643389fce41ac/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java#L70-L734'>ScaleDownTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f4f31df97b2ee2fee4f5f30307c643389fce41ac/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.j [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/cfd032799c6704e480a180bdc27a3d28def099d9'>193</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/cfd032799c6704e480a180bdc27a3d28def099d9'>cfd0327</a></td><td>2021/06/02 12:53:36</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3327'>ARTEMIS-3327</a> removing unecessary blocking operations on update and delete records</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3327'>Major/Improvement/Fixed/Closed (ARTEMIS-3327)</a></p></td>
+<td>80</td><td>133</td><td>69</td><td>144</td><td><a href='https://github.com/apache/activemq-artemis/blob/cfd032799c6704e480a180bdc27a3d28def099d9/artemis-server/src/test/java/org/apache/activemq/artemis/core/transaction/impl/TransactionImplTest.java#L373-L391'>TransactionImplTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/cfd032799c6704e480a180bdc27a3d28def099d9/artemis-server/src/test/java/org/apache/activemq/artemis/core/transaction/impl/TransactionImplTest. [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/7137252c5d73d2f913b52119d9d10ed88a3ae6d0'>194</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/7137252c5d73d2f913b52119d9d10ed88a3ae6d0'>7137252</a></td><td>2021/06/03 10:43:11</td><td>Clebert Suconic</td><td>NO-JIRA fixing spelling udpate as update</td><td></td>
+<td>0</td><td>3</td><td>0</td><td>3</td><td><a href='https://github.com/apache/activemq-artemis/blob/7137252c5d73d2f913b52119d9d10ed88a3ae6d0/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/UpdateQueueTest.java#L104-L191'>UpdateQueueTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/7137252c5d73d2f913b52119d9d10ed88a3ae6d0/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/UpdateQueu [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/73bcc78beb58ad5a30a46c051955dbc9f17fb530'>195</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/73bcc78beb58ad5a30a46c051955dbc9f17fb530'>73bcc78</a></td><td>2021/06/04 08:46:34</td><td>gtully</td><td>no jira - update commons.io version to latest</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/5bf32282591c0e12d9fdbc5b87284cd4dd03675a'>196</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/5bf32282591c0e12d9fdbc5b87284cd4dd03675a'>5bf3228</a></td><td>2021/06/03 06:40:57</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3328'>ARTEMIS-3328</a>: fix assembly descriptors and stop downgrading assembly plugin</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3296'>Major/Task/Fixed/Closed (ARTEMIS-3296)</a>,</p><p><a href='https://issues.apache.org/jira/browse/ARTEMI [...]
+<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/c05c5955f3c2398f05b8cb728e6c801576b0cf62'>197</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c05c5955f3c2398f05b8cb728e6c801576b0cf62'>c05c595</a></td><td>2021/06/03 06:41:14</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3328'>ARTEMIS-3328</a>: only build the source-release assembly during the release process, or upon request</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3328'>Major/Task/Fixed/Closed (ARTEMIS-3328)</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/aa67a12449f2ba8053206c197167d123ed1dca19'>198</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/aa67a12449f2ba8053206c197167d123ed1dca19'>aa67a12</a></td><td>2021/06/03 06:41:32</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3328'>ARTEMIS-3328</a>: override the parent pom assembly creation, suppress creating and deploying unused assembly</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3328'>Major/Task/Fixed/Closed (ARTEMIS-3328)</a></p></td>
+<td>0</td><td>4</td><td>0</td><td>4</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/c24a2faf52860efc82622d57b29ad364822f1859'>199</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c24a2faf52860efc82622d57b29ad364822f1859'>c24a2fa</a></td><td>2021/06/04 10:05:22</td><td>Robbie Gemmell</td><td>NO-JIRA: remove profiled module definitions which duplicate the base module set, delete empty profile</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/686a61dd656e4b40160575a50acab68e770d6426'>200</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/686a61dd656e4b40160575a50acab68e770d6426'>686a61d</a></td><td>2021/06/05 03:38:02</td><td>Andy Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3332'>ARTEMIS-3332</a> - fix search on consumer count in console</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3332'>Major/Bug/Fixed/Closed (ARTEMIS-3332)</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/0edf599adca9365993579a96d717ed2f3c0d0af9'>201</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0edf599adca9365993579a96d717ed2f3c0d0af9'>0edf599</a></td><td>2021/06/04 18:15:58</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3261'>ARTEMIS-3261</a> Updating logic to use only replaceable records on compacting verification</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3261'>Major/Bug/Fixed/Closed (ARTEMIS-3261)</a></p></td>
+<td>41</td><td>32</td><td>1</td><td>72</td><td><a href='https://github.com/apache/activemq-artemis/blob/0edf599adca9365993579a96d717ed2f3c0d0af9/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/ReclaimerTest.java#L748-L757'>ReclaimerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/0edf599adca9365993579a96d717ed2f3c0d0af9/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/ReclaimerTest.jav [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3913c17c8de942ee7be8dbe74c5ac395f5a30a79'>202</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3913c17c8de942ee7be8dbe74c5ac395f5a30a79'>3913c17</a></td><td>2021/06/07 13:05:34</td><td>Clebert Suconic</td><td>NO-JIRA fixing intermittent failure on test</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/3913c17c8de942ee7be8dbe74c5ac395f5a30a79/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java#L481-L481'>QueueControlTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3913c17c8de942ee7be8dbe74c5ac395f5a30a79/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a38f0092f239ad2f3f09854bd9e2c1c7c5f1964e'>203</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a38f0092f239ad2f3f09854bd9e2c1c7c5f1964e'>a38f009</a></td><td>2021/06/07 14:45:01</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1883'>ARTEMIS-1883</a> clarify docs for use of '::'</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1883'>Major/Bug/Fixed/Closed (ARTEMIS-1883)</a></p></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/a38f0092f239ad2f3f09854bd9e2c1c7c5f1964e/docs/user-manual/en/address-model.md#L356-L364'>address-model.md</a><a href='https://github.com/apache/activemq-artemis//commits/a38f0092f239ad2f3f09854bd9e2c1c7c5f1964e/docs/user-manual/en/address-model.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/26b83985cfb53a7ba21a7812b6559961c0216a7a'>204</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/26b83985cfb53a7ba21a7812b6559961c0216a7a'>26b8398</a></td><td>2021/06/03 13:54:01</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3330'>ARTEMIS-3330</a> JMS session stopped on failed rollback</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3330'>Major/Bug/Fixed/Closed (ARTEMIS-3330)</a></p></td>
+<td>0</td><td>9</td><td>0</td><td>9</td><td><a href='https://github.com/apache/activemq-artemis/blob/26b83985cfb53a7ba21a7812b6559961c0216a7a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/client/RollbackTest.java#L1-L116'>RollbackTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/26b83985cfb53a7ba21a7812b6559961c0216a7a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/client/RollbackTe [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/085766033ba24b786f3357264767a57c7d92a35e'>205</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/085766033ba24b786f3357264767a57c7d92a35e'>0857660</a></td><td>2021/06/04 10:23:40</td><td>gtully</td><td>no jira - remove unused log4j dependency</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/b432eb8a5d72b6ec16875c462b4fc2f356c120fa'>206</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/b432eb8a5d72b6ec16875c462b4fc2f356c120fa'>b432eb8</a></td><td>2021/06/08 07:38:39</td><td>gtully</td><td>no-jira - update mvn-war-plugin to get rid of xstream security warning in build</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/7e15de6339b13b0f4a6523a835b79a9fbeec160d'>207</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/7e15de6339b13b0f4a6523a835b79a9fbeec160d'>7e15de6</a></td><td>2021/06/08 09:15:52</td><td>gtully</td><td>no-jira - consolidate mvn-war-plugin version in play</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/eb4723cdc1123a4a683f7d6ca079ca23c50e4fe1'>208</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/eb4723cdc1123a4a683f7d6ca079ca23c50e4fe1'>eb4723c</a></td><td>2021/06/09 10:49:15</td><td>Robbie Gemmell</td><td>NO-JIRA: update broken repo/website URLs in pom to point to something useful</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/05498c350eb8be49dd26a0b593516b1988df6108'>209</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/05498c350eb8be49dd26a0b593516b1988df6108'>05498c3</a></td><td>2021/06/08 10:00:45</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3261'>ARTEMIS-3261</a> Remove need to lookup replaceableRecords on the hot path</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3261'>Major/Bug/Fixed/Closed (ARTEMIS-3261)</a></p></td>
+<td>22</td><td>65</td><td>15</td><td>72</td><td><a href='https://github.com/apache/activemq-artemis/blob/05498c350eb8be49dd26a0b593516b1988df6108/artemis-jdbc-store/src/test/java/org/apache/activemq/artemis/jdbc/store/journal/JDBCJournalLoaderCallbackTest.java#L48-L48'>JDBCJournalLoaderCallbackTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/05498c350eb8be49dd26a0b593516b1988df6108/artemis-jdbc-store/src/test/java/org/apache/activemq/artemis/jdbc/store/journal/JD [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/bafefdc8ece23801ac8fb7f5879faa9c3107ae5f'>210</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/bafefdc8ece23801ac8fb7f5879faa9c3107ae5f'>bafefdc</a></td><td>2021/06/09 04:40:49</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3338'>ARTEMIS-3338</a> Preserve prepared XA transactions on connection failure</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3338'>Major/Bug/Fixed/Closed (ARTEMIS-3338)</a></p></td>
+<td>2</td><td>6</td><td>2</td><td>6</td><td><a href='https://github.com/apache/activemq-artemis/blob/bafefdc8ece23801ac8fb7f5879faa9c3107ae5f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/xa/SessionFailureXATest.java#L113-L226'>SessionFailureXATest.java</a><a href='https://github.com/apache/activemq-artemis//commits/bafefdc8ece23801ac8fb7f5879faa9c3107ae5f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/xa/SessionF [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3ff70cb7d35133ac786d930d820a34bed11c831a'>211</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3ff70cb7d35133ac786d930d820a34bed11c831a'>3ff70cb</a></td><td>2021/06/09 14:08:35</td><td>Erwin Dondorp</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3334'>ARTEMIS-3334</a> suggest to use the etc directory, which is already in the classpath and also has all other config files</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3334'>Major/Improvement/Fixed/Closed (ARTEMIS-3334)</a></p></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/3ff70cb7d35133ac786d930d820a34bed11c831a/docs/user-manual/en/clusters.md#L166-L166'>clusters.md</a><a href='https://github.com/apache/activemq-artemis//commits/3ff70cb7d35133ac786d930d820a34bed11c831a/docs/user-manual/en/clusters.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/88122e0cd1dc323c757a21f5f85dca22d48b2e06'>212</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/88122e0cd1dc323c757a21f5f85dca22d48b2e06'>88122e0</a></td><td>2021/06/02 05:59:43</td><td>Andy Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3331'>ARTEMIS-3331</a> - RA improvements to work well with more Servers</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3331'>Major/Improvement/Fixed/Closed (ARTEMIS-3331)</a></p></td>
+<td>101</td><td>24</td><td>0</td><td>125</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/dc7de893747b90b627d729f9f18a758bb4dad9d5'>213</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/dc7de893747b90b627d729f9f18a758bb4dad9d5'>dc7de89</a></td><td>2021/06/10 12:50:44</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3341'>ARTEMIS-3341</a>: update checkstyle, use consistent plugin version, fix some issues or tweak config to allow existing style</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3341'>Minor/Task/Fixed/Closed (ARTEMIS-3341)</a></p></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a4c1155a013b015f53faca9f3558a081a1707491'>214</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a4c1155a013b015f53faca9f3558a081a1707491'>a4c1155</a></td><td>2021/06/10 23:56:40</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3341'>ARTEMIS-3341</a> update checkstyle to latest + update code</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3341'>Minor/Task/Fixed/Closed (ARTEMIS-3341)</a></p></td>
+<td>0</td><td>65</td><td>0</td><td>65</td><td><a href='https://github.com/apache/activemq-artemis/blob/a4c1155a013b015f53faca9f3558a081a1707491/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/impl/jdbc/TestJDBCDriver.java#L51-L52'>TestJDBCDriver.java</a><a href='https://github.com/apache/activemq-artemis//commits/a4c1155a013b015f53faca9f3558a081a1707491/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/impl/jdbc/TestJDBCDriver.java'>(+)</a> <a href [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/bff242bba738b6f1d9a2fa5bdb223ffee4889be3'>215</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/bff242bba738b6f1d9a2fa5bdb223ffee4889be3'>bff242b</a></td><td>2021/06/11 10:52:51</td><td>Clebert Suconic</td><td>NO-JIRA Small tweaks on PrintData.java</td><td></td>
+<td>1</td><td>3</td><td>0</td><td>4</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9791a96c58503674f589ce80f3036d67b29e75e9'>216</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9791a96c58503674f589ce80f3036d67b29e75e9'>9791a96</a></td><td>2021/06/11 12:47:16</td><td>Justin Bertram</td><td>NO-JIRA further clarify clustered grouping</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/9791a96c58503674f589ce80f3036d67b29e75e9/docs/user-manual/en/message-grouping.md#L258-L262'>message-grouping.md</a><a href='https://github.com/apache/activemq-artemis//commits/9791a96c58503674f589ce80f3036d67b29e75e9/docs/user-manual/en/message-grouping.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d9f0a1f570767124f78fd10f60cb7636e089af4a'>217</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d9f0a1f570767124f78fd10f60cb7636e089af4a'>d9f0a1f</a></td><td>2021/06/11 14:32:25</td><td>Justin Bertram</td><td>NO-JIRA update clustered grouping example doc</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td><a href='https://github.com/apache/activemq-artemis/blob/d9f0a1f570767124f78fd10f60cb7636e089af4a/examples/features/clustered/clustered-grouping/readme.md#L3-L50'>readme.md</a><a href='https://github.com/apache/activemq-artemis//commits/d9f0a1f570767124f78fd10f60cb7636e089af4a/examples/features/clustered/clustered-grouping/readme.md'>(+)</a> </td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/595d1e43c7e171b78a82cf8a4f23e5099b55db51'>218</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/595d1e43c7e171b78a82cf8a4f23e5099b55db51'>595d1e4</a></td><td>2021/06/14 10:22:07</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3346'>ARTEMIS-3346</a> Fix typo in coreMaptoJMSMap</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3346'>Minor/Bug/Fixed/Closed (ARTEMIS-3346)</a></p></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a7089d005001ff9c08d6635fa6fa6109d7acb70f'>219</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a7089d005001ff9c08d6635fa6fa6109d7acb70f'>a7089d0</a></td><td>2021/06/14 11:25:33</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3346'>ARTEMIS-3346</a> test for typo fix</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3346'>Minor/Bug/Fixed/Closed (ARTEMIS-3346)</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/a7089d005001ff9c08d6635fa6fa6109d7acb70f/artemis-jms-client/src/test/java/org/apache/activemq/artemis/jms/client/ConversionTest.java#L21-L51'>ConversionTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a7089d005001ff9c08d6635fa6fa6109d7acb70f/artemis-jms-client/src/test/java/org/apache/activemq/artemis/jms/client/ConversionTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3b1f6eee7d942706f40b4e35f1dc9dd0537b42a7'>220</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3b1f6eee7d942706f40b4e35f1dc9dd0537b42a7'>3b1f6ee</a></td><td>2021/06/01 05:53:26</td><td>Markus Meierhofer</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3337'>ARTEMIS-3337</a>: Correctly handle multiple connection failures</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3337'>Major/Bug/Fixed/Closed (ARTEMIS-3337)</a></p></td>
+<td>12</td><td>10</td><td>0</td><td>22</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/65782cb4578aaf85c47c2e4774203b133ebd7713'>221</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/65782cb4578aaf85c47c2e4774203b133ebd7713'>65782cb</a></td><td>2021/06/14 15:48:51</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3337'>ARTEMIS-3337</a> Add test on multiple connection failures</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3337'>Major/Bug/Fixed/Closed (ARTEMIS-3337)</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/65782cb4578aaf85c47c2e4774203b133ebd7713/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/FailoverTest.java#L34-L1965'>FailoverTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/65782cb4578aaf85c47c2e4774203b133ebd7713/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failo [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/867bf5e01e010ae8d590ac9469778ad6786803cb'>222</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/867bf5e01e010ae8d590ac9469778ad6786803cb'>867bf5e</a></td><td>2021/06/14 17:17:39</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3155'>ARTEMIS-3155</a> support better backwards compatibility</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3155'>Blocker/Bug/Fixed/Closed (ARTEMIS-3155)</a></p></td>
+<td>30</td><td>21</td><td>4</td><td>47</td><td><a href='https://github.com/apache/activemq-artemis/blob/867bf5e01e010ae8d590ac9469778ad6786803cb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLTest.java#L30-L902'>CoreClientOverOneWaySSLTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/867bf5e01e010ae8d590ac9469778ad6786803cb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integr [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/567c4fc16b9d9b9c79d01bc00421e8fe3da0eb67'>223</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/567c4fc16b9d9b9c79d01bc00421e8fe3da0eb67'>567c4fc</a></td><td>2021/06/15 07:53:43</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3155'>ARTEMIS-3155</a>: fix javadoc error introduced in #3624</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3155'>Blocker/Bug/Fixed/Closed (ARTEMIS-3155)</a></p></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/98e5e19849470ab16c036bcabb14633bd1086788'>224</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/98e5e19849470ab16c036bcabb14633bd1086788'>98e5e19</a></td><td>2021/06/15 06:33:52</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3347'>ARTEMIS-3347</a>: update various commons-io usages, and bump all to latest</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3347'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3347)</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/1430972c62bd55c0a7b15f9dc2c09349f5002506'>225</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/1430972c62bd55c0a7b15f9dc2c09349f5002506'>1430972</a></td><td>2021/06/15 06:57:41</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3348'>ARTEMIS-3348</a>, <a href='https://issues.apache.org/jira/browse/ARTEMIS-3347'>ARTEMIS-3347</a>: update to hawtio 2.13.4</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3348'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3348)</a>,</p>< [...]
+<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/d22b9d51fb1fbae94a82ca72c5de09cba9f0de3d'>226</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d22b9d51fb1fbae94a82ca72c5de09cba9f0de3d'>d22b9d5</a></td><td>2021/06/15 11:05:50</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2813'>ARTEMIS-2813</a>: exclude old transitive test dep which isnt actually needed in tests</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2813'>Major/Test/Fixed/Closed (ARTEMIS-2813)</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/a8c17fa290f5eff5aa0975c07ce67a0629f932eb'>227</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a8c17fa290f5eff5aa0975c07ce67a0629f932eb'>a8c17fa</a></td><td>2021/06/15 12:11:36</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3270'>ARTEMIS-3270</a>: move enforcer execution config so it overrides parent execution</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3270'>Minor/Bug/Fixed/Closed (ARTEMIS-3270)</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/48d489ec424e8b4726cf53bf129cc82b9bbed93b'>228</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/48d489ec424e8b4726cf53bf129cc82b9bbed93b'>48d489e</a></td><td>2021/06/15 13:16:11</td><td>Justin Bertram</td><td>NO-JIRA clarify broker setup/config 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/48d489ec424e8b4726cf53bf129cc82b9bbed93b/docs/user-manual/en/using-server.md#L9-L507'>using-server.md</a><a href='https://github.com/apache/activemq-artemis//commits/48d489ec424e8b4726cf53bf129cc82b9bbed93b/docs/user-manual/en/using-server.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b1d326ba8be43db3fe4724872d2871d2efb05294'>229</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/b1d326ba8be43db3fe4724872d2871d2efb05294'>b1d326b</a></td><td>2021/06/15 09:07:58</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3339'>ARTEMIS-3339</a> Fix management role match key comparator</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3339'>Major/Bug/Fixed/Closed (ARTEMIS-3339)</a></p></td>
+<td>0</td><td>4</td><td>0</td><td>4</td><td><a href='https://github.com/apache/activemq-artemis/blob/b1d326ba8be43db3fe4724872d2871d2efb05294/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/management/JMXAccessControlListTest.java#L102-L108'>JMXAccessControlListTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/b1d326ba8be43db3fe4724872d2871d2efb05294/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/management/JMXAccessContr [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/afa7209011324a74916665af014f3b257828859c'>230</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/afa7209011324a74916665af014f3b257828859c'>afa7209</a></td><td>2021/06/16 09:20:07</td><td>Clebert Suconic</td><td>NO-JIRA Fixing Intermittent failure on AutoCreateExpiryResourcesTest with a Wait.assert change</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/afa7209011324a74916665af014f3b257828859c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/AutoCreateExpiryResourcesTest.java#L208-L209'>AutoCreateExpiryResourcesTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/afa7209011324a74916665af014f3b257828859c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/i [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/318110b72f6440e09c595a03b5895f16c5973e87'>231</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/318110b72f6440e09c595a03b5895f16c5973e87'>318110b</a></td><td>2021/06/16 11:49:52</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3352'>ARTEMIS-3352</a>: remove stale cobertura plugin config</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3352'>Minor/Task/Fixed/Closed (ARTEMIS-3352)</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/8b33279667f9f9faabc45dc82d0999625c0b5c7d'>232</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/8b33279667f9f9faabc45dc82d0999625c0b5c7d'>8b33279</a></td><td>2021/06/16 11:53:08</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3352'>ARTEMIS-3352</a>: remove redundant snapshot repo definition</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3352'>Minor/Task/Fixed/Closed (ARTEMIS-3352)</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/45ae64a01c803d35e8dbce41c543d5dce984416a'>233</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/45ae64a01c803d35e8dbce41c543d5dce984416a'>45ae64a</a></td><td>2021/06/24 14:10:48</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3366'>ARTEMIS-3366</a> deleteAddress can remove SnF queue</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3366'>Major/Bug/Fixed/Closed (ARTEMIS-3366)</a></p></td>
+<td>1</td><td>4</td><td>0</td><td>5</td><td><a href='https://github.com/apache/activemq-artemis/blob/45ae64a01c803d35e8dbce41c543d5dce984416a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/SimpleSymmetricClusterTest.java#L19-L180'>SimpleSymmetricClusterTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/45ae64a01c803d35e8dbce41c543d5dce984416a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2585ef3e7b34815afb93270068cbf4b1e6ed3b53'>234</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/2585ef3e7b34815afb93270068cbf4b1e6ed3b53'>2585ef3</a></td><td>2021/06/28 12:18:29</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3368'>ARTEMIS-3368</a> Upgrade hawtio version to 2.13.5</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3368'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3368)</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/200e436931bb5a15d23b71f6041ef8ad2ae2b8a0'>235</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/200e436931bb5a15d23b71f6041ef8ad2ae2b8a0'>200e436</a></td><td>2021/06/29 13:58:48</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3371'>ARTEMIS-3371</a> Adding TestContainers support and adding QpidDispatchPeerTest</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3371'>Major/Test/Fixed/Closed (ARTEMIS-3371)</a></p></td>
+<td>1</td><td>0</td><td>0</td><td>1</td><td><a href='https://github.com/apache/activemq-artemis/blob/200e436931bb5a15d23b71f6041ef8ad2ae2b8a0/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/brokerConnection/BrokerConnectionBridgeSecurityTest.java#L37-L38'>BrokerConnectionBridgeSecurityTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/200e436931bb5a15d23b71f6041ef8ad2ae2b8a0/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/s [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4d7c6cc1882a26817f5edc851b94358362873b66'>236</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/4d7c6cc1882a26817f5edc851b94358362873b66'>4d7c6cc</a></td><td>2021/07/02 10:51:39</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3373'>ARTEMIS-3373</a> Using consistent template terminology under the collections package</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3373'>Minor/Task/Fixed/Closed (ARTEMIS-3373)</a></p></td>
+<td>0</td><td>162</td><td>0</td><td>162</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/c6874c9acc3c0b56ab772c89f2087f97e0948dba'>237</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c6874c9acc3c0b56ab772c89f2087f97e0948dba'>c6874c9</a></td><td>2021/07/04 11:29:56</td><td>Erwin Dondorp</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3375'>ARTEMIS-3375</a> fix for helptext for 'artemis address'</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3375'>Minor/Bug/Fixed/Closed (ARTEMIS-3375)</a></p></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/bea0568a88cdedd073e57db2d2f1f4635fdab8d9'>238</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/bea0568a88cdedd073e57db2d2f1f4635fdab8d9'>bea0568</a></td><td>2021/06/21 05:41:47</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3360'>ARTEMIS-3360</a> Backup connector ignores TTL settings on the connection factories</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3360'>Major/Improvement/Fixed/Closed (ARTEMIS-3360)</a></p></td>
+<td>0</td><td>20</td><td>5</td><td>15</td><td><a href='https://github.com/apache/activemq-artemis/blob/bea0568a88cdedd073e57db2d2f1f4635fdab8d9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/BackupManagerInheritedConfigTest.java#L1-L73'>BackupManagerInheritedConfigTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/bea0568a88cdedd073e57db2d2f1f4635fdab8d9/tests/integration-tests/src/test/java/org/apache/activemq/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/33e13ebc140d60da696476c370a107d37d84da01'>239</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/33e13ebc140d60da696476c370a107d37d84da01'>33e13eb</a></td><td>2021/06/17 09:00:31</td><td>Michal Petrov</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3356'>ARTEMIS-3356</a>: fix debug message arguments</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3356'>Major/Bug/Fixed/Closed (ARTEMIS-3356)</a></p></td>
+<td>0</td><td>2</td><td>0</td><td>2</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/47d4b8fff441b936cee2a63be27944b93b27e858'>240</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/47d4b8fff441b936cee2a63be27944b93b27e858'>47d4b8f</a></td><td>2021/07/04 16:59:25</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3343'>ARTEMIS-3343</a> log WARN & ignore duplicate address-setting match</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3343'>Major/Improvement/Fixed/Closed (ARTEMIS-3343)</a></p></td>
+<td>5</td><td>7</td><td>0</td><td>12</td><td><a href='https://github.com/apache/activemq-artemis/blob/47d4b8fff441b936cee2a63be27944b93b27e858/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationParserTest.java#L41-L107'>FileConfigurationParserTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/47d4b8fff441b936cee2a63be27944b93b27e858/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationPar [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1d02d06eab7a1ea387c39ed17cda74c52f5948d9'>241</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/1d02d06eab7a1ea387c39ed17cda74c52f5948d9'>1d02d06</a></td><td>2021/06/23 15:22:17</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3374'>ARTEMIS-3374</a> config-managed queue can be deleted by durable subscriber</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3374'>Major/Bug/Fixed/Closed (ARTEMIS-3374)</a></p></td>
+<td>41</td><td>21</td><td>0</td><td>62</td><td><a href='https://github.com/apache/activemq-artemis/blob/1d02d06eab7a1ea387c39ed17cda74c52f5948d9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java#L208-L267'>JMSClientTestSupport.java</a><a href='https://github.com/apache/activemq-artemis//commits/1d02d06eab7a1ea387c39ed17cda74c52f5948d9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/J [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b7f9807cd97812e7827abe3703dca7a1c74fc87f'>242</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/b7f9807cd97812e7827abe3703dca7a1c74fc87f'>b7f9807</a></td><td>2020/12/01 12:02:25</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2919'>ARTEMIS-2919</a> support timestamping incoming messages</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2919'>Major/New Feature/Fixed/Closed (ARTEMIS-2919)</a></p></td>
+<td>108</td><td>12</td><td>0</td><td>120</td><td><a href='https://github.com/apache/activemq-artemis/blob/b7f9807cd97812e7827abe3703dca7a1c74fc87f/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationTest.java#L387-L424'>FileConfigurationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/b7f9807cd97812e7827abe3703dca7a1c74fc87f/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationTest.java' [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/5c051e98329eb69a1d923ce20c689d2aee065348'>243</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/5c051e98329eb69a1d923ce20c689d2aee065348'>5c051e9</a></td><td>2021/07/06 14:19:11</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3327'>ARTEMIS-3327</a> Removing unecessary block operation on journal append record</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3327'>Major/Improvement/Fixed/Closed (ARTEMIS-3327)</a></p></td>
+<td>0</td><td>0</td><td>6</td><td>-6</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9f96e2d270197f4d95757f34c6b1757c0bae607b'>244</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9f96e2d270197f4d95757f34c6b1757c0bae607b'>9f96e2d</a></td><td>2021/07/06 14:07:49</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3379'>ARTEMIS-3379</a> add message details to consumer audit log</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3379'>Minor/Improvement/Fixed/Closed (ARTEMIS-3379)</a></p></td>
+<td>0</td><td>5</td><td>0</td><td>5</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/7fc312ab5d5fed3decc25e197fcdc89fbcd2b019'>245</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/7fc312ab5d5fed3decc25e197fcdc89fbcd2b019'>7fc312a</a></td><td>2021/07/02 08:27:08</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3372'>ARTEMIS-3372</a> - disconnect consumers on queue deletion event</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3372'>Major/Bug/Fixed/Closed (ARTEMIS-3372)</a></p></td>
+<td>0</td><td>10</td><td>0</td><td>10</td><td><a href='https://github.com/apache/activemq-artemis/blob/7fc312ab5d5fed3decc25e197fcdc89fbcd2b019/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/management/OpenWireDeleteQueueTest.java#L1-L136'>OpenWireDeleteQueueTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/7fc312ab5d5fed3decc25e197fcdc89fbcd2b019/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/bb3f31340da15fa3e7c6f93b4eb5cb0db2badb4a'>246</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/bb3f31340da15fa3e7c6f93b4eb5cb0db2badb4a'>bb3f313</a></td><td>2021/06/17 03:49:50</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3354'>ARTEMIS-3354</a> journal-max-io cannot be set to 1 with ASYNCIO journal</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3354'>Minor/Bug/Fixed/Closed (ARTEMIS-3354)</a></p></td>
+<td>0</td><td>2</td><td>0</td><td>2</td><td><a href='https://github.com/apache/activemq-artemis/blob/bb3f31340da15fa3e7c6f93b4eb5cb0db2badb4a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/journal/AIOSequentialFileFactoryTest.java#L43-L47'>AIOSequentialFileFactoryTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/bb3f31340da15fa3e7c6f93b4eb5cb0db2badb4a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/inte [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ff6e1572c40abaf2470b5748466e7a679ea2cf74'>247</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ff6e1572c40abaf2470b5748466e7a679ea2cf74'>ff6e157</a></td><td>2021/06/17 07:22:30</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3354'>ARTEMIS-3354</a> Better doc journal-max-io misuse with ASYNCIO</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3354'>Minor/Bug/Fixed/Closed (ARTEMIS-3354)</a></p></td>
+<td>3</td><td>0</td><td>0</td><td>3</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/000f83dbc2a0820c3bca985332ebfbc2f600a98c'>248</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/000f83dbc2a0820c3bca985332ebfbc2f600a98c'>000f83d</a></td><td>2021/07/07 16:19:08</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3327'>ARTEMIS-3327</a> Reverting 5c051e98329eb69a1d923ce20c689d2aee065348 and adding test to validate contract with sync.</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3327'>Major/Improvement/Fixed/Closed (ARTEMIS-3327)</a></p></td>
+<td>6</td><td>0</td><td>0</td><td>6</td><td><a href='https://github.com/apache/activemq-artemis/blob/000f83dbc2a0820c3bca985332ebfbc2f600a98c/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/JournalAsyncTest.java#L23-L247'>JournalAsyncTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/000f83dbc2a0820c3bca985332ebfbc2f600a98c/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/JournalAsyncTes [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3961fd1cf2837a43fc245cddbbaf4a5f81a4f8f8'>249</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3961fd1cf2837a43fc245cddbbaf4a5f81a4f8f8'>3961fd1</a></td><td>2021/07/09 07:41:17</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3372'>ARTEMIS-3372</a> - ensure test verification happens after expected failover event such that expected message is not tracked as a duplicate</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3372'>Major/Bug/Fixed/Closed (ARTEMIS-3372)</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/3961fd1cf2837a43fc245cddbbaf4a5f81a4f8f8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/management/OpenWireDeleteQueueTest.java#L27-L150'>OpenWireDeleteQueueTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3961fd1cf2837a43fc245cddbbaf4a5f81a4f8f8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/i [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4c06d447fdb0bb9117b5a93ab745d8dc52b72642'>250</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/4c06d447fdb0bb9117b5a93ab745d8dc52b72642'>4c06d44</a></td><td>2021/07/09 09:56:29</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2974'>ARTEMIS-2974</a> - fix up the regexp used in the test to match to the end</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2974'>Major/Bug/Fixed/Closed (ARTEMIS-2974)</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/4c06d447fdb0bb9117b5a93ab745d8dc52b72642/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/MultiThreadedAuditLoggingTest.java#L232-L235'>MultiThreadedAuditLoggingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/4c06d447fdb0bb9117b5a93ab745d8dc52b72642/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integrat [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/bf875c3a376726083ea97313380c89ed1c02d526'>251</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/bf875c3a376726083ea97313380c89ed1c02d526'>bf875c3</a></td><td>2021/07/08 12:55:55</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3374'>ARTEMIS-3374</a> fix tests and shared subscriber case</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3374'>Major/Bug/Fixed/Closed (ARTEMIS-3374)</a></p></td>
+<td>0</td><td>4</td><td>0</td><td>4</td><td><a href='https://github.com/apache/activemq-artemis/blob/bf875c3a376726083ea97313380c89ed1c02d526/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/SecureConfigurationTest.java#L101-L164'>SecureConfigurationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/bf875c3a376726083ea97313380c89ed1c02d526/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/s [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ec508d8306b8e0db5dcdbf8c26a0f480608d97dc'>252</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ec508d8306b8e0db5dcdbf8c26a0f480608d97dc'>ec508d8</a></td><td>2021/07/08 21:01:44</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3381'>ARTEMIS-3381</a> AMQP bypasses session when deleting queues</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3381'>Major/Bug/Fixed/Closed (ARTEMIS-3381)</a></p></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td><a href='https://github.com/apache/activemq-artemis/blob/ec508d8306b8e0db5dcdbf8c26a0f480608d97dc/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/SecureConfigurationTest.java#L123-L156'>SecureConfigurationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ec508d8306b8e0db5dcdbf8c26a0f480608d97dc/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/s [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ee3814dbfdb4c3961e6ec6582d9902eb29f539f5'>253</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ee3814dbfdb4c3961e6ec6582d9902eb29f539f5'>ee3814d</a></td><td>2021/07/12 22:58:14</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3383'>ARTEMIS-3383</a> AMQPMessage.isDurable wrongly returns false during persistent lazy reload state</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3383'>Major/Bug/Fixed/Closed (ARTEMIS-3383)</a></p></td>
+<td>0</td><td>3</td><td>0</td><td>3</td><td><a href='https://github.com/apache/activemq-artemis/blob/ee3814dbfdb4c3961e6ec6582d9902eb29f539f5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/journal/AmqpJournalLoadingTest.java#L63-L63'>AmqpJournalLoadingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ee3814dbfdb4c3961e6ec6582d9902eb29f539f5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/fb5f6a3f826f1349bd290bfc97235fdbf7a9d439'>254</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/fb5f6a3f826f1349bd290bfc97235fdbf7a9d439'>fb5f6a3</a></td><td>2021/07/09 16:06:26</td><td>Clebert Suconic</td><td>NO-JIRA I got tired of the ThreadDump after Wait failures. I am removing it.</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/fb5f6a3f826f1349bd290bfc97235fdbf7a9d439/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/Wait.java#L97-L153'>Wait.java</a><a href='https://github.com/apache/activemq-artemis//commits/fb5f6a3f826f1349bd290bfc97235fdbf7a9d439/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/Wait.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/18e9dee490007445ff8ec12899b6c66c678bcc6d'>255</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/18e9dee490007445ff8ec12899b6c66c678bcc6d'>18e9dee</a></td><td>2021/07/13 08:28:03</td><td>Clebert Suconic</td><td>NO-JIRA Small tweaks on AMQPMessage. - adding annotations into toString() - comment typo</td><td></td>
+<td>1</td><td>1</td><td>0</td><td>2</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b4aef3fca85167aa94b25bc02ccc899fc3bcde0e'>256</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/b4aef3fca85167aa94b25bc02ccc899fc3bcde0e'>b4aef3f</a></td><td>2021/07/14 17:21:28</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3386'>ARTEMIS-3386</a> Expiry messages using too many threads</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3386'>Major/Bug/Fixed/Closed (ARTEMIS-3386)</a></p></td>
+<td>29</td><td>49</td><td>1</td><td>77</td><td><a href='https://github.com/apache/activemq-artemis/blob/b4aef3fca85167aa94b25bc02ccc899fc3bcde0e/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/Wait.java#L69-L69'>Wait.java</a><a href='https://github.com/apache/activemq-artemis//commits/b4aef3fca85167aa94b25bc02ccc899fc3bcde0e/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/Wait.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/b4aef3fca [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2d07d0d84419698c0bc6e5c87a228e6b3ac9f26f'>257</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/2d07d0d84419698c0bc6e5c87a228e6b3ac9f26f'>2d07d0d</a></td><td>2021/07/15 04:58:28</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3384'>ARTEMIS-3384</a> Fix bridge duplicate messages after reconnection</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3384'>Major/Bug/Fixed/Closed (ARTEMIS-3384)</a></p></td>
+<td>10</td><td>12</td><td>0</td><td>22</td><td><a href='https://github.com/apache/activemq-artemis/blob/2d07d0d84419698c0bc6e5c87a228e6b3ac9f26f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/bridge/BridgeReconnectTest.java#L20-L534'>BridgeReconnectTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/2d07d0d84419698c0bc6e5c87a228e6b3ac9f26f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/277aa3706a232c8fab62b9144bc0b15120b1634f'>258</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/277aa3706a232c8fab62b9144bc0b15120b1634f'>277aa37</a></td><td>2021/07/13 17:24:38</td><td>Clebert Suconic</td><td>NO-JIRA Adding Core Bridge Transfer Test</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/277aa3706a232c8fab62b9144bc0b15120b1634f/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/bridgeTransfer/BridgeTransferingTest.java#L1-L190'>BridgeTransferingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/277aa3706a232c8fab62b9144bc0b15120b1634f/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/bridgeTransfer/BridgeTr [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/c479cb558a85b2c162183c78d6f3121de92a99e9'>259</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c479cb558a85b2c162183c78d6f3121de92a99e9'>c479cb5</a></td><td>2021/07/15 22:51:43</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3384'>ARTEMIS-3384</a> Adding tests around duplicate detection</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3384'>Major/Bug/Fixed/Closed (ARTEMIS-3384)</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/c479cb558a85b2c162183c78d6f3121de92a99e9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/DuplicateDetectionTest.java#L23-L1828'>DuplicateDetectionTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/c479cb558a85b2c162183c78d6f3121de92a99e9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/DuplicateD [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/eefb748552bea673920530ce87777fc6facb1117'>260</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/eefb748552bea673920530ce87777fc6facb1117'>eefb748</a></td><td>2021/07/20 16:10:41</td><td>Justin Bertram</td><td>NO-JIRA update REST doc with caveats</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/eefb748552bea673920530ce87777fc6facb1117/docs/user-manual/en/rest.md#L6-L49'>rest.md</a><a href='https://github.com/apache/activemq-artemis//commits/eefb748552bea673920530ce87777fc6facb1117/docs/user-manual/en/rest.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3a8e9953f12ff100d6e5c28002900812d2024a94'>261</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3a8e9953f12ff100d6e5c28002900812d2024a94'>3a8e995</a></td><td>2021/07/20 16:38:35</td><td>Justin Bertram</td><td>NO-JIRA add broker config doc for REST</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/3a8e9953f12ff100d6e5c28002900812d2024a94/docs/user-manual/en/rest.md#L298-L327'>rest.md</a><a href='https://github.com/apache/activemq-artemis//commits/3a8e9953f12ff100d6e5c28002900812d2024a94/docs/user-manual/en/rest.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/8a88c5f91307d6633f2cb7cf7eaa3035007b4fcf'>262</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/8a88c5f91307d6633f2cb7cf7eaa3035007b4fcf'>8a88c5f</a></td><td>2021/07/20 06:43:26</td><td>Howard Gao</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3392'>ARTEMIS-3392</a> Scale down would fail if target queue's id greater than max int</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3392'>Major/Bug/Fixed/Closed (ARTEMIS-3392)</a></p></td>
+<td>0</td><td>3</td><td>0</td><td>3</td><td><a href='https://github.com/apache/activemq-artemis/blob/8a88c5f91307d6633f2cb7cf7eaa3035007b4fcf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownDirectTest.java#L32-L347'>ScaleDownDirectTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/8a88c5f91307d6633f2cb7cf7eaa3035007b4fcf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/Sca [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/51801d978e871056ccf9d752f8215b82756dee2e'>263</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/51801d978e871056ccf9d752f8215b82756dee2e'>51801d9</a></td><td>2021/07/22 01:39:10</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3396'>ARTEMIS-3396</a> Convert bytes properties to String for OpenWire</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3396'>Major/Bug/Fixed/Closed (ARTEMIS-3396)</a></p></td>
+<td>6</td><td>1</td><td>0</td><td>7</td><td><a href='https://github.com/apache/activemq-artemis/blob/51801d978e871056ccf9d752f8215b82756dee2e/artemis-protocols/artemis-openwire-protocol/src/test/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireMessageConverterTest.java#L39-L110'>OpenWireMessageConverterTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/51801d978e871056ccf9d752f8215b82756dee2e/artemis-protocols/artemis-openwire-protocol/src/test/java/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/82e40ce229ea89f53fd864205a9d07fc1648df3c'>264</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/82e40ce229ea89f53fd864205a9d07fc1648df3c'>82e40ce</a></td><td>2021/07/22 07:11:14</td><td>Andy Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3398'>ARTEMIS-3398</a> - fix filtering in console with filter</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3398'>Major/Bug/Fixed/Closed (ARTEMIS-3398)</a></p></td>
+<td>2</td><td>0</td><td>1</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1d15fb1a3f2199281ce411f7a40feb57f836eae4'>265</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/1d15fb1a3f2199281ce411f7a40feb57f836eae4'>1d15fb1</a></td><td>2021/07/08 07:43:33</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3380'>ARTEMIS-3380</a> Upgrade jetty version to 9.4.43.v20210629</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3380'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3380)</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/bb9bbf062da0d6c146a5f40ee4af5e5a6c6997a6'>266</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/bb9bbf062da0d6c146a5f40ee4af5e5a6c6997a6'>bb9bbf0</a></td><td>2021/07/21 11:58:47</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3395'>ARTEMIS-3395</a> ensure sending audit log contains message ID</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3395'>Minor/Bug/Fixed/Closed (ARTEMIS-3395)</a></p></td>
+<td>4</td><td>0</td><td>4</td><td>0</td><td><a href='https://github.com/apache/activemq-artemis/blob/bb9bbf062da0d6c146a5f40ee4af5e5a6c6997a6/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/logging/AuditLoggerTest.java#L210-L210'>AuditLoggerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/bb9bbf062da0d6c146a5f40ee4af5e5a6c6997a6/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/logging/AuditLoggerTest.java'>(+)</a> </ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/459d3924444b9f8d0df5fa698eb8736f4531224b'>267</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/459d3924444b9f8d0df5fa698eb8736f4531224b'>459d392</a></td><td>2021/07/19 09:30:17</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3391'>ARTEMIS-3391</a> Upgrade netty version to 4.1.66.Final</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3391'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3391)</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/2954829e3efd9ff66ec2048bd5d52f9656da148e'>268</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/2954829e3efd9ff66ec2048bd5d52f9656da148e'>2954829</a></td><td>2021/07/22 13:54:47</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3399'>ARTEMIS-3399</a> fix audit logging for AMQP</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3399'>Major/Bug/Fixed/Closed (ARTEMIS-3399)</a></p></td>
+<td>12</td><td>712</td><td>5</td><td>719</td><td><a href='https://github.com/apache/activemq-artemis/blob/2954829e3efd9ff66ec2048bd5d52f9656da148e/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/common/SmokeTestBase.java#L25-L102'>SmokeTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/2954829e3efd9ff66ec2048bd5d52f9656da148e/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/common/SmokeTestBase.java'>(+)</a> <a hre [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f554806ec315cb8b4d0844b12674a825e08d44a3'>269</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f554806ec315cb8b4d0844b12674a825e08d44a3'>f554806</a></td><td>2021/07/23 13:54:01</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3400'>ARTEMIS-3400</a> add audit logging for message ack</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3400'>Major/Improvement/Fixed/Closed (ARTEMIS-3400)</a></p></td>
+<td>18</td><td>30</td><td>0</td><td>48</td><td><a href='https://github.com/apache/activemq-artemis/blob/f554806ec315cb8b4d0844b12674a825e08d44a3/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/logging/AuditLoggerAMQPMutualSSLTest.java#L88-L88'>AuditLoggerAMQPMutualSSLTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f554806ec315cb8b4d0844b12674a825e08d44a3/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/logging/Audit [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0cdd0c8bd9050e203799cc0cbfa3f1d055fb7b26'>270</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0cdd0c8bd9050e203799cc0cbfa3f1d055fb7b26'>0cdd0c8</a></td><td>2021/07/27 07:38:19</td><td>Robbie Gemmell</td><td>NO-JIRA: make redirectTestOutputToFile config use the standard property to allow configuring on command line</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/d9a44002c5fe177ccb612197c1db59e22d62c90e'>271</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d9a44002c5fe177ccb612197c1db59e22d62c90e'>d9a4400</a></td><td>2021/07/27 09:55:40</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3304'>ARTEMIS-3304</a>: replace use of deprecated constructors marked as for-removal since Java 16</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3304'>Major/Bug/Fixed/Closed (ARTEMIS-3304)</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/d9a44002c5fe177ccb612197c1db59e22d62c90e/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/converter/TestConversions.java#L82-L184'>TestConversions.java</a><a href='https://github.com/apache/activemq-artemis//commits/d9a44002c5fe177ccb612197c1db59e22d62c90e/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/proto [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/57790a93a929fa3fd7f41f60b2c3e1891e7c8ab2'>272</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/57790a93a929fa3fd7f41f60b2c3e1891e7c8ab2'>57790a9</a></td><td>2021/07/27 05:42:09</td><td>Andy Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3403'>ARTEMIS-3403</a> - wrong debug level in ArtemisMBeanServerGuard</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3403'>Major/Bug/Fixed/Closed (ARTEMIS-3403)</a></p></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/63577c7264799add9fcec5d10751eb0e080f1eba'>273</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/63577c7264799add9fcec5d10751eb0e080f1eba'>63577c7</a></td><td>2021/07/27 09:34:13</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3405'>ARTEMIS-3405</a> Log the end of paging mode for a destination</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3405'>Minor/Improvement/Fixed/Closed (ARTEMIS-3405)</a></p></td>
+<td>5</td><td>6</td><td>1</td><td>10</td><td><a href='https://github.com/apache/activemq-artemis/blob/63577c7264799add9fcec5d10751eb0e080f1eba/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/paging/impl/PagingStoreImplTest.java#L59-L854'>PagingStoreImplTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/63577c7264799add9fcec5d10751eb0e080f1eba/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/paging/impl/PagingStor [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4a677d01f0af3da1f2e0159c8b57607cd6c0a140'>274</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/4a677d01f0af3da1f2e0159c8b57607cd6c0a140'>4a677d0</a></td><td>2021/07/28 05:58:49</td><td>franz1981</td><td>NO-JIRA Speeding-up I/O paging for tests</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/4a677d01f0af3da1f2e0159c8b57607cd6c0a140/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/paging/impl/PagingStoreImplTest.java#L140-L742'>PagingStoreImplTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/4a677d01f0af3da1f2e0159c8b57607cd6c0a140/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/paging/impl/PagingStor [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b8d0674ef94f3110827269bbd3a9cb09ac645559'>275</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/b8d0674ef94f3110827269bbd3a9cb09ac645559'>b8d0674</a></td><td>2021/07/29 11:37:17</td><td>Clebert Suconic</td><td>NO-JIRA AssertionLoggerHandler improvements</td><td></td>
+<td>46</td><td>0</td><td>0</td><td>46</td><td><a href='https://github.com/apache/activemq-artemis/blob/b8d0674ef94f3110827269bbd3a9cb09ac645559/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/logging/AssertionLoggerTest.java#L1-L85'>AssertionLoggerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/b8d0674ef94f3110827269bbd3a9cb09ac645559/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/logging/A [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/62c3d864a2fdc70373084adb82617613e1cb28b5'>276</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/62c3d864a2fdc70373084adb82617613e1cb28b5'>62c3d86</a></td><td>2021/07/29 17:50:06</td><td>Clebert Suconic</td><td>NO-JIRA Addressing Intermitent Failure on MessageExpirationTest</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/62c3d864a2fdc70373084adb82617613e1cb28b5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/MessageExpirationTest.java#L27-L220'>MessageExpirationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/62c3d864a2fdc70373084adb82617613e1cb28b5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/eabfc0658f7c97324d7b672f6af5d6239cc97fdf'>277</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/eabfc0658f7c97324d7b672f6af5d6239cc97fdf'>eabfc06</a></td><td>2021/07/29 21:53:43</td><td>Clebert Suconic</td><td>NO-JIRA Moving AssertionLoggerHandlerTest to Unit Tests</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td>AssertionLoggerTest.java <a href='https://github.com/apache/activemq-artemis/blob/eabfc0658f7c97324d7b672f6af5d6239cc97fdf/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/logging/AssertionLoggerTest.java#L1-L85'>AssertionLoggerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/eabfc0658f7c97324d7b672f6af5d6239cc97fdf/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/logging/Assert [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/7ddc947413a4776551a5b257147848791c43e087'>278</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/7ddc947413a4776551a5b257147848791c43e087'>7ddc947</a></td><td>2021/07/30 06:59:19</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3407'>ARTEMIS-3407</a>: update pax-exam to 4.13.4 and karaf to 4.3.1, get tests working on Java 11</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3407'>Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3407)</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/ff9346d670716b08edadbd24e42e0b6affad8eff'>279</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ff9346d670716b08edadbd24e42e0b6affad8eff'>ff9346d</a></td><td>2021/07/30 10:39:20</td><td>Robbie Gemmell</td><td>NO-JIRA: remove invalid tt tag usage to get javadoc building on Java 11</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/ff9346d670716b08edadbd24e42e0b6affad8eff/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/artemiswrapper/InVMNameParser.java#L28-L28'>InVMNameParser.java</a><a href='https://github.com/apache/activemq-artemis//commits/ff9346d670716b08edadbd24e42e0b6affad8eff/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/artemiswrapper/InVMNameParser.java'>(+)</a> < [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2694f8b52e6628b6a894cbd4cc006533c4ee6894'>280</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/2694f8b52e6628b6a894cbd4cc006533c4ee6894'>2694f8b</a></td><td>2021/07/26 12:55:45</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3402'>ARTEMIS-3402</a> Split Brain detection should reject bad member updates</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3402'>Major/New Feature/Fixed/Closed (ARTEMIS-3402)</a></p></td>
+<td>6</td><td>8</td><td>1</td><td>13</td><td><a href='https://github.com/apache/activemq-artemis/blob/2694f8b52e6628b6a894cbd4cc006533c4ee6894/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java#L46-L1016'>DNSSwitchTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/2694f8b52e6628b6a894cbd4cc006533c4ee6894/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java'>(+)</a> </t [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/6b8fdcb07922efab1ee2cc5e8a4fd02cdc6c6b97'>281</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6b8fdcb07922efab1ee2cc5e8a4fd02cdc6c6b97'>6b8fdcb</a></td><td>2021/08/03 07:51:09</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3409'>ARTEMIS-3409</a>: skip tests if preconditions cant be satisfied</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3409'>Major/Test/Fixed/Closed (ARTEMIS-3409)</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/6b8fdcb07922efab1ee2cc5e8a4fd02cdc6c6b97/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/network/NetUtil.java#L93-L115'>NetUtil.java</a><a href='https://github.com/apache/activemq-artemis//commits/6b8fdcb07922efab1ee2cc5e8a4fd02cdc6c6b97/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/network/NetUtil.java'>(+)</a> <a href='https://github.com/apache/activemq [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/c358688fd656c362e52ebf13af803c71f2b3b625'>282</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c358688fd656c362e52ebf13af803c71f2b3b625'>c358688</a></td><td>2021/07/27 06:56:27</td><td>Andy Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3404'>ARTEMIS-3404</a> - expose max retry interval on bridge mbean</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3404'>Major/Improvement/Fixed/Closed (ARTEMIS-3404)</a></p></td>
+<td>27</td><td>0</td><td>0</td><td>27</td><td><a href='https://github.com/apache/activemq-artemis/blob/c358688fd656c362e52ebf13af803c71f2b3b625/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/BridgeControlTest.java#L66-L66'>BridgeControlTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/c358688fd656c362e52ebf13af803c71f2b3b625/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/managemen [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/7a9de8eea3fc39ab9ee73b5f30cb6e6b9d79c87d'>283</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/7a9de8eea3fc39ab9ee73b5f30cb6e6b9d79c87d'>7a9de8e</a></td><td>2021/07/25 23:07:49</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3302'>ARTEMIS-3302</a> swap deprecated X509Certificate</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3302'>Critical/Bug/Fixed/Closed (ARTEMIS-3302)</a></p></td>
+<td>0</td><td>10</td><td>0</td><td>10</td><td><a href='https://github.com/apache/activemq-artemis/blob/7a9de8eea3fc39ab9ee73b5f30cb6e6b9d79c87d/artemis-server/src/test/java/org/apache/activemq/artemis/core/security/jaas/StubCertificateLoginModule.java#L20-L20'>StubCertificateLoginModule.java</a><a href='https://github.com/apache/activemq-artemis//commits/7a9de8eea3fc39ab9ee73b5f30cb6e6b9d79c87d/artemis-server/src/test/java/org/apache/activemq/artemis/core/security/jaas/StubCertificateLog [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/55533ae0998afeca3b20cba080178a2214995d59'>284</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/55533ae0998afeca3b20cba080178a2214995d59'>55533ae</a></td><td>2021/07/21 10:26:43</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3394'>ARTEMIS-3394</a> ClassCastException when queue & divert have same name</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3394'>Major/Bug/Fixed/Closed (ARTEMIS-3394)</a></p></td>
+<td>3</td><td>8</td><td>0</td><td>11</td><td><a href='https://github.com/apache/activemq-artemis/blob/55533ae0998afeca3b20cba080178a2214995d59/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/divert/DivertTest.java#L33-L205'>DivertTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/55533ae0998afeca3b20cba080178a2214995d59/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/divert/DivertTest.java'>(+) [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/8c3384a94734b1a076710e57b3b41a20a3d5d96d'>285</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/8c3384a94734b1a076710e57b3b41a20a3d5d96d'>8c3384a</a></td><td>2021/07/21 15:47:40</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3397'>ARTEMIS-3397</a> remove queue rate metric from web console</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2322'>Major/Improvement/Fixed/Closed (ARTEMIS-2322)</a>,</p><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3397'>Major/ [...]
+<td>3</td><td>3</td><td>5</td><td>1</td><td><a href='https://github.com/apache/activemq-artemis/blob/8c3384a94734b1a076710e57b3b41a20a3d5d96d/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/impl/ScheduledDeliveryHandlerTest.java#L1635-L1639'>ScheduledDeliveryHandlerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/8c3384a94734b1a076710e57b3b41a20a3d5d96d/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/impl/ScheduledDeliver [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/516f3425e7fbb9dd524c1f41c5418673377034ee'>286</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/516f3425e7fbb9dd524c1f41c5418673377034ee'>516f342</a></td><td>2021/07/20 14:39:19</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3393'>ARTEMIS-3393</a> support securityDomain on in-vm acceptor</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3393'>Major/Improvement/Fixed/Closed (ARTEMIS-3393)</a></p></td>
+<td>3</td><td>0</td><td>0</td><td>3</td><td><a href='https://github.com/apache/activemq-artemis/blob/516f3425e7fbb9dd524c1f41c5418673377034ee/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/security/SecurityPerAcceptorTest.java#L21-L195'>SecurityPerAcceptorTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/516f3425e7fbb9dd524c1f41c5418673377034ee/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2b5ca1be92bca957fde493e6f342750fa34a771d'>287</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/2b5ca1be92bca957fde493e6f342750fa34a771d'>2b5ca1b</a></td><td>2021/07/23 23:42:14</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3401'>ARTEMIS-3401</a> use regex on web console for DLQ & expiry</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3401'>Minor/Improvement/Fixed/Closed (ARTEMIS-3401)</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/6bd30e8fe34066fa02ff253e4f71781cc12c2278'>288</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6bd30e8fe34066fa02ff253e4f71781cc12c2278'>6bd30e8</a></td><td>2021/07/14 15:26:19</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3385'>ARTEMIS-3385</a> management changes can be reverted by XML update</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3385'>Major/Bug/Fixed/Closed (ARTEMIS-3385)</a></p></td>
+<td>24</td><td>0</td><td>12</td><td>12</td><td><a href='https://github.com/apache/activemq-artemis/blob/6bd30e8fe34066fa02ff253e4f71781cc12c2278/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java#L201-L431'>RedeployTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6bd30e8fe34066fa02ff253e4f71781cc12c2278/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java'> [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b6d78076d46a8a2a64047d8b9eae8f8c2faf2c56'>289</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/b6d78076d46a8a2a64047d8b9eae8f8c2faf2c56'>b6d7807</a></td><td>2021/08/03 12:34:18</td><td>Clebert Suconic</td><td>NO-JIRA using latch::countdown on RedeployTest instead of new Runnable</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/b6d78076d46a8a2a64047d8b9eae8f8c2faf2c56/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java#L109-L869'>RedeployTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/b6d78076d46a8a2a64047d8b9eae8f8c2faf2c56/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java'>(+) [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/813ed88ecb46b2d7df97c15d0283fcbfbc58ac93'>290</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/813ed88ecb46b2d7df97c15d0283fcbfbc58ac93'>813ed88</a></td><td>2021/08/03 16:50:43</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3243'>ARTEMIS-3243</a> Implementing dual mirror with Broker Connections</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3243'>Major/Bug/Fixed/Closed (ARTEMIS-3243)</a></p></td>
+<td>764</td><td>402</td><td>140</td><td>1026</td><td><a href='https://github.com/apache/activemq-artemis/blob/813ed88ecb46b2d7df97c15d0283fcbfbc58ac93/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/ByteUtilTest.java#L354-L395'>ByteUtilTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/813ed88ecb46b2d7df97c15d0283fcbfbc58ac93/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/ByteUtilTest.java'>(+)</a> <a href='https://github.com/apache [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a741ae9994e15b1ea9e798c157535d47924e622f'>291</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a741ae9994e15b1ea9e798c157535d47924e622f'>a741ae9</a></td><td>2021/08/03 14:11:20</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3367'>ARTEMIS-3367</a> Set verifyHost true for connectors by default</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3367'>Major/Improvement/Fixed/Closed (ARTEMIS-3367)</a></p></td>
+<td>0</td><td>7</td><td>0</td><td>7</td><td><a href='https://github.com/apache/activemq-artemis/blob/a741ae9994e15b1ea9e798c157535d47924e622f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpFailoverEndpointDiscoveryTest.java#L39-L129'>AmqpFailoverEndpointDiscoveryTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a741ae9994e15b1ea9e798c157535d47924e622f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/te [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9726476c368cc750c7bac6a97f631300d95f1766'>292</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9726476c368cc750c7bac6a97f631300d95f1766'>9726476</a></td><td>2021/08/04 08:02:59</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3410'>ARTEMIS-3410</a>: disable karaf client integration tests on Java 16+ for now</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3410'>Major/Bug/ /Reopened (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/8799fe807e12b546465015940013f4a5acdaaecb'>293</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/8799fe807e12b546465015940013f4a5acdaaecb'>8799fe8</a></td><td>2021/08/03 23:29:37</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3302'>ARTEMIS-3302</a> fix regression with OpenSSL</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3302'>Critical/Bug/Fixed/Closed (ARTEMIS-3302)</a></p></td>
+<td>5</td><td>25</td><td>0</td><td>30</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9a2e2b3a348a8ab8bd96cc83930548beb8d349e9'>294</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9a2e2b3a348a8ab8bd96cc83930548beb8d349e9'>9a2e2b3</a></td><td>2021/08/03 23:45:43</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3397'>ARTEMIS-3397</a> fix test failure</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3397'>Major/Bug/Fixed/Closed (ARTEMIS-3397)</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/9a2e2b3a348a8ab8bd96cc83930548beb8d349e9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlTest.java#L2828-L2828'>ActiveMQServerControlTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9a2e2b3a348a8ab8bd96cc83930548beb8d349e9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/int [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/828d4940ec208c41189c650c99bd979cc7a38bd8'>295</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/828d4940ec208c41189c650c99bd979cc7a38bd8'>828d494</a></td><td>2021/08/04 10:01:28</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3302'>ARTEMIS-3302</a>: enable some integration tests (primarily TLS+security) in the fast-tests profile</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3302'>Critical/Bug/Fixed/Closed (ARTEMIS-3302)</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/feddd942766f7593c9a8b610f31116b031782a06'>296</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/feddd942766f7593c9a8b610f31116b031782a06'>feddd94</a></td><td>2021/08/04 17:08:11</td><td>Clebert Suconic</td><td>NO-JIRA Updating parameter description</td><td></td>
+<td>0</td><td>2</td><td>0</td><td>2</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f9aa0a98b438068d8113c6cf4457d674bf07599d'>297</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f9aa0a98b438068d8113c6cf4457d674bf07599d'>f9aa0a9</a></td><td>2021/08/04 17:18:15</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3411'>ARTEMIS-3411</a> Add PrintData information on Divert records</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3411'>Trivial/Improvement/Fixed/Closed (ARTEMIS-3411)</a></p></td>
+<td>17</td><td>0</td><td>0</td><td>17</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/abcfe2fe6f85f070bcb39755a6a8c3c60e5c2d4b'>298</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/abcfe2fe6f85f070bcb39755a6a8c3c60e5c2d4b'>abcfe2f</a></td><td>2021/06/21 19:22:09</td><td>Erwin Dondorp</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3177'>ARTEMIS-3177</a> allow a NOT-CONTAINS filter</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3177'>Minor/Wish/Fixed/Closed (ARTEMIS-3177)</a></p></td>
+<td>8</td><td>3</td><td>0</td><td>11</td><td><a href='https://github.com/apache/activemq-artemis/blob/abcfe2fe6f85f070bcb39755a6a8c3c60e5c2d4b/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java#L1387-L1399'>ArtemisTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/abcfe2fe6f85f070bcb39755a6a8c3c60e5c2d4b/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/c2da0fd663c286f275ff090a1f87c16f70cb5653'>299</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c2da0fd663c286f275ff090a1f87c16f70cb5653'>c2da0fd</a></td><td>2021/05/05 07:39:51</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3200'>ARTEMIS-3200</a> - remove braces from the belt and braces fix in <a href='https://issues.apache.org/jira/browse/ARTEMIS-2712'>ARTEMIS-2712</a>, the braces are not necessary and leak, cleaning up in close negates the need to the session closeable</td><td><p><a hre [...]
+<td>13</td><td>4</td><td>8</td><td>9</td><td><a href='https://github.com/apache/activemq-artemis/blob/c2da0fd663c286f275ff090a1f87c16f70cb5653/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPSessionCallbackTest.java#L27-L277'>AMQPSessionCallbackTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/c2da0fd663c286f275ff090a1f87c16f70cb5653/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/eb183b12ec0d7b8380a37ad00c2a4bcf469b3574'>300</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/eb183b12ec0d7b8380a37ad00c2a4bcf469b3574'>eb183b1</a></td><td>2021/08/05 10:06:38</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3412'>ARTEMIS-3412</a>: update Mockito version</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3412'>Major/Test/Fixed/Closed (ARTEMIS-3412)</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/b34363964ff004cd19d93dad0ea295860f0f4eb6'>301</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/b34363964ff004cd19d93dad0ea295860f0f4eb6'>b343639</a></td><td>2021/08/05 12:00:49</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3243'>ARTEMIS-3243</a> Fixing typo on amqp-broker-connections.md</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3243'>Major/Bug/Fixed/Closed (ARTEMIS-3243)</a></p></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/b34363964ff004cd19d93dad0ea295860f0f4eb6/docs/user-manual/en/amqp-broker-connections.md#L147-L147'>amqp-broker-connections.md</a><a href='https://github.com/apache/activemq-artemis//commits/b34363964ff004cd19d93dad0ea295860f0f4eb6/docs/user-manual/en/amqp-broker-connections.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/63ccba3bdf8e088b77996294149c890958a0b3b6'>302</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/63ccba3bdf8e088b77996294149c890958a0b3b6'>63ccba3</a></td><td>2021/08/05 12:48:51</td><td>Robbie Gemmell</td><td>NO-JIRA: remove duplicate dependency declaration, fix build warning</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/9989d9c4fc518e093ba6372d370c443137690c14'>303</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9989d9c4fc518e093ba6372d370c443137690c14'>9989d9c</a></td><td>2021/08/05 10:41:05</td><td>Robbie Gemmell</td><td>NO-JIRA: make errorprone consistently opt-in on all JDKs as it already is on JDK8 and 16 due to required forking</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/536271485f1b19df9c1c71089fe1e0814a309e0e'>304</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/536271485f1b19df9c1c71089fe1e0814a309e0e'>5362714</a></td><td>2020/04/14 11:11:32</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2716'>ARTEMIS-2716</a> Pluggable Quorum Vote</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2716'>Major/New Feature/Fixed/Closed (ARTEMIS-2716)</a></p></td>
+<td>3834</td><td>120</td><td>42</td><td>3912</td><td><a href='https://github.com/apache/activemq-artemis/blob/536271485f1b19df9c1c71089fe1e0814a309e0e/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/ThreadLeakCheckRule.java#L273-L284'>ThreadLeakCheckRule.java</a><a href='https://github.com/apache/activemq-artemis//commits/536271485f1b19df9c1c71089fe1e0814a309e0e/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/ThreadLeakCheckRule.java'>(+)</a> <a href='http [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ca7a100de03ea665ef61701a0caccc00f9ac6ae2'>305</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ca7a100de03ea665ef61701a0caccc00f9ac6ae2'>ca7a100</a></td><td>2021/07/07 15:54:49</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3340'>ARTEMIS-3340</a> Sequential activation tracking for pluggable quorum replication policies + peer</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3340'>Major/Improvement/Fixed/Closed (ARTEMIS-3340)</a></p></td>
+<td>468</td><td>208</td><td>348</td><td>328</td><td><a href='https://github.com/apache/activemq-artemis/blob/ca7a100de03ea665ef61701a0caccc00f9ac6ae2/artemis-quorum-ri/src/test/java/org/apache/activemq/artemis/quorum/DistributedLockTest.java#L181-L181'>DistributedLockTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ca7a100de03ea665ef61701a0caccc00f9ac6ae2/artemis-quorum-ri/src/test/java/org/apache/activemq/artemis/quorum/DistributedLockTest.java'>(+)</a> <a href= [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/56299433c31fa30f8efa37fed32a35651d1be119'>306</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/56299433c31fa30f8efa37fed32a35651d1be119'>5629943</a></td><td>2021/08/04 15:03:51</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3340'>ARTEMIS-3340</a> Removing not needed TemporaryFolder usages on tests</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3340'>Major/Improvement/Fixed/Closed (ARTEMIS-3340)</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/56299433c31fa30f8efa37fed32a35651d1be119/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/PluggableQuorumInfiniteRedeliveryTest.java#L27-L41'>PluggableQuorumInfiniteRedeliveryTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/56299433c31fa30f8efa37fed32a35651d1be119/tests/integration-tests/src/test/java/org/apache/activemq/a [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3d77fcf3ee2cbfb9d272f99db3202077cfc9b82f'>307</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3d77fcf3ee2cbfb9d272f99db3202077cfc9b82f'>3d77fcf</a></td><td>2021/08/05 14:17:18</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3340'>ARTEMIS-3340</a> Small edits to readme.md on zookeeper example</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3340'>Major/Improvement/Fixed/Closed (ARTEMIS-3340)</a></p></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td><a href='https://github.com/apache/activemq-artemis/blob/3d77fcf3ee2cbfb9d272f99db3202077cfc9b82f/examples/features/ha/zookeeper-single-pair-failback/readme.md#L3-L179'>readme.md</a><a href='https://github.com/apache/activemq-artemis//commits/3d77fcf3ee2cbfb9d272f99db3202077cfc9b82f/examples/features/ha/zookeeper-single-pair-failback/readme.md'>(+)</a> </td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2ee22912f07d4418e1f71bd496e016ad3123fede'>308</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/2ee22912f07d4418e1f71bd496e016ad3123fede'>2ee2291</a></td><td>2021/08/05 18:09:10</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3413'>ARTEMIS-3413</a> Testing with RemoveQueue=false on the replica</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3413'>Major/Test/Fixed/Closed (ARTEMIS-3413)</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/2ee22912f07d4418e1f71bd496e016ad3123fede/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/AMQPReplicaTest.java#L46-L152'>AMQPReplicaTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/2ee22912f07d4418e1f71bd496e016ad3123fede/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/313d3a89737e40ed85066e52a771bbc274d95fcc'>309</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/313d3a89737e40ed85066e52a771bbc274d95fcc'>313d3a8</a></td><td>2021/08/06 00:25:59</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3367'>ARTEMIS-3367</a> Fix security resources for stomp-dual-authentication</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3367'>Major/Improvement/Fixed/Closed (ARTEMIS-3367)</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/49e3843aa7872596adb1db03288a72edf819e7b2'>310</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/49e3843aa7872596adb1db03288a72edf819e7b2'>49e3843</a></td><td>2021/08/06 06:34:07</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3340'>ARTEMIS-3340</a> Atomic server restart and clean dirty activation: fix testFailbackTimeout</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3340'>Major/Improvement/Fixed/Closed (ARTEMIS-3340)</a></p></td>
+<td>0</td><td>32</td><td>0</td><td>32</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/6d2b96c79e75fb230ec0fd9f34d7910d7644593f'>311</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6d2b96c79e75fb230ec0fd9f34d7910d7644593f'>6d2b96c</a></td><td>2021/06/22 03:52:48</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3275'>ARTEMIS-3275</a> Lock CORE client communication during failover retries</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3275'>Major/Bug/Fixed/Closed (ARTEMIS-3275)</a></p></td>
+<td>56</td><td>16</td><td>21</td><td>51</td><td><a href='https://github.com/apache/activemq-artemis/blob/6d2b96c79e75fb230ec0fd9f34d7910d7644593f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/FailoverTest.java#L30-L2015'>FailoverTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6d2b96c79e75fb230ec0fd9f34d7910d7644593f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/f [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3555dd7d25492f0adea7795fc2cbf4047d520981'>312</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3555dd7d25492f0adea7795fc2cbf4047d520981'>3555dd7</a></td><td>2021/08/05 18:49:11</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3365'>ARTEMIS-3365</a> Add broker balancers</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3365'>Major/New Feature/Fixed/Closed (ARTEMIS-3365)</a></p></td>
+<td>4284</td><td>372</td><td>28</td><td>4628</td><td><a href='https://github.com/apache/activemq-artemis/blob/3555dd7d25492f0adea7795fc2cbf4047d520981/artemis-core-client/src/test/java/org/apache/activemq/artemis/api/core/management/OperationAnnotationTest.java#L45-L46'>OperationAnnotationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3555dd7d25492f0adea7795fc2cbf4047d520981/artemis-core-client/src/test/java/org/apache/activemq/artemis/api/core/management/Opera [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e72e7e74e9bb66617d7a9f26aaaced94d348b554'>313</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e72e7e74e9bb66617d7a9f26aaaced94d348b554'>e72e7e7</a></td><td>2021/08/06 08:34:42</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3413'>ARTEMIS-3413</a>: clean up tests to verify queue create behaviour, have names reflect what they check</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3413'>Major/Test/Fixed/Closed (ARTEMIS-3413)</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/e72e7e74e9bb66617d7a9f26aaaced94d348b554/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/AMQPReplicaTest.java#L154-L191'>AMQPReplicaTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/e72e7e74e9bb66617d7a9f26aaaced94d348b554/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connec [...]
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f54c9156fa1a2c3f7c8697037b7f3e4e9863b5f2'>314</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f54c9156fa1a2c3f7c8697037b7f3e4e9863b5f2'>f54c915</a></td><td>2021/08/06 04:01:35</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3414'>ARTEMIS-3414</a> Disable OpenWire advisory support as default created configuration on CLI</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3414'>Major/Improvement/Fixed/Closed (ARTEMIS-3414)</a></p></td>
+<td>8</td><td>0</td><td>0</td><td>8</td><td><a href='https://github.com/apache/activemq-artemis/blob/f54c9156fa1a2c3f7c8697037b7f3e4e9863b5f2/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java#L44-L228'>ArtemisTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f54c9156fa1a2c3f7c8697037b7f3e4e9863b5f2/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/dfca54cedde652cb64dbbc5f854047a21142d543'>315</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/dfca54cedde652cb64dbbc5f854047a21142d543'>dfca54c</a></td><td>2021/08/06 10:04:59</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3340'>ARTEMIS-3340</a> Fix example artifact name</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3340'>Major/Improvement/Fixed/Closed (ARTEMIS-3340)</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/8442c9b9d600827000f4ffaeb641f2c9ab0780aa'>316</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/8442c9b9d600827000f4ffaeb641f2c9ab0780aa'>8442c9b</a></td><td>2021/08/06 10:39:56</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3417'>ARTEMIS-3417</a> AutoDelete false by default on the created broker.xml</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3417'>Major/Improvement/Fixed/Closed (ARTEMIS-3417)</a></p></td>
+<td>13</td><td>0</td><td>0</td><td>13</td><td><a href='https://github.com/apache/activemq-artemis/blob/8442c9b9d600827000f4ffaeb641f2c9ab0780aa/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java#L24-L1386'>ArtemisTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/8442c9b9d600827000f4ffaeb641f2c9ab0780aa/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9fd1d5941d37a2c929b0437a29748b5aea7b9e6c'>317</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9fd1d5941d37a2c929b0437a29748b5aea7b9e6c'>9fd1d59</a></td><td>2021/08/06 12:43:41</td><td>Domenico Francesco Bruscino</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-3365'>ARTEMIS-3365</a> Fix NPE on CORE client disconnecting</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-3365'>Major/New Feature/Fixed/Closed (ARTEMIS-3365)</a></p></td>
+<td>0</td><td>7</td><td>0</td><td>7</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/cb705b5c5cc0e83acfe7331730bc2e941fe89c08'>318</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/cb705b5c5cc0e83acfe7331730bc2e941fe89c08'>cb705b5</a></td><td>2021/08/06 13:46:54</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare release 2.18.0</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/0e2ce484bae7c58fe45c2b2e8573600be9a9699a'>319</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0e2ce484bae7c58fe45c2b2e8573600be9a9699a'>0e2ce48</a></td><td>2021/08/06 13:46:56</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/ff27d10372c3ccef934dc673601c4bcfd21e6ec9'>320</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ff27d10372c3ccef934dc673601c4bcfd21e6ec9'>ff27d10</a></td><td>2021/08/06 13:50:00</td><td>Clebert Suconic</td><td>SNAPSHOT update on Extra Tests</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/f905d7ef5211201051bcbfda472cd5949d8de1ff'>321</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f905d7ef5211201051bcbfda472cd5949d8de1ff'>f905d7e</a></td><td>2021/08/06 14:40:11</td><td>Domenico Francesco Bruscino</td><td>NO-JIRA Fix broker-balancer 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/2aebcb784beaba9b91b6efbacf9b9cd10c1825e2'>322</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/2aebcb784beaba9b91b6efbacf9b9cd10c1825e2'>2aebcb7</a></td><td>2021/08/06 16:03:27</td><td>Clebert Suconic</td><td>NO-JIRA Fixing Broker Balance Examples poms</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/36620e9475422c4be946176b3aea70fd15be5397'>323</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/36620e9475422c4be946176b3aea70fd15be5397'>36620e9</a></td><td>2021/08/06 16:42:46</td><td>Clebert Suconic</td><td>NO-JIRA Update version.md for documentation</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/36620e9475422c4be946176b3aea70fd15be5397/docs/user-manual/en/versions.md#L11-L19'>versions.md</a><a href='https://github.com/apache/activemq-artemis//commits/36620e9475422c4be946176b3aea70fd15be5397/docs/user-manual/en/versions.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0b301870915cba9d57c64f88db7ea98af396b5e5'>324</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0b301870915cba9d57c64f88db7ea98af396b5e5'>0b30187</a></td><td>2021/08/06 17:04:16</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare release 2.18.0</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/cc4a51a3ea9c43b70ca89dd72a4788027362683f'>325</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/cc4a51a3ea9c43b70ca89dd72a4788027362683f'>cc4a51a</a></td><td>2021/08/06 17:04:18</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/f593a2de923a944393bf1e06b278b2415cebad9f'>326</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f593a2de923a944393bf1e06b278b2415cebad9f'>f593a2d</a></td><td>2021/08/09 10:20:21</td><td>Robbie Gemmell</td><td>NO-JIRA: remove tmp editor scratch file that shouldnt be there</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/37cc2989733c20431a6aea18656a4ce4a76b1018'>327</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/37cc2989733c20431a6aea18656a4ce4a76b1018'>37cc298</a></td><td>2021/08/09 11:58:27</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare release 2.18.0</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-3414%2CARTEMIS-3417%2CARTEMIS-3135%2CARTEMIS-3256%2CARTEMIS-3411%2CARTEMIS-3257%2CARTEMIS-2322%2CARTEMIS-3410%2CARTEMIS-3137%2CARTEMIS-3258%2CARTEMIS-3379%2CARTEMIS-3413%2CARTEMIS-3138%2CARTEMIS-3412%2CARTEMIS-3373%2CARTEMIS-3132%2CARTEMIS-3374%2CARTEMIS-3133%2CARTEMIS-3375%2CARTEMIS-3371%2CARTEMIS-3130%2CARTEMIS-3372%2CARTEMIS-3093%2CARTEMIS-3407%2CARTEMIS-2716%2CARTEMIS-3409%2CARTEMI [...]
+<br>Generated with <a href='https://github.com/rh-messaging/jira-git-report'> jira-git-report</a>
+</body></html>