Added: websites/production/activemq/content/artemis/commit-report-2.6.3.html
==============================================================================
--- websites/production/activemq/content/artemis/commit-report-2.6.3.html 
(added)
+++ websites/production/activemq/content/artemis/commit-report-2.6.3.html Fri 
Aug 31 02:13:25 2018
@@ -0,0 +1,336 @@
+<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.6.2(10c9ac4efd21a99e8a52fb6700457bed26c16b86) and 
2.6.3(c47a8df8bfe801b9cd9f3d5ac22d20584cba7843)</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/9f4798a220bca85162943146fccc37ae12bd0bf5'>1</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/9f4798a220bca85162943146fccc37ae12bd0bf5'>9f4798a</a></td><td>2018/06/18
 16:49:09</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare for 
next development iteration</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/56f5c797fa28545d84605a979aa6c93034c4c68f'>2</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/56f5c797fa28545d84605a979aa6c93034c4c68f'>56f5c79</a></td><td>2018/06/11
 07:27:00</td><td>yang wei</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1923'>ARTEMIS-1923</a> fix 
constructing binding journalimpl bug</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1923'>Major/Bug/Fixed/Closed
 (ARTEMIS-1923)</a></p></td>
+<td>15</td><td>1</td><td>0</td><td>16</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/56f5c797fa28545d84605a979aa6c93034c4c68f/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/journal/JournalStorageManagerConstantTest.java#L1-L167'>JournalStorageManagerConstantTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/56f5c797fa28545d84605a979aa6c93034c4c68f/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/journal/JournalStorageManagerConstantTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/477a6400c9454ecd3ad25daf89e103a91f3cfbb1'>3</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/477a6400c9454ecd3ad25daf89e103a91f3cfbb1'>477a640</a></td><td>2018/06/15
 06:03:03</td><td>Shailendra Kumar Singh</td><td>[<a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1936'>ARTEMIS-1936</a>]getQueueNames(String
 routingType) method should be mark as Operation instead of 
Attribute</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1936'>Critical/Bug/Fixed/Closed
 (ARTEMIS-1936)</a></p></td>
+<td>6</td><td>0</td><td>6</td><td>0</td><td></td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/3edce7245643a08ba95b09c27761304c92527590'>4</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/3edce7245643a08ba95b09c27761304c92527590'>3edce72</a></td><td>2018/06/11
 17:11:25</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1924'>ARTEMIS-1924</a> Add 
amqpIdleTimeout</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1924'>Critical/Bug/Fixed/Closed
 (ARTEMIS-1924)</a></p></td>
+<td>25</td><td>20</td><td>0</td><td>45</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/3edce7245643a08ba95b09c27761304c92527590/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpBrokerRequestedHearbeatsTest.java#L1-L170'>AmqpBrokerRequestedHearbeatsTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/3edce7245643a08ba95b09c27761304c92527590/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpBrokerRequestedHearbeatsTest.java'>(+)</a>
 AmqpBrokerReuqestedHearbeatsTest.java <a 
href='https://github.com/apache/activemq-artemis/blob/3edce7245643a08ba95b09c27761304c92527590/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java#L1-L83'>AmqpNoHearbeatsTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/3edce7245643a08ba95b09c27761304c92527590/tests/integration-tests/src/test/java/org/apache/
 activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java'>(+)</a> 
</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/3edce7245643a08ba95b09c27761304c92527590/docs/user-manual/en/amqp.md#L130-L158'>amqp.md</a><a
 
href='https://github.com/apache/activemq-artemis//commits/3edce7245643a08ba95b09c27761304c92527590/docs/user-manual/en/amqp.md'>(+)</a>
 </td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/52695fa45df691ac1e301ebe45add67205dd97f3'>5</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/52695fa45df691ac1e301ebe45add67205dd97f3'>52695fa</a></td><td>2018/06/11
 18:41:57</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1924'>ARTEMIS-1924</a> 
Renaming test to a proper name</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1924'>Critical/Bug/Fixed/Closed
 (ARTEMIS-1924)</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/52695fa45df691ac1e301ebe45add67205dd97f3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java#L64-L64'>AmqpNoHearbeatsTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/52695fa45df691ac1e301ebe45add67205dd97f3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/7a4b21e3acdadf9f10b91c0f2cb6202c0d5bc10f'>6</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/7a4b21e3acdadf9f10b91c0f2cb6202c0d5bc10f'>7a4b21e</a></td><td>2018/06/19
 17:42:46</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1924'>ARTEMIS-1924</a> Test 
