Merge pull request #32 from brusdev/commit_report_artemis_2.15.0

commit report artemis 2.15.0
diff --git a/src/components/artemis/download/commit-report-2.15.0.html b/src/components/artemis/download/commit-report-2.15.0.html
new file mode 100644
index 0000000..fd19305
--- /dev/null
+++ b/src/components/artemis/download/commit-report-2.15.0.html
@@ -0,0 +1,189 @@
+<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.14.0(a76f41a7edd5e6fff948da43c86631a6367e78d2) and 2.15.0(a549fcedde9d1f465ee92b99440b84436574a228)</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>Jira Status</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/6690ba1d24416e7577ea6551880f350beb0ca7b2'>1</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/6690ba1d24416e7577ea6551880f350beb0ca7b2'>6690ba1</a> </td><td>2020/07/09 18:49:08</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/7be77169c2520d8ba7d0c486f176f7a8cf44e31a'>2</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/7be77169c2520d8ba7d0c486f176f7a8cf44e31a'>7be7716</a> </td><td>2020/07/09 19:57:20</td><td>Clebert Suconic</td><td>NO-JIRA POM on extra-tests to 2.15.0-SNAPSHOT</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/ccc0fa7100575fb5b0a73229f0762829bcab2b5a'>3</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/ccc0fa7100575fb5b0a73229f0762829bcab2b5a'>ccc0fa7</a> </td><td>2020/07/10 18:12:09</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2843'>ARTEMIS-2843</a> non-destructive LVQ not delivering msg to consumer</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2843'>Major/Bug/Fixed/Resolved</a></td>
+<td>39</td><td>2</td><td>0</td><td>41</td><td><a href='https://github.com/apache/activemq-artemis/blob/ccc0fa7100575fb5b0a73229f0762829bcab2b5a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/client/LVQTest.java#L32-L105'>LVQTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ccc0fa7100575fb5b0a73229f0762829bcab2b5a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/client/LVQTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e3ed8e815b515b123539d1be00a3d2b502f3a701'>4</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e3ed8e815b515b123539d1be00a3d2b502f3a701'>e3ed8e8</a> </td><td>2020/07/16 08:56:53</td><td>Scott Werner</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2847'>ARTEMIS-2847</a> socks5h support</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2847'>Minor/New Feature/Done/Closed</a></td>
+<td>14</td><td>7</td><td>0</td><td>21</td><td><a href='https://github.com/apache/activemq-artemis/blob/e3ed8e815b515b123539d1be00a3d2b502f3a701/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/remoting/impl/netty/NettyConnectorTest.java#L19-L511'>NettyConnectorTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/e3ed8e815b515b123539d1be00a3d2b502f3a701/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/remoting/impl/netty/NettyConnectorTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/e3ed8e815b515b123539d1be00a3d2b502f3a701/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/remoting/impl/netty/SocksProxyTest.java#L1-L283'>SocksProxyTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/e3ed8e815b515b123539d1be00a3d2b502f3a701/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/remoting/impl/netty/SocksProxyTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e629524b538c4dd93fce9a348e8e140adaf4a59c'>5</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e629524b538c4dd93fce9a348e8e140adaf4a59c'>e629524</a> </td><td>2020/07/23 12:44:27</td><td>gtully</td><td>no jira - fix reference to the website svn repo</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/90273e6818d1a1f75c34ddbd1e90b3c1572987df'>6</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/90273e6818d1a1f75c34ddbd1e90b3c1572987df'>90273e6</a> </td><td>2020/07/23 15:17:33</td><td>gtully</td><td>no jira - give some love to the migration guide</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/90273e6818d1a1f75c34ddbd1e90b3c1572987df/docs/migration-guide/en/README.md#L4-L6'>README.md</a><a href='https://github.com/apache/activemq-artemis//commits/90273e6818d1a1f75c34ddbd1e90b3c1572987df/docs/migration-guide/en/README.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/90273e6818d1a1f75c34ddbd1e90b3c1572987df/docs/migration-guide/en/SUMMARY.md#L3-L13'>SUMMARY.md</a><a href='https://github.com/apache/activemq-artemis//commits/90273e6818d1a1f75c34ddbd1e90b3c1572987df/docs/migration-guide/en/SUMMARY.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/90273e6818d1a1f75c34ddbd1e90b3c1572987df/docs/migration-guide/en/key-differences.md#L1-L27'>key-differences.md</a><a href='https://github.com/apache/activemq-artemis//commits/90273e6818d1a1f75c34ddbd1e90b3c1572987df/docs/migration-guide/en/key-differences.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/90273e6818d1a1f75c34ddbd1e90b3c1572987df/docs/migration-guide/en/message-store.md#L1-L11'>message-store.md</a><a href='https://github.com/apache/activemq-artemis//commits/90273e6818d1a1f75c34ddbd1e90b3c1572987df/docs/migration-guide/en/message-store.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/90273e6818d1a1f75c34ddbd1e90b3c1572987df/docs/migration-guide/en/preface.md#L1-L12'>preface.md</a><a href='https://github.com/apache/activemq-artemis//commits/90273e6818d1a1f75c34ddbd1e90b3c1572987df/docs/migration-guide/en/preface.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/c152f17818471abb6ed3d24fb59357fd660d330a'>7</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c152f17818471abb6ed3d24fb59357fd660d330a'>c152f17</a> </td><td>2020/07/23 15:42:50</td><td>gtully</td><td>no jira - exclude .p12 files from rat check</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/7902dd175745f0bd15b6ea419b201b215e108ceb'>8</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/7902dd175745f0bd15b6ea419b201b215e108ceb'>7902dd1</a> </td><td>2020/07/17 11:56:15</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2849'>ARTEMIS-2849</a> Optimize zeroing of buffers while writing the ASYNCIO journal</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2849'>Major/Test/Done/Closed</a></td>
+<td>34</td><td>19</td><td>22</td><td>31</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/52d3ed1c68a52457982f91bd5371a706eefaa253'>9</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/52d3ed1c68a52457982f91bd5371a706eefaa253'>52d3ed1</a> </td><td>2020/07/16 22:02:23</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2848'>ARTEMIS-2848</a> RA fails w/durable sub w/legacy prefix</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2848'>Major/Bug/Done/Closed</a></td>
+<td>1</td><td>2</td><td>0</td><td>3</td><td><a href='https://github.com/apache/activemq-artemis/blob/52d3ed1c68a52457982f91bd5371a706eefaa253/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/ActiveMQMessageHandlerTest.java#L89-L141'>ActiveMQMessageHandlerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/52d3ed1c68a52457982f91bd5371a706eefaa253/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/ActiveMQMessageHandlerTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f2d0d300f5d317bd1c41c6efe92b8834c8111b66'>10</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/f2d0d300f5d317bd1c41c6efe92b8834c8111b66'>f2d0d30</a> </td><td>2020/07/24 13:04:12</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2853'>ARTEMIS-2853</a> page-max-concurrent-io cannot be disabled</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2853'>Major/Bug/Done/Closed</a></td>
+<td>0</td><td>2</td><td>0</td><td>2</td><td><a href='https://github.com/apache/activemq-artemis/blob/f2d0d300f5d317bd1c41c6efe92b8834c8111b66/artemis-server/src/test/java/org/apache/activemq/artemis/core/persistence/impl/journal/JournalStorageManagerTest.java#L94-L107'>JournalStorageManagerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f2d0d300f5d317bd1c41c6efe92b8834c8111b66/artemis-server/src/test/java/org/apache/activemq/artemis/core/persistence/impl/journal/JournalStorageManagerTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/41efeb26697fa65d9175ca0e71b9d67118017e7d'>11</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/41efeb26697fa65d9175ca0e71b9d67118017e7d'>41efeb2</a> </td><td>2020/07/14 19:05:47</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2845'>ARTEMIS-2845</a> ConcurrentAppendOnlyChunkedList cannot be queried while resizing</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2845'>Major/Improvement/Done/Closed</a></td>
+<td>6</td><td>21</td><td>4</td><td>23</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3ce9e2e0dc3f1cab836fb1563f38894cf252d6b8'>12</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3ce9e2e0dc3f1cab836fb1563f38894cf252d6b8'>3ce9e2e</a> </td><td>2020/07/24 17:01:12</td><td>brusdev</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2846'>ARTEMIS-2846</a> Cannot define hawtio.role with whitespace</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2846'>Major/Bug/Done/Closed</a></td>
+<td>1</td><td>0</td><td>0</td><td>1</td><td><a href='https://github.com/apache/activemq-artemis/blob/3ce9e2e0dc3f1cab836fb1563f38894cf252d6b8/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java#L783-L805'>ArtemisTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3ce9e2e0dc3f1cab836fb1563f38894cf252d6b8/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/3ce9e2e0dc3f1cab836fb1563f38894cf252d6b8/artemis-distribution/src/test/scripts/validate-instalation.sh#L26-L85'>validate-instalation.sh</a><a href='https://github.com/apache/activemq-artemis//commits/3ce9e2e0dc3f1cab836fb1563f38894cf252d6b8/artemis-distribution/src/test/scripts/validate-instalation.sh'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/3ce9e2e0dc3f1cab836fb1563f38894cf252d6b8/artemis-distribution/src/test/scripts/validate-spaces.sh#L21-L21'>validate-spaces.sh</a><a href='https://github.com/apache/activemq-artemis//commits/3ce9e2e0dc3f1cab836fb1563f38894cf252d6b8/artemis-distribution/src/test/scripts/validate-spaces.sh'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/cd7f52d4ba12a03cbac9f4f2d7a34c5cfe023eba'>13</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/cd7f52d4ba12a03cbac9f4f2d7a34c5cfe023eba'>cd7f52d</a> </td><td>2020/07/28 23:15:22</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2856'>ARTEMIS-2856</a> consumer can be created on closed session</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2856'>Major/Bug/Fixed/Resolved</a></td>
+<td>4</td><td>8</td><td>1</td><td>11</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/18b8df0f09f3f77e025efcba99c4f9b956b4dacb'>14</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/18b8df0f09f3f77e025efcba99c4f9b956b4dacb'>18b8df0</a> </td><td>2020/07/28 14:57:31</td><td>brusdev</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2855'>ARTEMIS-2855</a> Define a new broker plugin to track XA transactions</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2855'>Major/New Feature/Done/Closed</a></td>
+<td>127</td><td>56</td><td>0</td><td>183</td><td><a href='https://github.com/apache/activemq-artemis/blob/18b8df0f09f3f77e025efcba99c4f9b956b4dacb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingCounterTest.java#L323-L323'>PagingCounterTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/18b8df0f09f3f77e025efcba99c4f9b956b4dacb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingCounterTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/18b8df0f09f3f77e025efcba99c4f9b956b4dacb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/ResourceBrokerPluginTest.java#L1-L165'>ResourceBrokerPluginTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/18b8df0f09f3f77e025efcba99c4f9b956b4dacb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/ResourceBrokerPluginTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/18b8df0f09f3f77e025efcba99c4f9b956b4dacb/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/postoffice/impl/DuplicateDetectionUnitTest.java#L105-L144'>DuplicateDetectionUnitTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/18b8df0f09f3f77e025efcba99c4f9b956b4dacb/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/postoffice/impl/DuplicateDetectionUnitTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3d86d78828a8d8230d9287f88fe4697b0e1d60c8'>15</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3d86d78828a8d8230d9287f88fe4697b0e1d60c8'>3d86d78</a> </td><td>2020/07/29 17:24:53</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2587'>ARTEMIS-2587</a> Exposing ActiveMQServer::isActivate through management at ActiveMQServerControl</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2587'>Major/New Feature/Fixed/Closed</a></td>
+<td>19</td><td>0</td><td>0</td><td>19</td><td><a href='https://github.com/apache/activemq-artemis/blob/3d86d78828a8d8230d9287f88fe4697b0e1d60c8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlTest.java#L197-L197'>ActiveMQServerControlTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3d86d78828a8d8230d9287f88fe4697b0e1d60c8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/c00b210629aeda71837f2233252d0e314cc49482'>16</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c00b210629aeda71837f2233252d0e314cc49482'>c00b210</a> </td><td>2020/07/29 17:33:22</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2858'>ARTEMIS-2858</a> DNS Tests on reconnects and backups</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2858'>Major/Test/Done/Closed</a></td>
+<td>46</td><td>4</td><td>0</td><td>50</td><td><a href='https://github.com/apache/activemq-artemis/blob/c00b210629aeda71837f2233252d0e314cc49482/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/network/NetUtil.java#L1-L241'>NetUtil.java</a><a href='https://github.com/apache/activemq-artemis//commits/c00b210629aeda71837f2233252d0e314cc49482/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/network/NetUtil.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/c00b210629aeda71837f2233252d0e314cc49482/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/network/NetUtilResource.java#L1-L29'>NetUtilResource.java</a><a href='https://github.com/apache/activemq-artemis//commits/c00b210629aeda71837f2233252d0e314cc49482/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/network/NetUtilResource.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/c00b210629aeda71837f2233252d0e314cc49482/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java#L1130-L1162'>ActiveMQTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/c00b210629aeda71837f2233252d0e314cc49482/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/c00b210629aeda71837f2233252d0e314cc49482/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/NetworkFailureFailoverTest.java#L48-L49'>NetworkFailureFailoverTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/c00b210629aeda71837f2233252d0e314cc49482/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/NetworkFailureFailoverTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/c00b210629aeda71837f2233252d0e314cc49482/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlUsingCoreTest.java#L124-L128'>ActiveMQServerControlUsingCoreTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/c00b210629aeda71837f2233252d0e314cc49482/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlUsingCoreTest.java'>(+)</a> NetUtil.java NetUtilResource.java <a href='https://github.com/apache/activemq-artemis/blob/c00b210629aeda71837f2233252d0e314cc49482/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/common/SmokeTestBase.java#L73-L78'>SmokeTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/c00b210629aeda71837f2233252d0e314cc49482/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/common/SmokeTestBase.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/c00b210629aeda71837f2233252d0e314cc49482/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java#L1-L837'>DNSSwitchTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/c00b210629aeda71837f2233252d0e314cc49482/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a45f383e1a5d5b3bc97a75995b6556ee2cbf81ec'>17</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a45f383e1a5d5b3bc97a75995b6556ee2cbf81ec'>a45f383</a> </td><td>2020/07/09 17:40:55</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2839'>ARTEMIS-2839</a> audit logging typo for resuming queue</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2839'>Major/Bug/Fixed/Resolved</a></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/4c79b25dc2cba58dc076e63d36dd4f8561057fd5'>18</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/4c79b25dc2cba58dc076e63d36dd4f8561057fd5'>4c79b25</a> </td><td>2020/07/09 18:33:47</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2840'>ARTEMIS-2840</a> missing AddressControl audit logging</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2840'>Major/Bug/Fixed/Resolved</a></td>
+<td>49</td><td>0</td><td>0</td><td>49</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0db13ee8ab60a07aa0f90cdfcf4158d0c5b00d38'>19</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/0db13ee8ab60a07aa0f90cdfcf4158d0c5b00d38'>0db13ee</a> </td><td>2020/07/11 09:09:11</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2844'>ARTEMIS-2844</a> Use writeAndFlush with voidPromise to reduce GC pressure</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2844'>Major/Improvement/Done/Closed</a></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/70068a06596492d42c57246d6b27a3d6817a107f'>20</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/70068a06596492d42c57246d6b27a3d6817a107f'>70068a0</a> </td><td>2020/07/11 09:10:25</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2844'>ARTEMIS-2844</a> Save additional copies and use pooled direct ByteBufs</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2844'>Major/Improvement/Done/Closed</a></td>
+<td>1</td><td>6</td><td>2</td><td>5</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf'>21</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf'>60e25b7</a> </td><td>2020/07/09 19:56:25</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2844'>ARTEMIS-2844</a> Improve binding query performance by reusing AddressImpl instances</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2844'>Major/Improvement/Done/Closed</a></td>
+<td>60</td><td>77</td><td>15</td><td>122</td><td><a href='https://github.com/apache/activemq-artemis/blob/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/artemiswrapper/RegionProxy.java#L19-L94'>RegionProxy.java</a><a href='https://github.com/apache/activemq-artemis//commits/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/artemiswrapper/RegionProxy.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/largemessages/AMQPLargeMessagesTestUtil.java#L22-L37'>AMQPLargeMessagesTestUtil.java</a><a href='https://github.com/apache/activemq-artemis//commits/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/largemessages/AMQPLargeMessagesTestUtil.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTFQQNTest.java#L19-L134'>MQTTFQQNTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTFQQNTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTest.java#L72-L155'>MQTTTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/persistence/metrics/JournalPendingMessageTest.java#L19-L495'>JournalPendingMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/persistence/metrics/JournalPendingMessageTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java#L49-L254'>ScaleDownTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/StompTest.java#L75-L2032'>StompTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/StompTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/postoffice/impl/WildcardAddressManagerUnitTest.java#L154-L197'>WildcardAddressManagerUnitTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/postoffice/impl/WildcardAddressManagerUnitTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/server/impl/fakes/FakePostOffice.java#L19-L203'>FakePostOffice.java</a><a href='https://github.com/apache/activemq-artemis//commits/60e25b763ca6f9ee81cc85e459c7eb757c05f2bf/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/server/impl/fakes/FakePostOffice.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/92c4c65d31e25b10a56f44d4705e4d3cdb9ab0c9'>22</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/92c4c65d31e25b10a56f44d4705e4d3cdb9ab0c9'>92c4c65</a> </td><td>2020/08/03 19:37:08</td><td>Justin Bertram</td><td>NO-JIRA a few updates to the logging 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/92c4c65d31e25b10a56f44d4705e4d3cdb9ab0c9/docs/user-manual/en/logging.md#L4-L82'>logging.md</a><a href='https://github.com/apache/activemq-artemis//commits/92c4c65d31e25b10a56f44d4705e4d3cdb9ab0c9/docs/user-manual/en/logging.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/87274675d6172235805210278896d2138f2bb6ec'>23</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/87274675d6172235805210278896d2138f2bb6ec'>8727467</a> </td><td>2020/08/04 18:42:55</td><td>Justin Bertram</td><td>NO-JIRA document SOCKS proxy support</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/87274675d6172235805210278896d2138f2bb6ec/docs/user-manual/en/configuring-transports.md#L546-L572'>configuring-transports.md</a><a href='https://github.com/apache/activemq-artemis//commits/87274675d6172235805210278896d2138f2bb6ec/docs/user-manual/en/configuring-transports.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1e8e19c7167530d0f6f4e05d4aa2c1fe74b9fe17'>24</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/1e8e19c7167530d0f6f4e05d4aa2c1fe74b9fe17'>1e8e19c</a> </td><td>2020/08/04 21:09:21</td><td>Justin Bertram</td><td>NO-JIRA update versions 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/1e8e19c7167530d0f6f4e05d4aa2c1fe74b9fe17/docs/user-manual/en/versions.md#L22-L93'>versions.md</a><a href='https://github.com/apache/activemq-artemis//commits/1e8e19c7167530d0f6f4e05d4aa2c1fe74b9fe17/docs/user-manual/en/versions.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/19475d9d322d4082d9e739d3da111cd186749b75'>25</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/19475d9d322d4082d9e739d3da111cd186749b75'>19475d9</a> </td><td>2020/08/04 21:32:34</td><td>Justin Bertram</td><td>NO-JIRA fuller description of 2.14.0 highlights</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/19475d9d322d4082d9e739d3da111cd186749b75/docs/user-manual/en/versions.md#L16-L21'>versions.md</a><a href='https://github.com/apache/activemq-artemis//commits/19475d9d322d4082d9e739d3da111cd186749b75/docs/user-manual/en/versions.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1ae8069864e31d43b17da01d709f5ff5a19c62fd'>26</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/1ae8069864e31d43b17da01d709f5ff5a19c62fd'>1ae8069</a> </td><td>2020/08/04 23:34:00</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2869'>ARTEMIS-2869</a> JDBC XML conf can't use custom pwd codec</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2869'>Major/Bug/Fixed/Resolved</a></td>
+<td>6</td><td>0</td><td>6</td><td>0</td><td><a href='https://github.com/apache/activemq-artemis/blob/1ae8069864e31d43b17da01d709f5ff5a19c62fd/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationDbEncryptedPassTest.java#L1-L66'>FileConfigurationDbEncryptedPassTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/1ae8069864e31d43b17da01d709f5ff5a19c62fd/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationDbEncryptedPassTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/84739466464a7710ba493a1e8a7cb57c29ec7078'>27</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/84739466464a7710ba493a1e8a7cb57c29ec7078'>8473946</a> </td><td>2020/08/04 15:20:06</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2865'>ARTEMIS-2865</a> LegacyLDAPSecuritySettingPlugin can change default security match</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2865'>Major/Bug/Done/Closed</a></td>
+<td>15</td><td>9</td><td>0</td><td>24</td><td><a href='https://github.com/apache/activemq-artemis/blob/84739466464a7710ba493a1e8a7cb57c29ec7078/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/security/LegacyLDAPSecuritySettingPluginListenerTest.java#L38-L479'>LegacyLDAPSecuritySettingPluginListenerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/84739466464a7710ba493a1e8a7cb57c29ec7078/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/security/LegacyLDAPSecuritySettingPluginListenerTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/69cde0fca11fb8c09efbd91a3417825ddd3b40c9'>28</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/69cde0fca11fb8c09efbd91a3417825ddd3b40c9'>69cde0f</a> </td><td>2020/08/06 21:44:36</td><td>Justin Bertram</td><td>NO-JIRA restore Jira/GitHub integration, etc.</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/486896d99ef18d50245414658147d2d838190445'>29</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/486896d99ef18d50245414658147d2d838190445'>486896d</a> </td><td>2020/08/06 01:12:02</td><td>Michael Pearce</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2873'>ARTEMIS-2873</a> Config-managed queues are auto-deleted</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2873'>Major/Bug/Fixed/Resolved</a></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td><a href='https://github.com/apache/activemq-artemis/blob/486896d99ef18d50245414658147d2d838190445/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/AutoDeleteCreatedQueueTest.java#L35-L81'>AutoDeleteCreatedQueueTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/486896d99ef18d50245414658147d2d838190445/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/AutoDeleteCreatedQueueTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/df2f48a48169da3b9af1158fbd4af54fef6910fa'>30</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/df2f48a48169da3b9af1158fbd4af54fef6910fa'>df2f48a</a> </td><td>2020/08/03 16:36:39</td><td>Clebert Suconic</td><td>NO-JIRA update RandomUtil.randomInterval to deal with (max==min)</td><td></td>
+<td>3</td><td>0</td><td>0</td><td>3</td><td><a href='https://github.com/apache/activemq-artemis/blob/df2f48a48169da3b9af1158fbd4af54fef6910fa/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/util/RandomUtilTest.java#L1-L39'>RandomUtilTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/df2f48a48169da3b9af1158fbd4af54fef6910fa/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/util/RandomUtilTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9842f45a49afb81ff81d16fcb51bd0c0bb717b62'>31</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/9842f45a49afb81ff81d16fcb51bd0c0bb717b62'>9842f45</a> </td><td>2020/08/03 15:12:44</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2867'>ARTEMIS-2867</a> Do not cache IPs on DNS Entries for NetworkHealthCheck</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2867'>Major/Bug/Done/Closed</a></td>
+<td>4</td><td>40</td><td>0</td><td>44</td><td><a href='https://github.com/apache/activemq-artemis/blob/9842f45a49afb81ff81d16fcb51bd0c0bb717b62/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/NetworkHealthTest.java#L158-L158'>NetworkHealthTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9842f45a49afb81ff81d16fcb51bd0c0bb717b62/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/NetworkHealthTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/9842f45a49afb81ff81d16fcb51bd0c0bb717b62/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/network/NetUtil.java#L112-L147'>NetUtil.java</a><a href='https://github.com/apache/activemq-artemis//commits/9842f45a49afb81ff81d16fcb51bd0c0bb717b62/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/network/NetUtil.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/9842f45a49afb81ff81d16fcb51bd0c0bb717b62/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/NetworkIsolationTest.java#L20-L164'>NetworkIsolationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9842f45a49afb81ff81d16fcb51bd0c0bb717b62/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/NetworkIsolationTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/9842f45a49afb81ff81d16fcb51bd0c0bb717b62/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java#L97-L813'>DNSSwitchTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9842f45a49afb81ff81d16fcb51bd0c0bb717b62/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/27cb9b37b1459a0ca19363fef22002b87be3f2b2'>32</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/27cb9b37b1459a0ca19363fef22002b87be3f2b2'>27cb9b3</a> </td><td>2020/08/04 19:29:52</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2868'>ARTEMIS-2868</a> Protect Topology Updates from Split Brain</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2868'>Major/Bug/Fixed/Closed</a></td>
+<td>106</td><td>14</td><td>3</td><td>117</td><td><a href='https://github.com/apache/activemq-artemis/blob/27cb9b37b1459a0ca19363fef22002b87be3f2b2/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java#L653-L729'>DNSSwitchTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/27cb9b37b1459a0ca19363fef22002b87be3f2b2/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/43e3cd6047ee2e88b870cbd71112acd7161cccfd'>33</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/43e3cd6047ee2e88b870cbd71112acd7161cccfd'>43e3cd6</a> </td><td>2020/08/07 05:00:50</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2865'>ARTEMIS-2865</a> make tests more robust</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2865'>Major/Bug/Done/Closed</a></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td><a href='https://github.com/apache/activemq-artemis/blob/43e3cd6047ee2e88b870cbd71112acd7161cccfd/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/security/LegacyLDAPSecuritySettingPluginListenerTest.java#L56-L335'>LegacyLDAPSecuritySettingPluginListenerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/43e3cd6047ee2e88b870cbd71112acd7161cccfd/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/security/LegacyLDAPSecuritySettingPluginListenerTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/c551df770c50f04d7d95378fbfb8997cd43ec335'>34</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c551df770c50f04d7d95378fbfb8997cd43ec335'>c551df7</a> </td><td>2020/08/07 17:03:04</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2868'>ARTEMIS-2868</a> Protect Topology Updates from Split Brain on broker shutdown as well</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2868'>Major/Bug/Fixed/Closed</a></td>
+<td>23</td><td>3</td><td>0</td><td>26</td><td><a href='https://github.com/apache/activemq-artemis/blob/c551df770c50f04d7d95378fbfb8997cd43ec335/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/common/SmokeTestBase.java#L21-L63'>SmokeTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/c551df770c50f04d7d95378fbfb8997cd43ec335/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/common/SmokeTestBase.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/c551df770c50f04d7d95378fbfb8997cd43ec335/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java#L666-L761'>DNSSwitchTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/c551df770c50f04d7d95378fbfb8997cd43ec335/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/af7c6882daa4255667e5475b071c4a94b664fb51'>35</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/af7c6882daa4255667e5475b071c4a94b664fb51'>af7c688</a> </td><td>2020/07/31 21:27:23</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2862'>ARTEMIS-2862</a> activation failure can cause zombie broker</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2862'>Major/Bug/Fixed/Resolved</a></td>
+<td>32</td><td>6</td><td>1</td><td>37</td><td></td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/131b8b22ecc52cd68ba362d10f57506711bad1cb'>36</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/131b8b22ecc52cd68ba362d10f57506711bad1cb'>131b8b2</a> </td><td>2020/08/05 18:37:22</td><td>Robbie Gemmell</td><td>NO-JIRA: fix RandomUtilDistributionTest assertion and improve failure message</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/131b8b22ecc52cd68ba362d10f57506711bad1cb/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/util/RandomUtilDistributionTest.java#L72-L73'>RandomUtilDistributionTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/131b8b22ecc52cd68ba362d10f57506711bad1cb/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/util/RandomUtilDistributionTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3fdc9cf026aba92c3a6b9f0bbad80dce36591929'>37</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/3fdc9cf026aba92c3a6b9f0bbad80dce36591929'>3fdc9cf</a> </td><td>2020/08/05 17:50:11</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2871'>ARTEMIS-2871</a>: update to proton-j 0.33.6 and qpid-jms 0.53.0</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2871'>Major/Task/Fixed/Resolved</a></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/fa5b56ef1d9419bf7e0dbfbcb4a8e031c8f8baef'>38</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/fa5b56ef1d9419bf7e0dbfbcb4a8e031c8f8baef'>fa5b56e</a> </td><td>2020/08/12 23:32:45</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2881'>ARTEMIS-2881</a> deadlock when destroying q and depaging</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2881'>Major/Bug/Fixed/Resolved</a></td>
+<td>2</td><td>0</td><td>0</td><td>2</td><td><a href='https://github.com/apache/activemq-artemis/blob/fa5b56ef1d9419bf7e0dbfbcb4a8e031c8f8baef/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/TransientQueueTest.java#L30-L177'>TransientQueueTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/fa5b56ef1d9419bf7e0dbfbcb4a8e031c8f8baef/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/TransientQueueTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/fa5b56ef1d9419bf7e0dbfbcb4a8e031c8f8baef/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/jms2client/SharedConsumerTest.java#L30-L115'>SharedConsumerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/fa5b56ef1d9419bf7e0dbfbcb4a8e031c8f8baef/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/jms2client/SharedConsumerTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/851aef11723825f638c288ddd2ddf656cfcdaab2'>39</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/851aef11723825f638c288ddd2ddf656cfcdaab2'>851aef1</a> </td><td>2020/08/07 20:05:15</td><td>franz1981</td><td>Revert "<a href='https://issues.apache.org/jira/browse/ARTEMIS-2837'>ARTEMIS-2837</a> Avoiding bursts on writes and pending callbacks"</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2837'>Major/Task/Fixed/Closed</a></td>
+<td>0</td><td>13</td><td>1</td><td>12</td><td><a href='https://github.com/apache/activemq-artemis/blob/851aef11723825f638c288ddd2ddf656cfcdaab2/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/JournalImplTestUnit.java#L121-L145'>JournalImplTestUnit.java</a><a href='https://github.com/apache/activemq-artemis//commits/851aef11723825f638c288ddd2ddf656cfcdaab2/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/JournalImplTestUnit.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a6bf7d0e040eadfb5800651277edfe25191490ba'>40</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a6bf7d0e040eadfb5800651277edfe25191490ba'>a6bf7d0</a> </td><td>2020/08/13 20:31:10</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2837'>ARTEMIS-2837</a> Bursts of open files under high load</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2837'>Major/Task/Fixed/Closed</a></td>
+<td>0</td><td>13</td><td>0</td><td>13</td><td><a href='https://github.com/apache/activemq-artemis/blob/a6bf7d0e040eadfb5800651277edfe25191490ba/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/JournalImplTestUnit.java#L121-L145'>JournalImplTestUnit.java</a><a href='https://github.com/apache/activemq-artemis//commits/a6bf7d0e040eadfb5800651277edfe25191490ba/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/JournalImplTestUnit.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/40f20cfe6a796bdec050b6a149c4fbff3273fdef'>41</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/40f20cfe6a796bdec050b6a149c4fbff3273fdef'>40f20cf</a> </td><td>2020/08/11 17:33:32</td><td>franz1981</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2877'>ARTEMIS-2877</a> Fix journal replication scalability</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2877'>Major/Bug/Done/Closed</a></td>
+<td>188</td><td>24</td><td>0</td><td>212</td><td><a href='https://github.com/apache/activemq-artemis/blob/40f20cfe6a796bdec050b6a149c4fbff3273fdef/artemis-core-client/src/test/java/org/apache/activemq/artemis/core/protocol/core/impl/ChannelImplTest.java#L378-L382'>ChannelImplTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/40f20cfe6a796bdec050b6a149c4fbff3273fdef/artemis-core-client/src/test/java/org/apache/activemq/artemis/core/protocol/core/impl/ChannelImplTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40f20cfe6a796bdec050b6a149c4fbff3273fdef/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/util/BackupSyncDelay.java#L198-L250'>BackupSyncDelay.java</a><a href='https://github.com/apache/activemq-artemis//commits/40f20cfe6a796bdec050b6a149c4fbff3273fdef/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/util/BackupSyncDelay.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/178ccb004ae281ed37117293138c20ce06ecb018'>42</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/178ccb004ae281ed37117293138c20ce06ecb018'>178ccb0</a> </td><td>2020/08/18 17:46:26</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2871'>ARTEMIS-2871</a>: update to qpid-jms 0.54.0</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2871'>Major/Task/Fixed/Resolved</a></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/c63c1f40ca19a7b207a8af1f3810393c38610dd2'>43</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/c63c1f40ca19a7b207a8af1f3810393c38610dd2'>c63c1f4</a> </td><td>2020/08/19 17:47:27</td><td>Clebert Suconic</td><td>NO-JIRA Small improvement on compatibility 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/c63c1f40ca19a7b207a8af1f3810393c38610dd2/tests/compatibility-tests/src/main/resources/servers/artemisServer.groovy#L46-L46'>artemisServer.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/c63c1f40ca19a7b207a8af1f3810393c38610dd2/tests/compatibility-tests/src/main/resources/servers/artemisServer.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/c63c1f40ca19a7b207a8af1f3810393c38610dd2/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/base/ClasspathBase.java#L29-L61'>ClasspathBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/c63c1f40ca19a7b207a8af1f3810393c38610dd2/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/base/ClasspathBase.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72'>44</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72'>2c506cc</a> </td><td>2020/08/04 19:50:49</td><td>Michael Pearce</td><td>[<a href='https://issues.apache.org/jira/browse/ARTEMIS-2863'>ARTEMIS-2863</a>] Add support to pause dispatch when group rebalance</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2863'>Major/Improvement/Done/Closed</a></td>
+<td>299</td><td>13</td><td>11</td><td>301</td><td><a href='https://github.com/apache/activemq-artemis/blob/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72/artemis-server/src/test/java/org/apache/activemq/artemis/core/persistence/impl/journal/QueueBindingEncodingTest.java#L54-L112'>QueueBindingEncodingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72/artemis-server/src/test/java/org/apache/activemq/artemis/core/persistence/impl/journal/QueueBindingEncodingTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/impl/ScheduledDeliveryHandlerTest.java#L930-L939'>ScheduledDeliveryHandlerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/impl/ScheduledDeliveryHandlerTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/client/GroupingTest.java#L521-L669'>GroupingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/client/GroupingTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlUsingCoreTest.java#L99-L103'>QueueControlUsingCoreTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlUsingCoreTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/postoffice/impl/FakeQueue.java#L191-L200'>FakeQueue.java</a><a href='https://github.com/apache/activemq-artemis//commits/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/postoffice/impl/FakeQueue.java'>(+)</a> </td><td><a href='https://github.com/apache/activemq-artemis/blob/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72/docs/user-manual/en/message-grouping.md#L155-L186'>message-grouping.md</a><a href='https://github.com/apache/activemq-artemis//commits/2c506cc52a8eca3fb0d7ee3a5a4e5bf4f3b82d72/docs/user-manual/en/message-grouping.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/365663e36887e9b84074208d86b58efc97f831f7'>45</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/365663e36887e9b84074208d86b58efc97f831f7'>365663e</a> </td><td>2020/08/20 14:58:55</td><td>Clebert Suconic</td><td>NO-JIRA javadoc on NetUtil</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/365663e36887e9b84074208d86b58efc97f831f7/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/network/NetUtil.java#L40-L55'>NetUtil.java</a><a href='https://github.com/apache/activemq-artemis//commits/365663e36887e9b84074208d86b58efc97f831f7/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/network/NetUtil.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/365663e36887e9b84074208d86b58efc97f831f7/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/network/NetUtilResource.java#L22-L24'>NetUtilResource.java</a><a href='https://github.com/apache/activemq-artemis//commits/365663e36887e9b84074208d86b58efc97f831f7/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/network/NetUtilResource.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a2bf85f5290ccccce40e6d818814c5e1944a2846'>46</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a2bf85f5290ccccce40e6d818814c5e1944a2846'>a2bf85f</a> </td><td>2020/08/20 17:35:13</td><td>Clebert Suconic</td><td>NO-JIRA Fixing java.security location on java11</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/a2bf85f5290ccccce40e6d818814c5e1944a2846/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java#L221-L231'>DNSSwitchTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a2bf85f5290ccccce40e6d818814c5e1944a2846/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/582a4302131118f8672272d09703b42f4de092ed'>47</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/582a4302131118f8672272d09703b42f4de092ed'>582a430</a> </td><td>2020/08/20 17:00:56</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2882'>ARTEMIS-2882</a> better support for JMS topics + FQQN</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2882'>Major/Improvement/Done/Closed</a></td>
+<td>14</td><td>28</td><td>1</td><td>41</td><td><a href='https://github.com/apache/activemq-artemis/blob/582a4302131118f8672272d09703b42f4de092ed/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpFullyQualifiedNameTest.java#L71-L132'>AmqpFullyQualifiedNameTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/582a4302131118f8672272d09703b42f4de092ed/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpFullyQualifiedNameTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/582a4302131118f8672272d09703b42f4de092ed/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/FQQNOpenWireTest.java#L127-L167'>FQQNOpenWireTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/582a4302131118f8672272d09703b42f4de092ed/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/FQQNOpenWireTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/57b8c22a62f0e64a7e7fdda8c10aa31f3d24d0ea'>48</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/57b8c22a62f0e64a7e7fdda8c10aa31f3d24d0ea'>57b8c22</a> </td><td>2020/08/14 22:05:44</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2880'>ARTEMIS-2880</a> support FQQN syntax for JNDI lookup</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2880'>Major/Improvement/Done/Closed</a></td>
+<td>0</td><td>1</td><td>0</td><td>1</td><td><a href='https://github.com/apache/activemq-artemis/blob/57b8c22a62f0e64a7e7fdda8c10aa31f3d24d0ea/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/SimpleJNDIClientTest.java#L63-L603'>SimpleJNDIClientTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/57b8c22a62f0e64a7e7fdda8c10aa31f3d24d0ea/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/SimpleJNDIClientTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d86067a65be4f853ccf79064a0f608908e4dc52c'>49</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/d86067a65be4f853ccf79064a0f608908e4dc52c'>d86067a</a> </td><td>2020/08/22 19:34:52</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2872'>ARTEMIS-2872</a> support FQQN syntax for security-settings</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2872'>Minor/Improvement/Done/Closed</a></td>
+<td>8</td><td>41</td><td>2</td><td>47</td><td><a href='https://github.com/apache/activemq-artemis/blob/d86067a65be4f853ccf79064a0f608908e4dc52c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/security/SecurityTest.java#L68-L543'>SecurityTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/d86067a65be4f853ccf79064a0f608908e4dc52c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/security/SecurityTest.java'>(+)</a> </td><td><a href='https://github.com/apache/activemq-artemis/blob/d86067a65be4f853ccf79064a0f608908e4dc52c/docs/user-manual/en/security.md#L142-L171'>security.md</a><a href='https://github.com/apache/activemq-artemis//commits/d86067a65be4f853ccf79064a0f608908e4dc52c/docs/user-manual/en/security.md'>(+)</a> </td><td></td></tr>
+<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e3fc5d18b2e1aa4655f6d9e5c33fda9d34c92140'>50</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/e3fc5d18b2e1aa4655f6d9e5c33fda9d34c92140'>e3fc5d1</a> </td><td>2020/08/24 12:41:01</td><td>gtully</td><td>refer to infra signing for key generation details</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/a549fcedde9d1f465ee92b99440b84436574a228'>51</a></td>
+<td><a href='https://github.com/apache/activemq-artemis/commit/a549fcedde9d1f465ee92b99440b84436574a228'>a549fce</a> </td><td>2020/08/24 16:03:12</td><td>Domenico Francesco Bruscino</td><td>[maven-release-plugin] prepare release 2.15.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-2843%2CARTEMIS-2865%2CARTEMIS-2844%2CARTEMIS-2845%2CARTEMIS-2867%2CARTEMIS-2882%2CARTEMIS-2587%2CARTEMIS-2840%2CARTEMIS-2862%2CARTEMIS-2863%2CARTEMIS-2880%2CARTEMIS-2881%2CARTEMIS-2839%2CARTEMIS-2858%2CARTEMIS-2837%2CARTEMIS-2853%2CARTEMIS-2855%2CARTEMIS-2877%2CARTEMIS-2856%2CARTEMIS-2871%2CARTEMIS-2872%2CARTEMIS-2873%2CARTEMIS-2846%2CARTEMIS-2868%2CARTEMIS-2847%2CARTEMIS-2869%2CARTEMIS-2848%2CARTEMIS-2849)'>28 JIRAS on this Report</a></h2>
+<br>Generated with <a href='https://github.com/clebertsuconic/git-release-report'> git-release-report</a>
+</body></html>