consumer cleanup after socket connection reset</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1924'>Critical/Bug/Fixed/Closed
 (ARTEMIS-1924)</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/7a4b21e3acdadf9f10b91c0f2cb6202c0d5bc10f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java#L19-L154'>AmqpNoHearbeatsTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/7a4b21e3acdadf9f10b91c0f2cb6202c0d5bc10f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/9133e22c1c2e1c0076493f05bf903bf4883945e7'>7</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/9133e22c1c2e1c0076493f05bf903bf4883945e7'>9133e22</a></td><td>2018/06/20
 03:02:12</td><td>vkamble60</td><td>[<a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1944'>ARTEMIS-1944</a>] 
Typo mistake in broker.xml at journal-buffer-timeout explanation</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1944'>Trivial/Bug/Fixed/Closed
 (ARTEMIS-1944)</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/358bf7d4e26be6cdff5186799e22e09a739d36dc'>8</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/358bf7d4e26be6cdff5186799e22e09a739d36dc'>358bf7d</a></td><td>2018/06/20
 10:20:42</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1924'>ARTEMIS-1924</a> 
small tweaks on HeartBeat test</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1924'>Critical/Bug/Fixed/Closed
 (ARTEMIS-1924)</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/358bf7d4e26be6cdff5186799e22e09a739d36dc/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java#L43-L156'>AmqpNoHearbeatsTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/358bf7d4e26be6cdff5186799e22e09a739d36dc/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/26b7cf45d2be02827568432e34e7f3045400671d'>9</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/26b7cf45d2be02827568432e34e7f3045400671d'>26b7cf4</a></td><td>2018/06/20
 12:02:30</td><td>Justin Bertram</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1947'>ARTEMIS-1947</a> 
return metadata in JSON session mgmnt ops</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1947'>Critical/Improvement/Fixed/Closed
 (ARTEMIS-1947)</a></p></td>
+<td>23</td><td>2</td><td>0</td><td>25</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/26b7cf45d2be02827568432e34e7f3045400671d/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlTest.java#L74-L1576'>ActiveMQServerControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/26b7cf45d2be02827568432e34e7f3045400671d/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/0791ee2740b79528523c635cfb7a02d6d1c39856'>10</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/0791ee2740b79528523c635cfb7a02d6d1c39856'>0791ee2</a></td><td>2018/06/22
 15:37:42</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1928'>ARTEMIS-1928</a> 
Fixing body conversion of LargeMessages to AMQP</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1928'>Critical/Bug/Fixed/Closed
 (ARTEMIS-1928)</a></p></td>
+<td>1</td><td>4</td><td>2</td><td>3</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/0791ee2740b79528523c635cfb7a02d6d1c39856/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/crossprotocol/ProtocolsMessageLoadBalancingTest.java#L32-L456'>ProtocolsMessageLoadBalancingTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/0791ee2740b79528523c635cfb7a02d6d1c39856/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/crossprotocol/ProtocolsMessageLoadBalancingTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/8647ef65c1ff88c8f50366b12798bb573ce1f331'>11</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/8647ef65c1ff88c8f50366b12798bb573ce1f331'>8647ef6</a></td><td>2018/07/05
 05:48:11</td><td>yang wei</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1966'>ARTEMIS-1966</a> 
Replication channel closed but not connection if flow controlled during 
replication</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1966'>Major/Bug/Fixed/Resolved
 (ARTEMIS-1966)</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/8647ef65c1ff88c8f50366b12798bb573ce1f331/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/SharedNothingReplicationFlowControlTest.java#L1-L295'>SharedNothingReplicationFlowControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/8647ef65c1ff88c8f50366b12798bb573ce1f331/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/SharedNothingReplicationFlowControlTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/16f8674ae758af49e091f2526deacae68ff2399c'>12</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/16f8674ae758af49e091f2526deacae68ff2399c'>16f8674</a></td><td>2018/07/12
 13:35:59</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1966'>ARTEMIS-1966</a> 
Improving SharedNothingReplicationFlowControlTest</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1966'>Major/Bug/Fixed/Resolved
 (ARTEMIS-1966)</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/16f8674ae758af49e091f2526deacae68ff2399c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/SharedNothingReplicationFlowControlTest.java#L24-L110'>SharedNothingReplicationFlowControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/16f8674ae758af49e091f2526deacae68ff2399c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/SharedNothingReplicationFlowControlTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/b703ca3154492744e2b193262d1df5417342cd5f'>13</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/b703ca3154492744e2b193262d1df5417342cd5f'>b703ca3</a></td><td>2018/06/28
 08:14:50</td><td>17103355</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1958'>ARTEMIS-1958</a> 
Artemis may not be able to delete pages when there are some empty page 
files</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1958'>Major/Bug/Fixed/Closed
 (ARTEMIS-1958)</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/b703ca3154492744e2b193262d1df5417342cd5f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java#L5408-L5500'>PagingTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/b703ca3154492744e2b193262d1df5417342cd5f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/e4ccbb929b722a31af2d14f17e4c96d6bbe2b10e'>14</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/e4ccbb929b722a31af2d14f17e4c96d6bbe2b10e'>e4ccbb9</a></td><td>2018/07/05
 05:48:11</td><td>yang wei</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1966'>ARTEMIS-1966</a> 
Replication channel closed but not connection if flow controlled during 
replication</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1966'>Major/Bug/Fixed/Resolved
 (ARTEMIS-1966)</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/e4ccbb929b722a31af2d14f17e4c96d6bbe2b10e/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/SharedNothingReplicationFlowControlTest.java#L58-L109'>SharedNothingReplicationFlowControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/e4ccbb929b722a31af2d14f17e4c96d6bbe2b10e/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/SharedNothingReplicationFlowControlTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/b80c29759dae2298c2a41bd48ebb88223f4fa995'>15</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/b80c29759dae2298c2a41bd48ebb88223f4fa995'>b80c297</a></td><td>2018/07/06
 13:38:20</td><td>gtully</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1970'>ARTEMIS-1970</a> 
Clean up LDAP connection in JAAS login module</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1970'>Major/Bug/Fixed/Resolved
 (ARTEMIS-1970)</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/b80c29759dae2298c2a41bd48ebb88223f4fa995/artemis-server/src/test/java/org/apache/activemq/artemis/core/security/jaas/LDAPLoginModuleTest.java#L48-L176'>LDAPLoginModuleTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/b80c29759dae2298c2a41bd48ebb88223f4fa995/artemis-server/src/test/java/org/apache/activemq/artemis/core/security/jaas/LDAPLoginModuleTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/8cc49785990574578385b3cfc50321bcb9e877fb'>16</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/8cc49785990574578385b3cfc50321bcb9e877fb'>8cc4978</a></td><td>2018/07/23
 08:17:24</td><td>JiriOndrusek</td><td>[<a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1986'>ARTEMIS-1986</a>] 
PagingTest#testDeletePhysicalPages will fail if a record about deleting a page 
is not saved in journal</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1986'>Major/Bug/Fixed/Closed
 (ARTEMIS-1986)</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/8cc49785990574578385b3cfc50321bcb9e877fb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java#L1588-L1735'>PagingTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/8cc49785990574578385b3cfc50321bcb9e877fb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/f8e53e255cd3fa71090d1b76f8471bc80d0d43c4'>17</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/f8e53e255cd3fa71090d1b76f8471bc80d0d43c4'>f8e53e2</a></td><td>2018/07/25
 09:44:09</td><td>Martyn Taylor</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1988'>ARTEMIS-1988</a> Do 
not clear Activate Callbacks on stop</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1988'>Major/Bug/Fixed/Closed
 (ARTEMIS-1988)</a></p></td>
+<td>0</td><td>2</td><td>2</td><td>0</td><td>ClearActivateCallbackTest.java 
</td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/e17c59d127c61338f5d9eaa0bd81c3e36c098384'>18</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/e17c59d127c61338f5d9eaa0bd81c3e36c098384'>e17c59d</a></td><td>2018/07/23
 19:26:07</td><td>Zachary Simon</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1990'>ARTEMIS-1990</a> 
remove extra quotes in Windows script</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1990'>Major/Bug/Fixed/Closed
 (ARTEMIS-1990)</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/be3fb960ed2d22243c7878725869f24a5e74de6f'>19</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/be3fb960ed2d22243c7878725869f24a5e74de6f'>be3fb96</a></td><td>2018/07/24
 21:54:18</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1989'>ARTEMIS-1989</a> 
Replication catch up leaking files</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1989'>Major/Bug/Fixed/Closed
 (ARTEMIS-1989)</a></p></td>
+<td>45</td><td>11</td><td>2</td><td>54</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/be3fb960ed2d22243c7878725869f24a5e74de6f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/SharedNothingReplicationFlowControlTest.java#L21-L331'>SharedNothingReplicationFlowControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/be3fb960ed2d22243c7878725869f24a5e74de6f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/SharedNothingReplicationFlowControlTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/3e458564ee012fea55870424f3c46620974a3eac'>20</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/3e458564ee012fea55870424f3c46620974a3eac'>3e45856</a></td><td>2018/07/06
 11:48:13</td><td>gtully</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1971'>ARTEMIS-1971</a> 
Support connection pooling in LDAPLoginModule</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1971'>Major/New 
Feature/Fixed/Resolved (ARTEMIS-1971)</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/3e458564ee012fea55870424f3c46620974a3eac/artemis-server/src/test/java/org/apache/activemq/artemis/core/security/jaas/LDAPLoginModuleTest.java#L39-L213'>LDAPLoginModuleTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/3e458564ee012fea55870424f3c46620974a3eac/artemis-server/src/test/java/org/apache/activemq/artemis/core/security/jaas/LDAPLoginModuleTest.java'>(+)</a>
 </td><td><a 
href='https://github.com/apache/activemq-artemis/blob/3e458564ee012fea55870424f3c46620974a3eac/docs/user-manual/en/security.md#L590-L596'>security.md</a><a
 
href='https://github.com/apache/activemq-artemis//commits/3e458564ee012fea55870424f3c46620974a3eac/docs/user-manual/en/security.md'>(+)</a>
 </td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/47d33f3a7c9d07283fe3adc8c2d91d3e787cea49'>21</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/47d33f3a7c9d07283fe3adc8c2d91d3e787cea49'>47d33f3</a></td><td>2018/07/16
 15:34:44</td><td>Justin Bertram</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1971'>ARTEMIS-1971</a> make 
LDAP pooling test more robust</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1971'>Major/New 
Feature/Fixed/Resolved (ARTEMIS-1971)</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/47d33f3a7c9d07283fe3adc8c2d91d3e787cea49/artemis-server/src/test/java/org/apache/activemq/artemis/core/security/jaas/LDAPLoginModuleTest.java#L118-L229'>LDAPLoginModuleTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/47d33f3a7c9d07283fe3adc8c2d91d3e787cea49/artemis-server/src/test/java/org/apache/activemq/artemis/core/security/jaas/LDAPLoginModuleTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/81e799cd23700d90c0bda9dd1d83d95609bb6d64'>22</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/81e799cd23700d90c0bda9dd1d83d95609bb6d64'>81e799c</a></td><td>2018/07/25
 11:17:58</td><td>Clebert Suconic</td><td>NO-JIRA fixing 
checkstyle</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/81e799cd23700d90c0bda9dd1d83d95609bb6d64/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/SharedNothingReplicationFlowControlTest.java#L77-L127'>SharedNothingReplicationFlowControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/81e799cd23700d90c0bda9dd1d83d95609bb6d64/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/SharedNothingReplicationFlowControlTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/7d2b0230f8112756ed34f9b309057db43e99e249'>23</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/7d2b0230f8112756ed34f9b309057db43e99e249'>7d2b023</a></td><td>2018/07/21
 10:57:12</td><td>Benjamin Graf</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1985'>ARTEMIS-1985</a>: 
Switch from XA_RDONLY to XA_OK as return value for prepare transaction via 
OpenWire</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1985'>Critical/Bug/Fixed/Closed
 (ARTEMIS-1985)</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/ae1edf6c6417a1222706213e377a2b51714fdb2e'>24</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/ae1edf6c6417a1222706213e377a2b51714fdb2e'>ae1edf6</a></td><td>2018/07/31
 09:49:39</td><td>Michael André Pearce</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2001'>ARTEMIS-2001</a> - 
JMSXGroupID and JMSXUserID in getPropertyNames</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2001'>Major/Bug/Fixed/Closed
 (ARTEMIS-2001)</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/ae1edf6c6417a1222706213e377a2b51714fdb2e/artemis-jms-client/src/test/java/org/apache/activemq/artemis/jms/client/ActiveMQMessagePropertiesTest.java#L1-L68'>ActiveMQMessagePropertiesTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/ae1edf6c6417a1222706213e377a2b51714fdb2e/artemis-jms-client/src/test/java/org/apache/activemq/artemis/jms/client/ActiveMQMessagePropertiesTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/73b3ebff1a8c2aef84d2df90eb671258201b9fa4'>25</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/73b3ebff1a8c2aef84d2df90eb671258201b9fa4'>73b3ebf</a></td><td>2018/03/11
 22:33:09</td><td>Howard Gao</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1732'>ARTEMIS-1732</a> AMQP 
anonymous producer not blocked on max-disk-usage</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1732'>Major/Bug/Fixed/Closed
 (ARTEMIS-1732)</a></p></td>
+<td>124</td><td>18</td><td>37</td><td>105</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/73b3ebff1a8c2aef84d2df90eb671258201b9fa4/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/GlobalDiskFullTest.java#L1-L134'>GlobalDiskFullTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/73b3ebff1a8c2aef84d2df90eb671258201b9fa4/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/GlobalDiskFullTest.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/73b3ebff1a8c2aef84d2df90eb671258201b9fa4/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/util/FakePagingManager.java#L38-L42'>FakePagingManager.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/73b3ebff1a8c2aef84d2df90eb671258201b9fa4/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/util/FakePagingManager.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/1282bebf3fca23faffa7379177540a8ae78d2830'>26</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/1282bebf3fca23faffa7379177540a8ae78d2830'>1282beb</a></td><td>2018/07/30
 02:48:09</td><td>Howard Gao</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1995'>ARTEMIS-1995</a> 
Client fail over fails when live shut down too soon</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1995'>Major/Bug/Fixed/Closed
 (ARTEMIS-1995)</a></p></td>
+<td>6</td><td>8</td><td>3</td><td>11</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/1282bebf3fca23faffa7379177540a8ae78d2830/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/FailoverTest.java#L22-L759'>FailoverTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/1282bebf3fca23faffa7379177540a8ae78d2830/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/FailoverTest.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/1282bebf3fca23faffa7379177540a8ae78d2830/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/LiveToLiveFailoverTest.java#L365-L369'>LiveToLiveFailoverTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/1282bebf3fca23faffa7379177540a8ae78d2830/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/Li
 veToLiveFailoverTest.java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/f2198ae5d79d48a9783f8da4da8d7c28836fd2be'>27</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/f2198ae5d79d48a9783f8da4da8d7c28836fd2be'>f2198ae</a></td><td>2018/08/01
 22:14:15</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1732'>ARTEMIS-1732</a> 
Fixing AMQPSenderTest</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1732'>Major/Bug/Fixed/Closed
 (ARTEMIS-1732)</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/34043c614845931cb3700dd1f35010e1be452b5c'>28</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/34043c614845931cb3700dd1f35010e1be452b5c'>34043c6</a></td><td>2018/07/22
 04:57:14</td><td>Jiri Danek</td><td>NO-JIRA fix flaky test 
HeuristicXATest.testRecoverHeuristicCommitWithRestart</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/34043c614845931cb3700dd1f35010e1be452b5c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/HeuristicXATest.java#L38-L328'>HeuristicXATest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/34043c614845931cb3700dd1f35010e1be452b5c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/HeuristicXATest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/58add60c35c3319d0c89d150c6c2de09e6d5af3f'>29</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/58add60c35c3319d0c89d150c6c2de09e6d5af3f'>58add60</a></td><td>2018/08/03
 13:09:37</td><td>Clebert Suconic</td><td>NO-JIRA Fixing 
MultiThreadAsynchronousFileTest on limited servers</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/58add60c35c3319d0c89d150c6c2de09e6d5af3f/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/asyncio/MultiThreadAsynchronousFileTest.java#L97-L150'>MultiThreadAsynchronousFileTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/58add60c35c3319d0c89d150c6c2de09e6d5af3f/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/asyncio/MultiThreadAsynchronousFileTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/1eebe46cb304618d1e7fa0c5599df00de198a0eb'>30</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/1eebe46cb304618d1e7fa0c5599df00de198a0eb'>1eebe46</a></td><td>2018/08/03
 18:19:05</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2011'>ARTEMIS-2011</a> 
Fixing incompatibility of AddressSettings encode between versions</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2011'>Major/Bug/Fixed/Closed
 (ARTEMIS-2011)</a></p></td>
+<td>12</td><td>2</td><td>1</td><td>13</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/1eebe46cb304618d1e7fa0c5599df00de198a0eb/tests/compatibility-tests/src/main/java/org/apache/activemq/artemis/tests/compatibility/GroovyRun.java#L33-L34'>GroovyRun.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/1eebe46cb304618d1e7fa0c5599df00de198a0eb/tests/compatibility-tests/src/main/java/org/apache/activemq/artemis/tests/compatibility/GroovyRun.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/1eebe46cb304618d1e7fa0c5599df00de198a0eb/tests/compatibility-tests/src/main/resources/servers/artemisServer.groovy#L2-L91'>artemisServer.groovy</a><a
 
href='https://github.com/apache/activemq-artemis//commits/1eebe46cb304618d1e7fa0c5599df00de198a0eb/tests/compatibility-tests/src/main/resources/servers/artemisServer.groovy'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/1eebe46cb304618d1e7fa0c5599df00de198a0eb/tests/compatibility-te
 
sts/src/test/java/org/apache/activemq/artemis/tests/compatibility/JournalCompatibilityTest.java#L22-L146'>JournalCompatibilityTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/1eebe46cb304618d1e7fa0c5599df00de198a0eb/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/JournalCompatibilityTest.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/1eebe46cb304618d1e7fa0c5599df00de198a0eb/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/VersionedBaseTest.java#L193-L208'>VersionedBaseTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/1eebe46cb304618d1e7fa0c5599df00de198a0eb/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/VersionedBaseTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/d369a962c821be0ef9798a22d6733de1b627dca5'>31</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/d369a962c821be0ef9798a22d6733de1b627dca5'>d369a96</a></td><td>2018/08/06
 08:11:40</td><td>Jeff Mesnil</td><td>[<a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1947'>ARTEMIS-1947</a>] 
Session metadata in session management operation</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1947'>Critical/Improvement/Fixed/Closed
 (ARTEMIS-1947)</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/091dcbea4bb20e0bf6d72c504ad66c25aa4405bc'>32</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/091dcbea4bb20e0bf6d72c504ad66c25aa4405bc'>091dcbe</a></td><td>2018/08/06
 10:15:15</td><td>Justin Bertram</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1947'>ARTEMIS-1947</a> fix 
tests</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1947'>Critical/Improvement/Fixed/Closed
 (ARTEMIS-1947)</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/091dcbea4bb20e0bf6d72c504ad66c25aa4405bc/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlTest.java#L1553-L1576'>ActiveMQServerControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/091dcbea4bb20e0bf6d72c504ad66c25aa4405bc/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/e55549b944e5808e074535a2804c53a679c93ecf'>33</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/e55549b944e5808e074535a2804c53a679c93ecf'>e55549b</a></td><td>2018/07/21
 23:17:50</td><td>Michael André Pearce</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1997'>ARTEMIS-1997</a> - 
un-needed SimpleString creation on hotpath with Filters</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1997'>Major/Bug/Fixed/Closed
 (ARTEMIS-1997)</a></p></td>
+<td>8</td><td>9</td><td>0</td><td>17</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/e55549b944e5808e074535a2804c53a679c93ecf/artemis-selector/src/test/java/org/apache/activemq/artemis/selector/SelectorTest.java#L21-L112'>SelectorTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/e55549b944e5808e074535a2804c53a679c93ecf/artemis-selector/src/test/java/org/apache/activemq/artemis/selector/SelectorTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/318fc6f4455bc91031785a1b5652e4a1746c5ac0'>34</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/318fc6f4455bc91031785a1b5652e4a1746c5ac0'>318fc6f</a></td><td>2018/08/07
 11:51:56</td><td>Justin Bertram</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2014'>ARTEMIS-2014</a> 
Treat inability to create directory for paging as critial</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2014'>Major/Bug/Fixed/Resolved
 (ARTEMIS-2014)</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/318fc6f4455bc91031785a1b5652e4a1746c5ac0/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java#L38-L1460'>PagingTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/318fc6f4455bc91031785a1b5652e4a1746c5ac0/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/7873790ddd21e7699195f41c1203a54b14936f3c'>35</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/7873790ddd21e7699195f41c1203a54b14936f3c'>7873790</a></td><td>2018/07/26
 11:37:08</td><td>Martyn Taylor</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1992'>ARTEMIS-1992</a> Make 
JDBC File Lock map thread safe</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1992'>Major/Bug/Fixed/Closed
 (ARTEMIS-1992)</a></p></td>
+<td>1</td><td>1</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/cddedae78f0f86bc15d4fc904e187bf9d6d14858'>36</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/cddedae78f0f86bc15d4fc904e187bf9d6d14858'>cddedae</a></td><td>2018/07/29
 23:54:13</td><td>Shailendra Kumar Singh</td><td>[<a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1994'>ARTEMIS-1994</a>]Include
 global-size-bytes in WARN message AMQ222038/39 for paging</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1994'>Minor/Improvement/Fixed/Closed
 (ARTEMIS-1994)</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/548459f4cffae55da5e5ba8aac9d00b53deacaeb'>37</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/548459f4cffae55da5e5ba8aac9d00b53deacaeb'>548459f</a></td><td>2018/08/02
 10:57:14</td><td>Clebert Suconic</td><td>NO-JIRA avoiding a NPE if the server 
is stopped</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/faf70e94097f02676eaa7067a9d0e510815d9c3b'>38</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/faf70e94097f02676eaa7067a9d0e510815d9c3b'>faf70e9</a></td><td>2018/06/23
 10:33:33</td><td>Clebert Suconic</td><td>NO-JIRA Improving 
ExpiryMessageTest</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/faf70e94097f02676eaa7067a9d0e510815d9c3b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/client/ExpiryMessageTest.java#L28-L79'>ExpiryMessageTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/faf70e94097f02676eaa7067a9d0e510815d9c3b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/client/ExpiryMessageTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/f6292e6f9f3a9bf5eddda9d47905d6dc131b5852'>39</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/f6292e6f9f3a9bf5eddda9d47905d6dc131b5852'>f6292e6</a></td><td>2018/07/11
 14:34:34</td><td>Clebert Suconic</td><td>NO-JIRA Removing System.err style 
debug left by accident</td><td></td>
+<td>0</td><td>0</td><td>7</td><td>-7</td><td></td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/6eaa3abda6dbde556fd9aa5b1dd1fc646971ea4d'>40</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/6eaa3abda6dbde556fd9aa5b1dd1fc646971ea4d'>6eaa3ab</a></td><td>2018/08/08
 10:52:38</td><td>Justin Bertram</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2014'>ARTEMIS-2014</a> fix 
directory name in test</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2014'>Major/Bug/Fixed/Resolved
 (ARTEMIS-2014)</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/6eaa3abda6dbde556fd9aa5b1dd1fc646971ea4d/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java#L1412-L1412'>PagingTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/6eaa3abda6dbde556fd9aa5b1dd1fc646971ea4d/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/96421f64cc5303474cd5a59ad529a981cb406149'>41</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/96421f64cc5303474cd5a59ad529a981cb406149'>96421f6</a></td><td>2018/08/07
 10:56:20</td><td>Jiri Danek</td><td>NO-JIRA fix flaky test 
QueueControlTest#testListMessagesWithEmptyFilter</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/96421f64cc5303474cd5a59ad529a981cb406149/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java#L826-L830'>QueueControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/96421f64cc5303474cd5a59ad529a981cb406149/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/2fdcc9f1e059ee9e7a139de9471e1f12f5f916b7'>42</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/2fdcc9f1e059ee9e7a139de9471e1f12f5f916b7'>2fdcc9f</a></td><td>2018/08/07
 10:59:30</td><td>Jiri Danek</td><td>NO-JIRA fix flaky test 
QueueControlTest#testListMessagesWithNullFilter</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/2fdcc9f1e059ee9e7a139de9471e1f12f5f916b7/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java#L803-L807'>QueueControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/2fdcc9f1e059ee9e7a139de9471e1f12f5f916b7/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/b08bff0a51ab463d186663bb8b4c6e0eb4342fcf'>43</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/b08bff0a51ab463d186663bb8b4c6e0eb4342fcf'>b08bff0</a></td><td>2018/08/07
 11:10:00</td><td>Jiri Danek</td><td>NO-JIRA fix flaky test 
QueueControlTest#testResetMessagesAdded</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/b08bff0a51ab463d186663bb8b4c6e0eb4342fcf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java#L2314-L2324'>QueueControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/b08bff0a51ab463d186663bb8b4c6e0eb4342fcf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/f2852cb9dcdf7617a65bf763a59d28e43d1eff9a'>44</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/f2852cb9dcdf7617a65bf763a59d28e43d1eff9a'>f2852cb</a></td><td>2018/08/07
 14:02:41</td><td>Jiri Danek</td><td>NO-JIRA fix flaky tests 
QueueControlTest#testChangeMessagePriority{,WithInvalidValue}</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/f2852cb9dcdf7617a65bf763a59d28e43d1eff9a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java#L1929-L1962'>QueueControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/f2852cb9dcdf7617a65bf763a59d28e43d1eff9a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/997428c5de28ae422c3df25e650a23d9adf87103'>45</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/997428c5de28ae422c3df25e650a23d9adf87103'>997428c</a></td><td>2018/08/07
 14:16:18</td><td>Jiri Danek</td><td>NO-JIRA fix flaky tests 
QueueControlTest#testResetMessagesExpired</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/997428c5de28ae422c3df25e650a23d9adf87103/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java#L2369-L2371'>QueueControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/997428c5de28ae422c3df25e650a23d9adf87103/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/cd7cc4e4d1dd8457d28e0ae74fe7a79e9e359eb2'>46</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/cd7cc4e4d1dd8457d28e0ae74fe7a79e9e359eb2'>cd7cc4e</a></td><td>2018/08/07
 12:22:57</td><td>Jiri Danek</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2016'>ARTEMIS-2016</a> fix 
flaky test QueueControlTest#testRemoveAllWithPagingMode</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2016'>Minor/Test/Fixed/Closed
 (ARTEMIS-2016)</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/cd7cc4e4d1dd8457d28e0ae74fe7a79e9e359eb2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java#L2635-L2653'>QueueControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/cd7cc4e4d1dd8457d28e0ae74fe7a79e9e359eb2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/7555226dbb237a1a8e989310ad64ff53722dbdf7'>47</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/7555226dbb237a1a8e989310ad64ff53722dbdf7'>7555226</a></td><td>2018/08/07
 10:42:04</td><td>Jiri Danek</td><td>NO-JIRA fix unused parameter `durable` in 
AmqpClientTestSupport#sendMessages</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/7555226dbb237a1a8e989310ad64ff53722dbdf7/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpClientTestSupport.java#L329-L329'>AmqpClientTestSupport.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/7555226dbb237a1a8e989310ad64ff53722dbdf7/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpClientTestSupport.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/32c2382fa32e5aba20d02ad184942699b381a1ba'>48</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/32c2382fa32e5aba20d02ad184942699b381a1ba'>32c2382</a></td><td>2018/08/07
 15:01:04</td><td>Jiri Danek</td><td>NO-JIRA improve assertions in 
QueueControlTest</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/32c2382fa32e5aba20d02ad184942699b381a1ba/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java#L115-L2585'>QueueControlTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/32c2382fa32e5aba20d02ad184942699b381a1ba/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/a3e1efa28e77311c9562a77c83d2b3991837c3e0'>49</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/a3e1efa28e77311c9562a77c83d2b3991837c3e0'>a3e1efa</a></td><td>2018/08/08
 11:33:11</td><td>Martyn Taylor</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1482'>ARTEMIS-1482</a> Add 
back check for SimpleString</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1482'>Major/Bug/Fixed/Resolved
 (ARTEMIS-1482)</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/9f7afab73cffcc273d58dd37b2ba1c75dfd9c56d'>50</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/9f7afab73cffcc273d58dd37b2ba1c75dfd9c56d'>9f7afab</a></td><td>2018/08/07
 12:53:13</td><td>Francesco Nigro</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2015'>ARTEMIS-2015</a> 
PriorityLinkedListImpl::isEmpty is not thread-safe</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2015'>Minor/Improvement/Fixed/Closed
 (ARTEMIS-2015)</a></p></td>
+<td>11</td><td>16</td><td>0</td><td>27</td><td></td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/7214d56581cbd5082b9bfddfc57f95e946d2433f'>51</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/7214d56581cbd5082b9bfddfc57f95e946d2433f'>7214d56</a></td><td>2018/08/07
 10:35:16</td><td>Robbie Gemmell</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1978'>ARTEMIS-1978</a>: 
update to proton-j 0.27.3 to resolve sequencing issues</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1978'>Critical/Bug/Fixed/Resolved
 (ARTEMIS-1978)</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/7214d56581cbd5082b9bfddfc57f95e946d2433f/tests/artemis-test-support/src/main/java/org/apache/activemq/transport/amqp/client/AmqpReceiver.java#L366-L391'>AmqpReceiver.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/7214d56581cbd5082b9bfddfc57f95e946d2433f/tests/artemis-test-support/src/main/java/org/apache/activemq/transport/amqp/client/AmqpReceiver.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/7214d56581cbd5082b9bfddfc57f95e946d2433f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpLargeMessageTest.java#L414-L543'>AmqpLargeMessageTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/7214d56581cbd5082b9bfddfc57f95e946d2433f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpLargeMessageTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/b6ec8245c909db66a3cad7fb7d9a9fe4ca0665ee'>52</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/b6ec8245c909db66a3cad7fb7d9a9fe4ca0665ee'>b6ec824</a></td><td>2018/08/08
 15:07:39</td><td>Clebert Suconic</td><td>NO-JIRA update 2.6.x on 
scripts</td><td></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/0b24d0b6925db0ad3458f077b087735b6087254a'>53</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/0b24d0b6925db0ad3458f077b087735b6087254a'>0b24d0b</a></td><td>2018/07/31
 05:16:26</td><td>Francesco Nigro</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1999'>ARTEMIS-1999</a> 
Broker uses 100% core's CPU time if msg grouping is used</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1999'>Major/Improvement/Fixed/Closed
 (ARTEMIS-1999)</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/0b24d0b6925db0ad3458f077b087735b6087254a/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/server/impl/QueueImplTest.java#L27-L1351'>QueueImplTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/0b24d0b6925db0ad3458f077b087735b6087254a/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/server/impl/QueueImplTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/3f56f4e41116eded607201e146006c1e6cfd1ac9'>54</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/3f56f4e41116eded607201e146006c1e6cfd1ac9'>3f56f4e</a></td><td>2018/08/09
 10:54:32</td><td>Michael André Pearce</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1482'>ARTEMIS-1482</a> 
Enhance test to ensure len check is done before byte[] init</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1482'>Major/Bug/Fixed/Resolved
 (ARTEMIS-1482)</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/3f56f4e41116eded607201e146006c1e6cfd1ac9/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/SimpleStringTest.java#L31-L31'>SimpleStringTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/3f56f4e41116eded607201e146006c1e6cfd1ac9/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/SimpleStringTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/1cd12c5dff94cf37fb1f2894bdc5e83aba06b9a6'>55</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/1cd12c5dff94cf37fb1f2894bdc5e83aba06b9a6'>1cd12c5</a></td><td>2018/08/09
 12:22:43</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2021'>ARTEMIS-2021</a> 
NetworkHealthCheck should only restart servers after net outages</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2021'>Major/Bug/Fixed/Closed
 (ARTEMIS-2021)</a></p></td>
+<td>4</td><td>1</td><td>0</td><td>5</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/1cd12c5dff94cf37fb1f2894bdc5e83aba06b9a6/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/NetworkHealthTest.java#L146-L170'>NetworkHealthTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/1cd12c5dff94cf37fb1f2894bdc5e83aba06b9a6/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/NetworkHealthTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/1705628826a2f6271a18b59127326cb343b71894'>56</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/1705628826a2f6271a18b59127326cb343b71894'>1705628</a></td><td>2018/08/09
 19:16:23</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2021'>ARTEMIS-2021</a> 
setting flag before shutdown</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2021'>Major/Bug/Fixed/Closed
 (ARTEMIS-2021)</a></p></td>
+<td>1</td><td>0</td><td>1</td><td>0</td><td></td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/f7637eb2389ef69b9d88c0743881c1fbc65d0684'>57</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/f7637eb2389ef69b9d88c0743881c1fbc65d0684'>f7637eb</a></td><td>2018/07/18
 05:22:44</td><td>Codrin Bucur</td><td>NO-JIRA spelling fixes on 
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/f7637eb2389ef69b9d88c0743881c1fbc65d0684/docs/user-manual/en/clusters.md#L392-L398'>clusters.md</a><a
 
href='https://github.com/apache/activemq-artemis//commits/f7637eb2389ef69b9d88c0743881c1fbc65d0684/docs/user-manual/en/clusters.md'>(+)</a>
 </td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/2c20fe471bbfd18d5755a30410617db05717f68e'>58</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/2c20fe471bbfd18d5755a30410617db05717f68e'>2c20fe4</a></td><td>2018/07/09
 10:36:33</td><td>Justin Bertram</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1974'>ARTEMIS-1974</a> 
document LDAP role expansion</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1974'>Major/Task/Fixed/Resolved
 (ARTEMIS-1974)</a></p></td>
+<td>6</td><td>0</td><td>0</td><td>6</td><td></td><td><a 
href='https://github.com/apache/activemq-artemis/blob/2c20fe471bbfd18d5755a30410617db05717f68e/docs/user-manual/en/security.md#L693-L705'>security.md</a><a
 
href='https://github.com/apache/activemq-artemis//commits/2c20fe471bbfd18d5755a30410617db05717f68e/docs/user-manual/en/security.md'>(+)</a>
 </td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/17cde4d87e5d66c8703802e4b1d7c68b08900c0f'>59</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/17cde4d87e5d66c8703802e4b1d7c68b08900c0f'>17cde4d</a></td><td>2018/08/09
 12:20:46</td><td>Justin Bertram</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2020'>ARTEMIS-2020</a> Use 
prefixes when useJNDI=false in RA</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2020'>Major/Bug/Fixed/Resolved
 (ARTEMIS-2020)</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/17cde4d87e5d66c8703802e4b1d7c68b08900c0f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/ResourceAdapterTest.java#L29-L168'>ResourceAdapterTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/17cde4d87e5d66c8703802e4b1d7c68b08900c0f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/ResourceAdapterTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/b9a85bdaa52ef6cdc764278aad19e96a427d59de'>60</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/b9a85bdaa52ef6cdc764278aad19e96a427d59de'>b9a85bd</a></td><td>2018/08/08
 12:10:04</td><td>Justin Bertram</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2017'>ARTEMIS-2017</a> 
Eliminate LRUCache from SelectorParser</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2017'>Major/Bug/Fixed/Resolved
 (ARTEMIS-2017)</a></p></td>
+<td>17</td><td>26</td><td>7</td><td>36</td><td></td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/3f3e0e6929edb8a2200c5c8b9fbfd1b67d713fd2'>61</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/3f3e0e6929edb8a2200c5c8b9fbfd1b67d713fd2'>3f3e0e6</a></td><td>2018/08/07
 04:56:43</td><td>Howard Gao</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2013'>ARTEMIS-2013</a> 
Can't create durable subscriber to a composite topic</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2013'>Major/Bug/Fixed/Closed
 (ARTEMIS-2013)</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/3f3e0e6929edb8a2200c5c8b9fbfd1b67d713fd2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/CompositeDestinationTest.java#L1-L75'>CompositeDestinationTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/3f3e0e6929edb8a2200c5c8b9fbfd1b67d713fd2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/CompositeDestinationTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/01c9479e89a62e3d53be417dd11a55d96f610dac'>62</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/01c9479e89a62e3d53be417dd11a55d96f610dac'>01c9479</a></td><td>2018/08/03
 17:39:09</td><td>Justin Bertram</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2010'>ARTEMIS-2010</a> 
actively detect unauthenticated LDAP Bind requests</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2010'>Major/Bug/Fixed/Resolved
 (ARTEMIS-2010)</a></p></td>
+<td>0</td><td>12</td><td>0</td><td>12</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/01c9479e89a62e3d53be417dd11a55d96f610dac/artemis-server/src/test/java/org/apache/activemq/artemis/core/security/jaas/LDAPLoginModuleTest.java#L30-L321'>LDAPLoginModuleTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/01c9479e89a62e3d53be417dd11a55d96f610dac/artemis-server/src/test/java/org/apache/activemq/artemis/core/security/jaas/LDAPLoginModuleTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/c74658e8bca879ba9f682a50f6639d42efda584a'>63</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/c74658e8bca879ba9f682a50f6639d42efda584a'>c74658e</a></td><td>2018/08/01
 12:54:35</td><td>Martyn Taylor</td><td>Make OpenFile Thread Safe</td><td></td>
+<td>0</td><td>8</td><td>0</td><td>8</td><td></td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/2cedcb8d70fcf40c2fe9e9548cb046b93f8ce4b5'>64</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/2cedcb8d70fcf40c2fe9e9548cb046b93f8ce4b5'>2cedcb8</a></td><td>2018/08/12
 10:12:11</td><td>Martyn Taylor</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2025'>ARTEMIS-2025</a> 
Ensure correct calculation of message body size</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2025'>Critical/Bug/Fixed/Closed
 (ARTEMIS-2025)</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/2cedcb8d70fcf40c2fe9e9548cb046b93f8ce4b5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/JMSContextTest.java#L19-L171'>JMSContextTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/2cedcb8d70fcf40c2fe9e9548cb046b93f8ce4b5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/JMSContextTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/c1c2d01bc525411d46cef1c7589e4a1e71e42b02'>65</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/c1c2d01bc525411d46cef1c7589e4a1e71e42b02'>c1c2d01</a></td><td>2018/08/13
 09:01:01</td><td>Robbie Gemmell</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2027'>ARTEMIS-2027</a>: 
handle aborted AMQP deliveries</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2027'>Major/Bug/Fixed/Resolved
 (ARTEMIS-2027)</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/c1c2d01bc525411d46cef1c7589e4a1e71e42b02/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerReceiverContextTest.java#L1-L73'>ProtonServerReceiverContextTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/c1c2d01bc525411d46cef1c7589e4a1e71e42b02/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerReceiverContextTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/bf282e5e7d133e898f0dc4d08f4df87722fc5a91'>66</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/bf282e5e7d133e898f0dc4d08f4df87722fc5a91'>bf282e5</a></td><td>2018/08/09
 22:32:23</td><td>Justin Bertram</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>ARTEMIS-2023</a> 
Support 1x prefixes for JMS dests created using session</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>Major/Bug/Fixed/Resolved
 (ARTEMIS-2023)</a></p></td>
+<td>130</td><td>30</td><td>0</td><td>160</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/bf282e5e7d133e898f0dc4d08f4df87722fc5a91/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/SimpleJNDIClientTest.java#L52-L722'>SimpleJNDIClientTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/bf282e5e7d133e898f0dc4d08f4df87722fc5a91/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/SimpleJNDIClientTest.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/bf282e5e7d133e898f0dc4d08f4df87722fc5a91/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/ra/ActiveMQResourceAdapterConfigTest.java#L417-L422'>ActiveMQResourceAdapterConfigTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/bf282e5e7d133e898f0dc4d08f4df87722fc5a91/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/ra/ActiveMQResourceAdapterConfigTest.
 java'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/ba7d4f5bb36f8f9fbb3a2b87ed06b37f2dcf954e'>67</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/ba7d4f5bb36f8f9fbb3a2b87ed06b37f2dcf954e'>ba7d4f5</a></td><td>2018/08/13
 06:50:37</td><td>Matthias Berndt</td><td>NO-JIRA fix 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/ba7d4f5bb36f8f9fbb3a2b87ed06b37f2dcf954e/docs/user-manual/en/address-model.md#L304-L331'>address-model.md</a><a
 
href='https://github.com/apache/activemq-artemis//commits/ba7d4f5bb36f8f9fbb3a2b87ed06b37f2dcf954e/docs/user-manual/en/address-model.md'>(+)</a>
 </td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/2d171438394bf77d1eebd0dd4dcfdec23f88f1f9'>68</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/2d171438394bf77d1eebd0dd4dcfdec23f88f1f9'>2d17143</a></td><td>2018/08/13
 18:10:24</td><td>Clebert Suconic</td><td>NO-JIRA fixing broken 
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/2d171438394bf77d1eebd0dd4dcfdec23f88f1f9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/jms2client/BodyTest.java#L23-L70'>BodyTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/2d171438394bf77d1eebd0dd4dcfdec23f88f1f9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/jms2client/BodyTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/80f12e7f68eed7bad46bb4c9653feb1f8ef5d318'>69</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/80f12e7f68eed7bad46bb4c9653feb1f8ef5d318'>80f12e7</a></td><td>2018/08/13
 11:49:19</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2029'>ARTEMIS-2029</a> 
Fixing wire checks after reconnects</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2029'>Major/Bug/Fixed/Closed
 (ARTEMIS-2029)</a></p></td>
+<td>4</td><td>3</td><td>0</td><td>7</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/80f12e7f68eed7bad46bb4c9653feb1f8ef5d318/tests/compatibility-tests/src/main/resources/clients/artemisClient.groovy#L25-L27'>artemisClient.groovy</a><a
 
href='https://github.com/apache/activemq-artemis//commits/80f12e7f68eed7bad46bb4c9653feb1f8ef5d318/tests/compatibility-tests/src/main/resources/clients/artemisClient.groovy'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/80f12e7f68eed7bad46bb4c9653feb1f8ef5d318/tests/compatibility-tests/src/main/resources/clients/artemisFail.groovy#L1-L41'>artemisFail.groovy</a><a
 
href='https://github.com/apache/activemq-artemis//commits/80f12e7f68eed7bad46bb4c9653feb1f8ef5d318/tests/compatibility-tests/src/main/resources/clients/artemisFail.groovy'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/80f12e7f68eed7bad46bb4c9653feb1f8ef5d318/tests/compatibility-tests/src/main/resources/meshTest/sendMessages.groovy#L29-L267
 '>sendMessages.groovy</a><a 
href='https://github.com/apache/activemq-artemis//commits/80f12e7f68eed7bad46bb4c9653feb1f8ef5d318/tests/compatibility-tests/src/main/resources/meshTest/sendMessages.groovy'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/80f12e7f68eed7bad46bb4c9653feb1f8ef5d318/tests/compatibility-tests/src/main/resources/metrics/queueMetrics.groovy#L35-L36'>queueMetrics.groovy</a><a
 
href='https://github.com/apache/activemq-artemis//commits/80f12e7f68eed7bad46bb4c9653feb1f8ef5d318/tests/compatibility-tests/src/main/resources/metrics/queueMetrics.groovy'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/cd9ac5e9f3de946d3478855c5a7f583b9d99c003'>70</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/cd9ac5e9f3de946d3478855c5a7f583b9d99c003'>cd9ac5e</a></td><td>2018/08/10
 07:25:14</td><td>Martyn Taylor</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2024'>ARTEMIS-2024</a> 
Enable SharedClientID on ConnectionFactory</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2024'>Critical/Improvement/Fixed/Closed
 (ARTEMIS-2024)</a></p></td>
+<td>65</td><td>7</td><td>0</td><td>72</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/cd9ac5e9f3de946d3478855c5a7f583b9d99c003/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java#L220-L220'>ActiveMQConnectionFactory.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/cd9ac5e9f3de946d3478855c5a7f583b9d99c003/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/cd9ac5e9f3de946d3478855c5a7f583b9d99c003/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/ActiveMQConnectionFactoryTest.java#L38-L447'>ActiveMQConnectionFactoryTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/cd9ac5e9f3de946d3478855c5a7f583b9d99c003/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/ActiveMQConnectionFactoryTest.java'>(+)</a>
 <a href='h
 
ttps://github.com/apache/activemq-artemis/blob/cd9ac5e9f3de946d3478855c5a7f583b9d99c003/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/client/ConnectionTest.java#L134-L154'>ConnectionTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/cd9ac5e9f3de946d3478855c5a7f583b9d99c003/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/client/ConnectionTest.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/cd9ac5e9f3de946d3478855c5a7f583b9d99c003/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/ra/ConnectionFactoryPropertiesTest.java#L49-L49'>ConnectionFactoryPropertiesTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/cd9ac5e9f3de946d3478855c5a7f583b9d99c003/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/ra/ConnectionFactoryPropertiesTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/b71827aa23401e4c467b307078493af565ea888a'>71</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/b71827aa23401e4c467b307078493af565ea888a'>b71827a</a></td><td>2018/06/01
 09:42:22</td><td>Justin Bertram</td><td>NO-JIRA allow enabling security at 
runtime</td><td></td>
+<td>7</td><td>1</td><td>0</td><td>8</td><td></td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/4104986d04d50cd402f7986e785ce0d44b68a6fe'>72</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/4104986d04d50cd402f7986e785ce0d44b68a6fe'>4104986</a></td><td>2018/08/13
 20:30:54</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2030'>ARTEMIS-2030</a> only 
use interrupt during shutdown on RA</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2030'>Major/Bug/Fixed/Closed
 (ARTEMIS-2030)</a></p></td>
+<td>52</td><td>48</td><td>1</td><td>99</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/4104986d04d50cd402f7986e785ce0d44b68a6fe/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/client/impl/LargeMessageBufferTest.java#L679-L683'>LargeMessageBufferTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/4104986d04d50cd402f7986e785ce0d44b68a6fe/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/client/impl/LargeMessageBufferTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/d183070c42728a2625ce6e4fa4c61c45d291c3a7'>73</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/d183070c42728a2625ce6e4fa4c61c45d291c3a7'>d183070</a></td><td>2018/08/14
 12:39:53</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>ARTEMIS-2023</a> test 
showing NPE</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>Major/Bug/Fixed/Resolved
 (ARTEMIS-2023)</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/d183070c42728a2625ce6e4fa4c61c45d291c3a7/tests/compatibility-tests/src/main/resources/serial/cfserial.groovy#L1-L72'>cfserial.groovy</a><a
 
href='https://github.com/apache/activemq-artemis//commits/d183070c42728a2625ce6e4fa4c61c45d291c3a7/tests/compatibility-tests/src/main/resources/serial/cfserial.groovy'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/d183070c42728a2625ce6e4fa4c61c45d291c3a7/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/ConnectionFactoryConfigurationSerializationTest.java#L1-L100'>ConnectionFactoryConfigurationSerializationTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/d183070c42728a2625ce6e4fa4c61c45d291c3a7/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/ConnectionFactoryConfigurationSerializationTest.java'>(+)</a>
 </td><td></td><td></td></
 tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/62e1d7ec52101fa7062ff3a4ea37eb4b6dcd8b58'>74</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/62e1d7ec52101fa7062ff3a4ea37eb4b6dcd8b58'>62e1d7e</a></td><td>2018/08/14
 02:04:06</td><td>Michael André Pearce</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>ARTEMIS-2023</a> Fix 
NPE</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>Major/Bug/Fixed/Resolved
 (ARTEMIS-2023)</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/fc5888bb9c520ee9172d25f37a4c575e618437bb'>75</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/fc5888bb9c520ee9172d25f37a4c575e618437bb'>fc5888b</a></td><td>2018/08/14
 12:45:00</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>ARTEMIS-2023</a> 
small tweak on test. Server not needed</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>Major/Bug/Fixed/Resolved
 (ARTEMIS-2023)</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/fc5888bb9c520ee9172d25f37a4c575e618437bb/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/ConnectionFactoryConfigurationSerializationTest.java#L80-L89'>ConnectionFactoryConfigurationSerializationTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/fc5888bb9c520ee9172d25f37a4c575e618437bb/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/ConnectionFactoryConfigurationSerializationTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/b00eaad20ff2d6d68d242efc09624284d363b38e'>76</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/b00eaad20ff2d6d68d242efc09624284d363b38e'>b00eaad</a></td><td>2018/06/08
 15:57:24</td><td>Johan Stenberg</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1918'>ARTEMIS-1918</a> 
Remove unused private field clientID (cherry picked from commit 
197661cb5800973a721789e1f828bebf4c8999bc)</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-1918'>Minor/Task/Fixed/Closed
 (ARTEMIS-1918)</a></p></td>
+<td>0</td><td>1</td><td>3</td><td>-2</td><td></td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/1e080cbf7afd67f03493948ad44459f8b2377a0f'>77</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/1e080cbf7afd67f03493948ad44459f8b2377a0f'>1e080cb</a></td><td>2018/08/13
 22:40:52</td><td>Justin Bertram</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>ARTEMIS-2023</a> 
extend 1x naming to other ops</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>Major/Bug/Fixed/Resolved
 (ARTEMIS-2023)</a></p></td>
+<td>82</td><td>41</td><td>5</td><td>118</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/1e080cbf7afd67f03493948ad44459f8b2377a0f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/SimpleJNDIClientTest.java#L679-L679'>SimpleJNDIClientTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/1e080cbf7afd67f03493948ad44459f8b2377a0f/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/03dbed41f7fc8b2c15d9a33a97152a710b1e2f12'>78</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/03dbed41f7fc8b2c15d9a33a97152a710b1e2f12'>03dbed4</a></td><td>2018/08/16
 17:41:52</td><td>Clebert Suconic</td><td>NO-JIRA: Renaming trace 
logging</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/8824053a268bc4f3aabf6eadadd0a1660705d8c1'>79</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/8824053a268bc4f3aabf6eadadd0a1660705d8c1'>8824053</a></td><td>2018/08/17
 11:33:07</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2036'>ARTEMIS-2036</a> 
Re-compiling libaio on older kernel version</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2036'>Major/Task/Fixed/Closed
 (ARTEMIS-2036)</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/ace575ec64c2982360adfbc55ba4be71010cf711'>80</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/ace575ec64c2982360adfbc55ba4be71010cf711'>ace575e</a></td><td>2018/08/17
 10:55:39</td><td>Martyn Taylor</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>ARTEMIS-2023</a> Fix 
missing setEnable1x methods</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>Major/Bug/Fixed/Resolved
 (ARTEMIS-2023)</a></p></td>
+<td>5</td><td>15</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/9427d0010bb2ac3ebeb989c4c93e23206e547cbc'>81</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/9427d0010bb2ac3ebeb989c4c93e23206e547cbc'>9427d00</a></td><td>2018/08/17
 12:39:30</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2037'>ARTEMIS-2037</a> 
Adding 32 bits back on libaio</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2037'>Major/Task/Fixed/Closed
 (ARTEMIS-2037)</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/e617f322dad1d6e6b044af03d6b4977afaaf08c4'>82</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/e617f322dad1d6e6b044af03d6b4977afaaf08c4'>e617f32</a></td><td>2018/08/17
 16:45:07</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2046'>ARTEMIS-2046</a> 
Fixing issues with JournalStorageManager.stop in replication, JDBC and shared 
storage</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2046'>Major/Bug/Fixed/Closed
 (ARTEMIS-2046)</a></p></td>
+<td>86</td><td>73</td><td>2</td><td>157</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/e617f322dad1d6e6b044af03d6b4977afaaf08c4/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/NettyReplicationStopTest.java#L1-L150'>NettyReplicationStopTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/e617f322dad1d6e6b044af03d6b4977afaaf08c4/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/NettyReplicationStopTest.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/e617f322dad1d6e6b044af03d6b4977afaaf08c4/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/xa/BasicXaTest.java#L40-L467'>BasicXaTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/e617f322dad1d6e6b044af03d6b4977afaaf08c4/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/xa/BasicXaTest.jav
 a'>(+)</a> </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/ca113c15e3ff5b72bf5748e52d72c36678ba44e8'>83</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/ca113c15e3ff5b72bf5748e52d72c36678ba44e8'>ca113c1</a></td><td>2018/08/21
 11:50:34</td><td>Clebert Suconic</td><td><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2047'>ARTEMIS-2047</a> 
Compatible option for ActiveMQJMSClient</td><td><p><a 
href='https://issues.apache.org/jira/browse/ARTEMIS-2047'>Major/Improvement/Fixed/Closed
 (ARTEMIS-2047)</a></p></td>
+<td>65</td><td>17</td><td>2</td><td>80</td><td><a 
href='https://github.com/apache/activemq-artemis/blob/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/main/resources/ActiveMQJMSClientCompatibilityTest/validateClient.groovy#L1-L28'>validateClient.groovy</a><a
 
href='https://github.com/apache/activemq-artemis//commits/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/main/resources/ActiveMQJMSClientCompatibilityTest/validateClient.groovy'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/ActiveMQJMSClientCompatibilityTest.java#L1-L92'>ActiveMQJMSClientCompatibilityTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/ActiveMQJMSClientCompatibilityTest.ja
 va'>(+)</a> <a 
href='https://github.com/apache/activemq-artemis/blob/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/ClasspathBaseTest.java#L1-L152'>ClasspathBaseTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/ClasspathBaseTest.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/ConnectionFactoryConfigurationSerializationTest.java#L42-L42'>ConnectionFactoryConfigurationSerializationTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/ConnectionFactoryConfigur
 ationSerializationTest.java'>(+)</a> <a 
href='https://github.com/apache/activemq-artemis/blob/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/ExportImportTest.java#L40-L40'>ExportImportTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/ExportImportTest.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/JournalCompatibilityTest.java#L42-L42'>JournalCompatibilityTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/JournalCompatibilityTest.java'>(+)</a>
 <a href='h
 
ttps://github.com/apache/activemq-artemis/blob/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/MeshTest.java#L45-L45'>MeshTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/MeshTest.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/SendAckTest.java#L39-L39'>SendAckTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/SendAckTest.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-te
 
sts/src/test/java/org/apache/activemq/artemis/tests/compatibility/SerializationTest.java#L41-L41'>SerializationTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/SerializationTest.java'>(+)</a>
 <a 
href='https://github.com/apache/activemq-artemis/blob/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/VersionedBaseTest.java#L21-L173'>VersionedBaseTest.java</a><a
 
href='https://github.com/apache/activemq-artemis//commits/ca113c15e3ff5b72bf5748e52d72c36678ba44e8/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/VersionedBaseTest.java'>(+)</a>
 </td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/7cd6184e85ef24b294a8b41ebebb4257f2cbda67'>84</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/7cd6184e85ef24b294a8b41ebebb4257f2cbda67'>7cd6184</a></td><td>2018/08/21
 21:59:13</td><td>Clebert Suconic</td><td>NO-JIRA Adding trace on RA 
Scan</td><td></td>
+<td>11</td><td>0</td><td>0</td><td>11</td><td></td><td></td><td></td></tr>
+<tr><td><a 
href='https://github.com/apache/activemq-artemis/commit/6e0e1a39db1a94439d075322b4129c60301957c9'>85</a></td>
+<td><a 
href='https://github.com/apache/activemq-artemis/commit/6e0e1a39db1a94439d075322b4129c60301957c9'>6e0e1a3</a></td><td>2018/08/17
 15:06:47</td><td>Justin Bertram</td><td>NO-JIRA Tweak 
RedeployTest</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>

[... 51 lines stripped ...]

Reply via email to