blob: 18e9a6a59dd662c7e3b26a194a1eeda5bc3dfbe9 [file] [log] [blame]
<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.3(c47a8df8bfe801b9cd9f3d5ac22d20584cba7843) and 2.6.4(f5457e9e0bc39011d1434c3e525a000769b83be2)</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/0ce276e0a286441a0ac04f6cd3c2feda02c14a45'>1</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/0ce276e0a286441a0ac04f6cd3c2feda02c14a45'>0ce276e</a></td><td>2018/08/30 20:37:39</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/1b9062b5b0008cfdf28011ef34e424cfb1efdd33'>2</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/1b9062b5b0008cfdf28011ef34e424cfb1efdd33'>1b9062b</a></td><td>2018/09/04 12:47:26</td><td>Clebert Suconic</td><td>NO-JIRA Using less resources from public clouds on 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/1b9062b5b0008cfdf28011ef34e424cfb1efdd33/artemis-native/src/test/java/org/apache/activemq/artemis/jlibaio/test/LibaioTest.java#L633-L643'>LibaioTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/1b9062b5b0008cfdf28011ef34e424cfb1efdd33/artemis-native/src/test/java/org/apache/activemq/artemis/jlibaio/test/LibaioTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/170fa4c76f41b0d2651e767ca23f065a100d1a49'>3</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/170fa4c76f41b0d2651e767ca23f065a100d1a49'>170fa4c</a></td><td>2018/09/04 06:16:35</td><td>andytaylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2073'>ARTEMIS-2073</a> - make sure connection gets set for interceptors</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2073'>Major/Bug/Fixed/Closed (ARTEMIS-2073)</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/170fa4c76f41b0d2651e767ca23f065a100d1a49/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpSendReceiveInterceptorTest.java#L179-L224'>AmqpSendReceiveInterceptorTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/170fa4c76f41b0d2651e767ca23f065a100d1a49/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpSendReceiveInterceptorTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/64568efca75f7ee012a854af89dc259d3fbeba96'>4</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/64568efca75f7ee012a854af89dc259d3fbeba96'>64568ef</a></td><td>2018/09/04 11:34:03</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2072'>ARTEMIS-2072</a> eliminate unnecessary binding queries</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2072'>Major/Bug/Fixed/Closed (ARTEMIS-2072)</a></p></td>
<td>0</td><td>18</td><td>4</td><td>14</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4e03b4029b99068c274455512d53c29e421468d5'>5</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/4e03b4029b99068c274455512d53c29e421468d5'>4e03b40</a></td><td>2018/09/06 13:52:25</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2072'>ARTEMIS-2072</a> refactor logic to fix tests</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2072'>Major/Bug/Fixed/Closed (ARTEMIS-2072)</a></p></td>
<td>5</td><td>22</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/410b3c1dde46a1eb54ae9b9e963633e088e10188'>6</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/410b3c1dde46a1eb54ae9b9e963633e088e10188'>410b3c1</a></td><td>2018/09/06 13:41:21</td><td>Michael André Pearce</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2065'>ARTEMIS-2065</a> Change routing-type isnt destructive.</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2065'>Major/Bug/Fixed/Closed (ARTEMIS-2065)</a></p></td>
<td>16</td><td>23</td><td>4</td><td>35</td><td><a href='https://github.com/apache/activemq-artemis/blob/410b3c1dde46a1eb54ae9b9e963633e088e10188/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java#L20-L315'>RedeployTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/410b3c1dde46a1eb54ae9b9e963633e088e10188/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/410b3c1dde46a1eb54ae9b9e963633e088e10188/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/persistence/ConfigChangeTest.java#L23-L88'>ConfigChangeTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/410b3c1dde46a1eb54ae9b9e963633e088e10188/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/persistence/ConfigChangeTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/fda739c506ec002f42314ad9f5055a69488c544c'>7</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/fda739c506ec002f42314ad9f5055a69488c544c'>fda739c</a></td><td>2018/09/11 09:48:17</td><td>henock</td><td>NO-JIRA - Update SimpleString to give a more useful error message</td><td></td>
<td>0</td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/6a64f4e7a270f83c735200d6ef29561ef4927535'>8</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/6a64f4e7a270f83c735200d6ef29561ef4927535'>6a64f4e</a></td><td>2018/09/11 15:42:24</td><td>Timothy Bish</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2082'>ARTEMIS-2082</a> Reset buffer valid flag after re-encoding the message</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2082'>Major/Improvement/Fixed/Closed (ARTEMIS-2082)</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/6a64f4e7a270f83c735200d6ef29561ef4927535/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpExpiredMessageTest.java#L19-L417'>AmqpExpiredMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6a64f4e7a270f83c735200d6ef29561ef4927535/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpExpiredMessageTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/6a64f4e7a270f83c735200d6ef29561ef4927535/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSTransactedRedeliveryBugTest.java#L1-L132'>JMSTransactedRedeliveryBugTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6a64f4e7a270f83c735200d6ef29561ef4927535/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSTransactedRedeliveryBugTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/94a230005803c889f49be3d35bc84d8271a19c43'>9</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/94a230005803c889f49be3d35bc84d8271a19c43'>94a2300</a></td><td>2018/09/07 05:13:19</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2078'>ARTEMIS-2078</a> AMQP large msg aren't consumed by clusters without persistence</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2078'>Major/Bug/Fixed/Closed (ARTEMIS-2078)</a></p></td>
<td>8</td><td>11</td><td>0</td><td>19</td><td><a href='https://github.com/apache/activemq-artemis/blob/94a230005803c889f49be3d35bc84d8271a19c43/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/AMQPLargeMessageClusterTest.java#L1-L165'>AMQPLargeMessageClusterTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/94a230005803c889f49be3d35bc84d8271a19c43/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/AMQPLargeMessageClusterTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/74317ef9c433d580396a7ddc32fd7cd9c5676df5'>10</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/74317ef9c433d580396a7ddc32fd7cd9c5676df5'>74317ef</a></td><td>2018/09/03 02:57:11</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2068'>ARTEMIS-2068</a> save reading any file to get AMQP large msg size</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2068'>Major/Improvement/Fixed/Closed (ARTEMIS-2068)</a></p></td>
<td>37</td><td>1</td><td>0</td><td>38</td><td><a href='https://github.com/apache/activemq-artemis/blob/74317ef9c433d580396a7ddc32fd7cd9c5676df5/artemis-core-client/src/test/java/org/apache/activemq/artemis/message/CoreMessageTest.java#L85-L92'>CoreMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/74317ef9c433d580396a7ddc32fd7cd9c5676df5/artemis-core-client/src/test/java/org/apache/activemq/artemis/message/CoreMessageTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/74317ef9c433d580396a7ddc32fd7cd9c5676df5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/LargeMessageTest.java#L2292-L2317'>LargeMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/74317ef9c433d580396a7ddc32fd7cd9c5676df5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/LargeMessageTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1ff80a86a4af8382b58c69a73f4f8365ca917c91'>11</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/1ff80a86a4af8382b58c69a73f4f8365ca917c91'>1ff80a8</a></td><td>2018/09/04 15:15:06</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2074'>ARTEMIS-2074</a> URI not transposing ServerLocator on ConnectionFactory</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2074'>Major/Bug/Fixed/Closed (ARTEMIS-2074)</a></p></td>
<td>17</td><td>6</td><td>0</td><td>23</td><td><a href='https://github.com/apache/activemq-artemis/blob/1ff80a86a4af8382b58c69a73f4f8365ca917c91/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/SimpleJNDIClientTest.java#L722-L732'>SimpleJNDIClientTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/1ff80a86a4af8382b58c69a73f4f8365ca917c91/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/afd912f50db057d7735341e5903b060cfb3b2a1e'>12</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/afd912f50db057d7735341e5903b060cfb3b2a1e'>afd912f</a></td><td>2018/09/12 16:22:20</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2074'>ARTEMIS-2074</a> Fixing RA properties</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2074'>Major/Bug/Fixed/Closed (ARTEMIS-2074)</a></p></td>
<td>21</td><td>3</td><td>0</td><td>24</td><td><a href='https://github.com/apache/activemq-artemis/blob/afd912f50db057d7735341e5903b060cfb3b2a1e/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/ra/ActiveMQResourceAdapterConfigTest.java#L423-L428'>ActiveMQResourceAdapterConfigTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/afd912f50db057d7735341e5903b060cfb3b2a1e/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/ra/ActiveMQResourceAdapterConfigTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/afd912f50db057d7735341e5903b060cfb3b2a1e/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/ra/ConnectionFactoryPropertiesTest.java#L32-L84'>ConnectionFactoryPropertiesTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/afd912f50db057d7735341e5903b060cfb3b2a1e/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/1ccb4c802e3aec52606fb580d644b77feb731b0b'>13</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/1ccb4c802e3aec52606fb580d644b77feb731b0b'>1ccb4c8</a></td><td>2018/09/12 16:43:57</td><td>Timothy Bish</td><td>NO-JIRA Fix condition timeouts to avoid spurious failures</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/1ccb4c802e3aec52606fb580d644b77feb731b0b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpExpiredMessageTest.java#L88-L390'>AmqpExpiredMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/1ccb4c802e3aec52606fb580d644b77feb731b0b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpExpiredMessageTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3949744cd1632192b6d027be8c5b03ccace3c791'>14</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/3949744cd1632192b6d027be8c5b03ccace3c791'>3949744</a></td><td>2018/09/11 17:04:39</td><td>Timothy Bish</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2067'>ARTEMIS-2067</a> Clean up some code in the AMQP protocol handling paths</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2067'>Minor/Improvement/Fixed/Closed (ARTEMIS-2067)</a></p></td>
<td>54</td><td>29</td><td>12</td><td>71</td><td><a href='https://github.com/apache/activemq-artemis/blob/3949744cd1632192b6d027be8c5b03ccace3c791/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerReceiverContextTest.java#L52-L64'>ProtonServerReceiverContextTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3949744cd1632192b6d027be8c5b03ccace3c791/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/1d9b19d9c27a8a471e5c50828699f3f1b63480a3'>15</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/1d9b19d9c27a8a471e5c50828699f3f1b63480a3'>1d9b19d</a></td><td>2018/09/05 18:09:18</td><td>Clebert Suconic</td><td>NO-JIRA Adding a test playing with network disconnects and failover</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/1d9b19d9c27a8a471e5c50828699f3f1b63480a3/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java#L1222-L1242'>ActiveMQTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/1d9b19d9c27a8a471e5c50828699f3f1b63480a3/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/1d9b19d9c27a8a471e5c50828699f3f1b63480a3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/NetworkFailureFailoverTest.java#L1-L688'>NetworkFailureFailoverTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/1d9b19d9c27a8a471e5c50828699f3f1b63480a3/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/1d9b19d9c27a8a471e5c50828699f3f1b63480a3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/network/NetUtil.java#L1-L226'>NetUtil.java</a><a href='https://github.com/apache/activemq-artemis//commits/1d9b19d9c27a8a471e5c50828699f3f1b63480a3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/network/NetUtil.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/1d9b19d9c27a8a471e5c50828699f3f1b63480a3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/network/NetUtilResource.java#L1-L29'>NetUtilResource.java</a><a href='https://github.com/apache/activemq-artemis//commits/1d9b19d9c27a8a471e5c50828699f3f1b63480a3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/network/NetUtilResource.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a45b4c7fb8a68ed835cfdc8e1ded85090e48ae37'>16</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/a45b4c7fb8a68ed835cfdc8e1ded85090e48ae37'>a45b4c7</a></td><td>2018/09/12 12:42:45</td><td>Timothy Bish</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2083'>ARTEMIS-2083</a> Decode only the relavent portions of the message</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2083'>Major/Improvement/Fixed/Closed (ARTEMIS-2083)</a></p></td>
<td>22</td><td>43</td><td>1</td><td>64</td><td><a href='https://github.com/apache/activemq-artemis/blob/a45b4c7fb8a68ed835cfdc8e1ded85090e48ae37/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/message/AMQPMessageTest.java#L24-L415'>AMQPMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a45b4c7fb8a68ed835cfdc8e1ded85090e48ae37/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/message/AMQPMessageTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9d530fc86ef16f2a534b21da53c6921c72ad43ee'>17</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/9d530fc86ef16f2a534b21da53c6921c72ad43ee'>9d530fc</a></td><td>2018/09/12 17:55:04</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2074'>ARTEMIS-2074</a> Fixing Covery scan findings</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2074'>Major/Bug/Fixed/Closed (ARTEMIS-2074)</a></p></td>
<td>10</td><td>0</td><td>8</td><td>2</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/124fd28cf90a26a1823b56eb5341790242542f3a'>18</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/124fd28cf90a26a1823b56eb5341790242542f3a'>124fd28</a></td><td>2018/09/06 18:05:06</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2084'>ARTEMIS-2084</a>: Failover will not work with network cable disconnect on core protocol</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2084'>Major/Bug/Fixed/Closed (ARTEMIS-2084)</a></p></td>
<td>9</td><td>10</td><td>0</td><td>19</td><td><a href='https://github.com/apache/activemq-artemis/blob/124fd28cf90a26a1823b56eb5341790242542f3a/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java#L555-L562'>ActiveMQTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/124fd28cf90a26a1823b56eb5341790242542f3a/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/124fd28cf90a26a1823b56eb5341790242542f3a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/FailoverTestBase.java#L168-L172'>FailoverTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/124fd28cf90a26a1823b56eb5341790242542f3a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/FailoverTestBase.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/124fd28cf90a26a1823b56eb5341790242542f3a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/NetworkFailureFailoverTest.java#L16-L701'>NetworkFailureFailoverTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/124fd28cf90a26a1823b56eb5341790242542f3a/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/124fd28cf90a26a1823b56eb5341790242542f3a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/ActiveMQRAClusteredTestBase.java#L28-L75'>ActiveMQRAClusteredTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/124fd28cf90a26a1823b56eb5341790242542f3a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/ActiveMQRAClusteredTestBase.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e002dfb3acbb4fcdc74f1b87c1b05b2e7980a788'>19</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/e002dfb3acbb4fcdc74f1b87c1b05b2e7980a788'>e002dfb</a></td><td>2018/08/31 14:32:48</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2070'>ARTEMIS-2070</a> broker can reduce buffer copies with large messages</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2070'>Major/Improvement/Fixed/Closed (ARTEMIS-2070)</a></p></td>
<td>98</td><td>53</td><td>36</td><td>115</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e8f57215ba4c60e1a0e1695df5a66b913d4efa16'>20</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/e8f57215ba4c60e1a0e1695df5a66b913d4efa16'>e8f5721</a></td><td>2018/09/13 14:52:11</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2074'>ARTEMIS-2074</a> Fix test</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2074'>Major/Bug/Fixed/Closed (ARTEMIS-2074)</a></p></td>
<td>0</td><td>0</td><td>1</td><td>-1</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/c5e2ed7ac9df078fde2deae332c71de63580c7ca'>21</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/c5e2ed7ac9df078fde2deae332c71de63580c7ca'>c5e2ed7</a></td><td>2018/09/13 14:26:16</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2086'>ARTEMIS-2086</a> Removing HDR Histogram option</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2086'>Major/Task/Fixed/Closed (ARTEMIS-2086)</a></p></td>
<td>0</td><td>0</td><td>31</td><td>-31</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/84096b1a6c0ecf7e4e21a522cb3f128bdfebee85'>22</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/84096b1a6c0ecf7e4e21a522cb3f128bdfebee85'>84096b1</a></td><td>2018/09/12 06:16:41</td><td>andytaylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1898'>ARTEMIS-1898</a> - make sure tosend credits on rejected messages</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1898'>Major/Bug/Fixed/Closed (ARTEMIS-1898)</a></p></td>
<td>13</td><td>26</td><td>0</td><td>39</td><td><a href='https://github.com/apache/activemq-artemis/blob/84096b1a6c0ecf7e4e21a522cb3f128bdfebee85/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpFlowControlFailTest.java#L1-L94'>AmqpFlowControlFailTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/84096b1a6c0ecf7e4e21a522cb3f128bdfebee85/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpFlowControlFailTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/98dd060003c721b21abc0b026ecda755d55d85da'>23</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/98dd060003c721b21abc0b026ecda755d55d85da'>98dd060</a></td><td>2018/07/31 08:34:56</td><td>Roddie Kieley</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2000'>ARTEMIS-2000</a>: For ScaleDown set the RoutingType header property on the message</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2000'>Major/Bug/Fixed/Closed (ARTEMIS-2000)</a></p></td>
<td>10</td><td>18</td><td>0</td><td>28</td><td><a href='https://github.com/apache/activemq-artemis/blob/98dd060003c721b21abc0b026ecda755d55d85da/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java#L24-L320'>ScaleDownTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/98dd060003c721b21abc0b026ecda755d55d85da/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2d2c1c830e45c605a29c2b7dc39f9e39f27af33b'>24</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/2d2c1c830e45c605a29c2b7dc39f9e39f27af33b'>2d2c1c8</a></td><td>2018/09/17 11:00:37</td><td>Roddie Kieley</td><td>NO-JIRA: ScaleDownTest checkstyle error fix</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/2d2c1c830e45c605a29c2b7dc39f9e39f27af33b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java#L310-L310'>ScaleDownTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/2d2c1c830e45c605a29c2b7dc39f9e39f27af33b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/737fbbab39dc613746136c8fa8d1d957714d2b28'>25</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/737fbbab39dc613746136c8fa8d1d957714d2b28'>737fbba</a></td><td>2018/09/11 12:06:01</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1919'>ARTEMIS-1919</a> implement SNI properly</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1919'>Major/Bug/Fixed/Closed (ARTEMIS-1919)</a></p></td>
<td>27</td><td>0</td><td>6</td><td>21</td><td><a href='https://github.com/apache/activemq-artemis/blob/737fbbab39dc613746136c8fa8d1d957714d2b28/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLTest.java#L157-L879'>CoreClientOverOneWaySSLTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/737fbbab39dc613746136c8fa8d1d957714d2b28/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLTest.java'>(+)</a> </td><td><a href='https://github.com/apache/activemq-artemis/blob/737fbbab39dc613746136c8fa8d1d957714d2b28/docs/user-manual/en/configuring-transports.md#L454-L465'>configuring-transports.md</a><a href='https://github.com/apache/activemq-artemis//commits/737fbbab39dc613746136c8fa8d1d957714d2b28/docs/user-manual/en/configuring-transports.md'>(+)</a> </td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/31c9d38e47c691f738ab9328a57e5538d5078d3f'>26</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/31c9d38e47c691f738ab9328a57e5538d5078d3f'>31c9d38</a></td><td>2018/09/14 10:11:44</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2089'>ARTEMIS-2089</a> DB2 sending larger message (1MB) crashes the whole server</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2089'>Major/Bug/Fixed/Closed (ARTEMIS-2089)</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/af98efd582bf11ecb0b7d8f533166fd7c1689003'>27</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/af98efd582bf11ecb0b7d8f533166fd7c1689003'>af98efd</a></td><td>2018/09/05 03:41:06</td><td>andytaylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2075'>ARTEMIS-2075</a> - allow Extra backups to try to replicate more than once</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2075'>Major/Improvement/Fixed/Closed (ARTEMIS-2075)</a></p></td>
<td>58</td><td>16</td><td>0</td><td>74</td><td><a href='https://github.com/apache/activemq-artemis/blob/af98efd582bf11ecb0b7d8f533166fd7c1689003/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/HAPolicyConfigurationTest.java#L142-L165'>HAPolicyConfigurationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/af98efd582bf11ecb0b7d8f533166fd7c1689003/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/HAPolicyConfigurationTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/af98efd582bf11ecb0b7d8f533166fd7c1689003/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/ReplicatedFailoverTest.java#L28-L269'>ReplicatedFailoverTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/af98efd582bf11ecb0b7d8f533166fd7c1689003/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/ReplicatedFailoverTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e358fbde6610c6a7fbfa69650741cab0a5be3d46'>28</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/e358fbde6610c6a7fbfa69650741cab0a5be3d46'>e358fbd</a></td><td>2018/09/14 11:22:53</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2090'>ARTEMIS-2090</a> JDBC Journal is not deleting TX records</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2090'>Major/Bug/Fixed/Closed (ARTEMIS-2090)</a></p></td>
<td>2</td><td>7</td><td>0</td><td>9</td><td><a href='https://github.com/apache/activemq-artemis/blob/e358fbde6610c6a7fbfa69650741cab0a5be3d46/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jdbc/store/journal/JDBCJournalTest.java#L133-L139'>JDBCJournalTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/e358fbde6610c6a7fbfa69650741cab0a5be3d46/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jdbc/store/journal/JDBCJournalTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9a949230d24f6aa0ca9e7e7da6ae29ede3dcc240'>29</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/9a949230d24f6aa0ca9e7e7da6ae29ede3dcc240'>9a94923</a></td><td>2018/09/19 05:42:02</td><td>yang wei</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2092'>ARTEMIS-2092</a> fix first page messages lost on server crash bug</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2092'>Major/Bug/Fixed/Closed (ARTEMIS-2092)</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/9a949230d24f6aa0ca9e7e7da6ae29ede3dcc240/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java#L40-L6222'>PagingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9a949230d24f6aa0ca9e7e7da6ae29ede3dcc240/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/f90afad1b75238ecc11c01fb5b1e7f4537ff26d8'>30</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/f90afad1b75238ecc11c01fb5b1e7f4537ff26d8'>f90afad</a></td><td>2018/09/21 09:06:53</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2093'>ARTEMIS-2093</a> NPE thrown by NettyConnector::createConnection</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2093'>Minor/Bug/Fixed/Closed (ARTEMIS-2093)</a></p></td>
<td>16</td><td>21</td><td>0</td><td>37</td><td><a href='https://github.com/apache/activemq-artemis/blob/f90afad1b75238ecc11c01fb5b1e7f4537ff26d8/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/remoting/impl/netty/NettyConnectorTest.java#L21-L266'>NettyConnectorTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f90afad1b75238ecc11c01fb5b1e7f4537ff26d8/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/remoting/impl/netty/NettyConnectorTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1fd1c798bd8347878358838bea3fc3adc5f3286e'>31</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/1fd1c798bd8347878358838bea3fc3adc5f3286e'>1fd1c79</a></td><td>2018/09/13 17:50:07</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2087'>ARTEMIS-2087</a> support masked passwords in management.xml</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2087'>Major/Improvement/Fixed/Closed (ARTEMIS-2087)</a></p></td>
<td>5</td><td>9</td><td>0</td><td>14</td><td></td><td><a href='https://github.com/apache/activemq-artemis/blob/1fd1c798bd8347878358838bea3fc3adc5f3286e/docs/user-manual/en/management.md#L447-L470'>management.md</a><a href='https://github.com/apache/activemq-artemis//commits/1fd1c798bd8347878358838bea3fc3adc5f3286e/docs/user-manual/en/management.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/1fd1c798bd8347878358838bea3fc3adc5f3286e/docs/user-manual/en/masking-passwords.md#L158-L180'>masking-passwords.md</a><a href='https://github.com/apache/activemq-artemis//commits/1fd1c798bd8347878358838bea3fc3adc5f3286e/docs/user-manual/en/masking-passwords.md'>(+)</a> </td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/cfb50fe73621e85eeb734ad923b5348175c77c43'>32</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/cfb50fe73621e85eeb734ad923b5348175c77c43'>cfb50fe</a></td><td>2018/06/29 10:19:15</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1961'>ARTEMIS-1961</a> track routed and unrouted messages sent to an address</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1961'>Major/Improvement/Fixed/Closed (ARTEMIS-1961)</a></p></td>
<td>56</td><td>6</td><td>2</td><td>60</td><td><a href='https://github.com/apache/activemq-artemis/blob/cfb50fe73621e85eeb734ad923b5348175c77c43/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java#L344-L373'>AddressControlTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/cfb50fe73621e85eeb734ad923b5348175c77c43/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/cfb50fe73621e85eeb734ad923b5348175c77c43/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlUsingCoreTest.java#L107-L116'>AddressControlUsingCoreTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/cfb50fe73621e85eeb734ad923b5348175c77c43/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlUsingCoreTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4f6a13e0fb3636ad45ad853182d89faa7489e6fa'>33</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/4f6a13e0fb3636ad45ad853182d89faa7489e6fa'>4f6a13e</a></td><td>2018/09/25 14:59:51</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2087'>ARTEMIS-2087</a> fix NPE; mask password in example</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2087'>Major/Improvement/Fixed/Closed (ARTEMIS-2087)</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/a59a5891f80c0a310091d24cae0fb8efef3a66ca'>34</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/a59a5891f80c0a310091d24cae0fb8efef3a66ca'>a59a589</a></td><td>2018/09/26 10:47:05</td><td>Michael André Pearce</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2094'>ARTEMIS-2094</a> - Fix Configuration change loss when network Issue</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2094'>Major/Bug/Fixed/Closed (ARTEMIS-2094)</a></p></td>
<td>28</td><td>2</td><td>0</td><td>30</td><td><a href='https://github.com/apache/activemq-artemis/blob/a59a5891f80c0a310091d24cae0fb8efef3a66ca/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java#L24-L201'>RedeployTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a59a5891f80c0a310091d24cae0fb8efef3a66ca/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2aa7844d58b21f3772c08b41344888ff8380431c'>35</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/2aa7844d58b21f3772c08b41344888ff8380431c'>2aa7844</a></td><td>2018/09/26 11:00:01</td><td>Michael André Pearce</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2095'>ARTEMIS-2095</a> - Typed Properties ThreadSafety</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2095'>Major/Bug/Fixed/Closed (ARTEMIS-2095)</a></p></td>
<td>22</td><td>81</td><td>29</td><td>74</td><td><a href='https://github.com/apache/activemq-artemis/blob/2aa7844d58b21f3772c08b41344888ff8380431c/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/TypedPropertiesConcurrencyTest.java#L1-L162'>TypedPropertiesConcurrencyTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/2aa7844d58b21f3772c08b41344888ff8380431c/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/TypedPropertiesConcurrencyTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/fd303af827f9adbcec27a0f8a191525750e76335'>36</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/fd303af827f9adbcec27a0f8a191525750e76335'>fd303af</a></td><td>2018/09/26 16:11:24</td><td>Michael André Pearce</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2099'>ARTEMIS-2099</a> Avoid possible double instantiation of properties</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2099'>Major/Bug/Fixed/Closed (ARTEMIS-2099)</a></p></td>
<td>0</td><td>9</td><td>1</td><td>8</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/19998d310f143ad5370683db42c63f64b43ee338'>37</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/19998d310f143ad5370683db42c63f64b43ee338'>19998d3</a></td><td>2018/09/26 15:27:14</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2098'>ARTEMIS-2098</a> potential NPE when decoding protocol</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2098'>Major/Bug/Fixed/Closed (ARTEMIS-2098)</a></p></td>
<td>8</td><td>0</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/a7dbd5711334c49f6100e0d04243eec79e04cad2'>38</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/a7dbd5711334c49f6100e0d04243eec79e04cad2'>a7dbd57</a></td><td>2018/09/27 14:30:50</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1894'>ARTEMIS-1894</a> Avoiding apache.org URL on codebase</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1894'>Critical/Test/Fixed/Closed (ARTEMIS-1894)</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/a7dbd5711334c49f6100e0d04243eec79e04cad2/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/NetworkHealthTest.java#L175-L186'>NetworkHealthTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a7dbd5711334c49f6100e0d04243eec79e04cad2/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/c9d8697a6cf5e4620970da878fc5ab4f8d9d148f'>39</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/c9d8697a6cf5e4620970da878fc5ab4f8d9d148f'>c9d8697</a></td><td>2017/12/14 02:47:30</td><td>Michael André Pearce</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1545'>ARTEMIS-1545</a> Support JMS 2.0 Completion Listener for Exceptions</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1545'>Major/New Feature/Fixed/Closed (ARTEMIS-1545)</a></p></td>
<td>839</td><td>180</td><td>6</td><td>1013</td><td><a href='https://github.com/apache/activemq-artemis/blob/c9d8697a6cf5e4620970da878fc5ab4f8d9d148f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/util/BackupSyncDelay.java#L28-L323'>BackupSyncDelay.java</a><a href='https://github.com/apache/activemq-artemis//commits/c9d8697a6cf5e4620970da878fc5ab4f8d9d148f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/util/BackupSyncDelay.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/c9d8697a6cf5e4620970da878fc5ab4f8d9d148f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/jms2client/JmsProducerCompletionListenerTest.java#L170-L187'>JmsProducerCompletionListenerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/c9d8697a6cf5e4620970da878fc5ab4f8d9d148f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/jms2client/JmsProducerCompletionListenerTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/c9d8697a6cf5e4620970da878fc5ab4f8d9d148f/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/SecurityTest.java#L19-L247'>SecurityTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/c9d8697a6cf5e4620970da878fc5ab4f8d9d148f/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/SecurityTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f4734868a5a07dfc6db533a96f9f8e01de5139c5'>40</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/f4734868a5a07dfc6db533a96f9f8e01de5139c5'>f473486</a></td><td>2018/07/17 11:53:21</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1545'>ARTEMIS-1545</a> refactor & rework a few incompatible pieces</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1545'>Major/New Feature/Fixed/Closed (ARTEMIS-1545)</a></p></td>
<td>29</td><td>71</td><td>5</td><td>95</td><td><a href='https://github.com/apache/activemq-artemis/blob/f4734868a5a07dfc6db533a96f9f8e01de5139c5/artemis-core-client/src/test/java/org/apache/activemq/artemis/core/protocol/core/impl/ChannelImplTest.java#L1-L512'>ChannelImplTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f4734868a5a07dfc6db533a96f9f8e01de5139c5/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/f4734868a5a07dfc6db533a96f9f8e01de5139c5/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/SecurityTest.java#L21-L350'>SecurityTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f4734868a5a07dfc6db533a96f9f8e01de5139c5/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/SecurityTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0608ff04597d16f1ad467d22f46b7422b7137ab3'>41</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/0608ff04597d16f1ad467d22f46b7422b7137ab3'>0608ff0</a></td><td>2018/09/27 18:18:20</td><td>Clebert Suconic</td><td>Revert "<a href='https://issues.apache.org/jira/browse/ARTEMIS-2095'>ARTEMIS-2095</a> - Typed Properties ThreadSafety"</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2095'>Major/Bug/Fixed/Closed (ARTEMIS-2095)</a></p></td>
<td>29</td><td>75</td><td>22</td><td>82</td><td>TypedPropertiesConcurrencyTest.java </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/da7fb89037481fb6343c760010d4553ff28ac87e'>42</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/da7fb89037481fb6343c760010d4553ff28ac87e'>da7fb89</a></td><td>2018/09/25 17:57:12</td><td>Michael André Pearce</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2095'>ARTEMIS-2095</a> - Typed Properties ThreadSafety</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2095'>Major/Bug/Fixed/Closed (ARTEMIS-2095)</a></p></td>
<td>22</td><td>81</td><td>29</td><td>74</td><td><a href='https://github.com/apache/activemq-artemis/blob/da7fb89037481fb6343c760010d4553ff28ac87e/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/TypedPropertiesConcurrencyTest.java#L1-L162'>TypedPropertiesConcurrencyTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/da7fb89037481fb6343c760010d4553ff28ac87e/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/TypedPropertiesConcurrencyTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2242d2447cdaaf3f7ad59f1b9c342035e9b8426e'>43</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/2242d2447cdaaf3f7ad59f1b9c342035e9b8426e'>2242d24</a></td><td>2018/09/28 09:15:16</td><td>Clebert Suconic</td><td>Reverting JMS Completion listener on 2.6.x..</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1545'>Major/New Feature/Fixed/Closed (ARTEMIS-1545)</a></p></td>
<td>13</td><td>107</td><td>830</td><td>-710</td><td>ChannelImplTest.java <a href='https://github.com/apache/activemq-artemis/blob/2242d2447cdaaf3f7ad59f1b9c342035e9b8426e/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/util/BackupSyncDelay.java#L28-L323'>BackupSyncDelay.java</a><a href='https://github.com/apache/activemq-artemis//commits/2242d2447cdaaf3f7ad59f1b9c342035e9b8426e/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/util/BackupSyncDelay.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/2242d2447cdaaf3f7ad59f1b9c342035e9b8426e/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/jms2client/JmsProducerCompletionListenerTest.java#L170-L170'>JmsProducerCompletionListenerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/2242d2447cdaaf3f7ad59f1b9c342035e9b8426e/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/jms2client/JmsProducerCompletionListenerTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/2242d2447cdaaf3f7ad59f1b9c342035e9b8426e/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/SecurityTest.java#L19-L354'>SecurityTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/2242d2447cdaaf3f7ad59f1b9c342035e9b8426e/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/SecurityTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1cbeaf14b909da6e7c7f6ba99624cbf444e9b181'>44</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/1cbeaf14b909da6e7c7f6ba99624cbf444e9b181'>1cbeaf1</a></td><td>2018/10/08 09:54:12</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2114'>ARTEMIS-2114</a> hawtio dest delete/purge buttons overlap if pane resized</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2114'>Major/Bug/Fixed/Closed (ARTEMIS-2114)</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/ec910388ccf8d8541fe49aab828591acc32379b3'>45</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/ec910388ccf8d8541fe49aab828591acc32379b3'>ec91038</a></td><td>2018/10/09 12:04:00</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2116'>ARTEMIS-2116</a> Set text message content on producer CLI command</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2116'>Minor/New Feature/Fixed/Closed (ARTEMIS-2116)</a></p></td>
<td>3</td><td>3</td><td>0</td><td>6</td><td><a href='https://github.com/apache/activemq-artemis/blob/ec910388ccf8d8541fe49aab828591acc32379b3/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java#L590-L591'>ArtemisTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ec910388ccf8d8541fe49aab828591acc32379b3/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/6333c2d0aa42e9a15b08e196d4e38585a842ae2d'>46</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/6333c2d0aa42e9a15b08e196d4e38585a842ae2d'>6333c2d</a></td><td>2018/10/09 13:17:31</td><td>Michael André Pearce</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2094'>ARTEMIS-2094</a> Only deploy reloadable config if reloaded.</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2094'>Major/Bug/Fixed/Closed (ARTEMIS-2094)</a></p></td>
<td>6</td><td>27</td><td>1</td><td>32</td><td><a href='https://github.com/apache/activemq-artemis/blob/6333c2d0aa42e9a15b08e196d4e38585a842ae2d/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java#L200-L201'>RedeployTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6333c2d0aa42e9a15b08e196d4e38585a842ae2d/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/5cc6f7e9ed17b928fffc8170322483b575df351e'>47</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/5cc6f7e9ed17b928fffc8170322483b575df351e'>5cc6f7e</a></td><td>2018/09/28 22:37:58</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2121'>ARTEMIS-2121</a> reload logging config at runtime</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2121'>Major/New Feature/Fixed/Closed (ARTEMIS-2121)</a></p></td>
<td>554</td><td>582</td><td>127</td><td>1009</td><td><a href='https://github.com/apache/activemq-artemis/blob/5cc6f7e9ed17b928fffc8170322483b575df351e/artemis-server/src/test/java/org/apache/activemq/artemis/core/reload/LoggingConfigurationFileReloaderTest.java#L1-L117'>LoggingConfigurationFileReloaderTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/5cc6f7e9ed17b928fffc8170322483b575df351e/artemis-server/src/test/java/org/apache/activemq/artemis/core/reload/LoggingConfigurationFileReloaderTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/bc0d6f682c4483bba5ed4e516a9fbec3600450f4'>48</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/bc0d6f682c4483bba5ed4e516a9fbec3600450f4'>bc0d6f6</a></td><td>2018/10/05 07:10:56</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1684'>ARTEMIS-1684</a> - don't build the -web module due to the node and gitbook dependency for travis ci</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1684'>Major/Task/Fixed/Closed (ARTEMIS-1684)</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/6b894a5d5164bd1aee05846a3823c369acaebfd5'>49</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/6b894a5d5164bd1aee05846a3823c369acaebfd5'>6b894a5</a></td><td>2018/10/08 07:31:40</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1684'>ARTEMIS-1684</a> remove native libs before ci build to avoid aio resource constraints failing tests in error</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1684'>Major/Task/Fixed/Closed (ARTEMIS-1684)</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/8e1c2163692cbbbb5d7f25636bb5ffd27d521fc2'>50</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/8e1c2163692cbbbb5d7f25636bb5ffd27d521fc2'>8e1c216</a></td><td>2018/10/10 06:00:10</td><td>andytaylor</td><td>NO-JIRA - fixing up some broken 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/8e1c2163692cbbbb5d7f25636bb5ffd27d521fc2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/ExtraBackupReplicatedFailoverTest.java#L1-L115'>ExtraBackupReplicatedFailoverTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/8e1c2163692cbbbb5d7f25636bb5ffd27d521fc2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/ExtraBackupReplicatedFailoverTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/8e1c2163692cbbbb5d7f25636bb5ffd27d521fc2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/ReplicatedFailoverTest.java#L28-L269'>ReplicatedFailoverTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/8e1c2163692cbbbb5d7f25636bb5ffd27d521fc2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/ReplicatedFailoverTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/8e1c2163692cbbbb5d7f25636bb5ffd27d521fc2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/ReplicatedMultipleServerFailoverExtraBackupsTest.java#L131-L132'>ReplicatedMultipleServerFailoverExtraBackupsTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/8e1c2163692cbbbb5d7f25636bb5ffd27d521fc2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/ReplicatedMultipleServerFailoverExtraBackupsTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/5e415a817c691120cbaecf0fbfd0ff0f834dcdaa'>51</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/5e415a817c691120cbaecf0fbfd0ff0f834dcdaa'>5e415a8</a></td><td>2018/10/10 02:56:56</td><td>Michael André Pearce</td><td>NO-JIRA Fix NPE seen in test case logs</td><td></td>
<td>1</td><td>9</td><td>3</td><td>7</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/dddff16bfbdefa5ff7a6462e58ad92fec7187f4b'>52</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/dddff16bfbdefa5ff7a6462e58ad92fec7187f4b'>dddff16</a></td><td>2018/10/10 18:09:28</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1898'>ARTEMIS-1898</a> Proper fix on AtomicRunnables and avoiding leaks</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1898'>Major/Bug/Fixed/Closed (ARTEMIS-1898)</a></p></td>
<td>45</td><td>20</td><td>38</td><td>27</td><td><a href='https://github.com/apache/activemq-artemis/blob/dddff16bfbdefa5ff7a6462e58ad92fec7187f4b/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPSessionCallbackTest.java#L34-L236'>AMQPSessionCallbackTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/dddff16bfbdefa5ff7a6462e58ad92fec7187f4b/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPSessionCallbackTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ee652c581dee9408fa17b1eaf49e4993bdf720be'>53</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/ee652c581dee9408fa17b1eaf49e4993bdf720be'>ee652c5</a></td><td>2018/10/10 17:11:21</td><td>Michael André Pearce</td><td>NO-JIRA close connection factory in CLI</td><td></td>
<td>14</td><td>0</td><td>2</td><td>12</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/01c50e1072ad459593a07f5a60cd4f58d93224bf'>54</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/01c50e1072ad459593a07f5a60cd4f58d93224bf'>01c50e1</a></td><td>2018/10/05 19:20:50</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2112'>ARTEMIS-2112</a> Remove JMX props from start scripts</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2112'>Major/Bug/Fixed/Closed (ARTEMIS-2112)</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/70a70f4c2f23fe76a0da2f10d35e15d6fdb5e8c1'>55</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/70a70f4c2f23fe76a0da2f10d35e15d6fdb5e8c1'>70a70f4</a></td><td>2018/10/05 14:39:07</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2111'>ARTEMIS-2111</a> ManagementContext can leak</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2111'>Major/Bug/Fixed/Closed (ARTEMIS-2111)</a></p></td>
<td>4</td><td>45</td><td>0</td><td>49</td><td><a href='https://github.com/apache/activemq-artemis/blob/70a70f4c2f23fe76a0da2f10d35e15d6fdb5e8c1/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java#L39-L255'>ArtemisTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/70a70f4c2f23fe76a0da2f10d35e15d6fdb5e8c1/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b6945b50fff7c21c9d3964f3dcd3187559bace0f'>56</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/b6945b50fff7c21c9d3964f3dcd3187559bace0f'>b6945b5</a></td><td>2018/10/03 20:18:27</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2108'>ARTEMIS-2108</a> Potential StackOverflowError when load balancing disabled</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2108'>Major/Bug/Fixed/Closed (ARTEMIS-2108)</a></p></td>
<td>14</td><td>5</td><td>0</td><td>19</td><td><a href='https://github.com/apache/activemq-artemis/blob/b6945b50fff7c21c9d3964f3dcd3187559bace0f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/RemoteBindingWithoutLoadBalancingTest.java#L1-L92'>RemoteBindingWithoutLoadBalancingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/b6945b50fff7c21c9d3964f3dcd3187559bace0f/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/RemoteBindingWithoutLoadBalancingTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a108ad361c6526b36f5d6ed746b4e85a1206cbe9'>57</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/a108ad361c6526b36f5d6ed746b4e85a1206cbe9'>a108ad3</a></td><td>2018/10/03 08:24:42</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2103'>ARTEMIS-2103</a> - use the full openwire consumer queue for the mapped virtual topic queue binding, fix and test</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2103'>Major/Bug/Fixed/Closed (ARTEMIS-2103)</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/a108ad361c6526b36f5d6ed746b4e85a1206cbe9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/VirtualTopicToFQQNOpenWireTest.java#L87-L224'>VirtualTopicToFQQNOpenWireTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a108ad361c6526b36f5d6ed746b4e85a1206cbe9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/VirtualTopicToFQQNOpenWireTest.java'>(+)</a> </td><td><a href='https://github.com/apache/activemq-artemis/blob/a108ad361c6526b36f5d6ed746b4e85a1206cbe9/docs/migration-guide/en/VirtualTopics.md#L36-L52'>VirtualTopics.md</a><a href='https://github.com/apache/activemq-artemis//commits/a108ad361c6526b36f5d6ed746b4e85a1206cbe9/docs/migration-guide/en/VirtualTopics.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/a108ad361c6526b36f5d6ed746b4e85a1206cbe9/docs/user-manual/en/openwire.md#L88-L106'>openwire.md</a><a href='https://github.com/apache/activemq-artemis//commits/a108ad361c6526b36f5d6ed746b4e85a1206cbe9/docs/user-manual/en/openwire.md'>(+)</a> </td><td><a href='https://github.com/apache/activemq-artemis/blob/a108ad361c6526b36f5d6ed746b4e85a1206cbe9/examples/protocols/openwire/virtual-topic-mapping/readme.md#L21-L21'>readme.md</a><a href='https://github.com/apache/activemq-artemis//commits/a108ad361c6526b36f5d6ed746b4e85a1206cbe9/examples/protocols/openwire/virtual-topic-mapping/readme.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/a108ad361c6526b36f5d6ed746b4e85a1206cbe9/examples/protocols/openwire/virtual-topic-mapping/src/main/java/org/apache/activemq/artemis/jms/example/VirtualTopicMappingExample.java#L34-L34'>VirtualTopicMappingExample.java</a><a href='https://github.com/apache/activemq-artemis//commits/a108ad361c6526b36f5d6ed746b4e85a1206cbe9/examples/protocols/openwire/virtual-topic-mapping/src/main/java/org/apache/activemq/artemis/jms/example/VirtualTopicMappingExample.java'>(+)</a> </td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/6b50d76e4fc39dd4020d7480cc6c854bff0f6163'>58</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/6b50d76e4fc39dd4020d7480cc6c854bff0f6163'>6b50d76</a></td><td>2018/10/02 07:44:57</td><td>yang wei</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2102'>ARTEMIS-2102</a> delete paging directory or table if address is removed</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2102'>Major/Bug/Fixed/Closed (ARTEMIS-2102)</a></p></td>
<td>74</td><td>22</td><td>0</td><td>96</td><td><a href='https://github.com/apache/activemq-artemis/blob/6b50d76e4fc39dd4020d7480cc6c854bff0f6163/artemis-jdbc-store/src/test/java/org/apache/activemq/artemis/jdbc/file/JDBCSequentialFileFactoryTest.java#L205-L230'>JDBCSequentialFileFactoryTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6b50d76e4fc39dd4020d7480cc6c854bff0f6163/artemis-jdbc-store/src/test/java/org/apache/activemq/artemis/jdbc/file/JDBCSequentialFileFactoryTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/6b50d76e4fc39dd4020d7480cc6c854bff0f6163/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java#L6223-L6291'>PagingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6b50d76e4fc39dd4020d7480cc6c854bff0f6163/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/6b50d76e4fc39dd4020d7480cc6c854bff0f6163/tests/performance-tests/src/test/java/org/apache/activemq/artemis/tests/performance/storage/PersistMultiThreadTest.java#L472-L475'>PersistMultiThreadTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6b50d76e4fc39dd4020d7480cc6c854bff0f6163/tests/performance-tests/src/test/java/org/apache/activemq/artemis/tests/performance/storage/PersistMultiThreadTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/6b50d76e4fc39dd4020d7480cc6c854bff0f6163/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/paging/impl/PagingStoreImplTest.java#L806-L809'>PagingStoreImplTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6b50d76e4fc39dd4020d7480cc6c854bff0f6163/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/paging/impl/PagingStoreImplTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4dbe0ecbb99bbf3aad9bdbef5032faad1aa418d2'>59</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/4dbe0ecbb99bbf3aad9bdbef5032faad1aa418d2'>4dbe0ec</a></td><td>2018/10/02 10:43:52</td><td>Ingo Weiss</td><td>[<a href='https://issues.apache.org/jira/browse/ARTEMIS-2105'>ARTEMIS-2105</a>] Discovery group connectors can delay broker shutdown</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2105'>Major/Bug/Fixed/Closed (ARTEMIS-2105)</a></p></td>
<td>7</td><td>66</td><td>9</td><td>64</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/475ff33b1ef5b92c345f73a92f224cb0cd3178bb'>60</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/475ff33b1ef5b92c345f73a92f224cb0cd3178bb'>475ff33</a></td><td>2018/10/11 02:02:47</td><td>Michael André Pearce</td><td>NO-JIRA cli test fixes</td><td></td>
<td>0</td><td>19</td><td>14</td><td>5</td><td><a href='https://github.com/apache/activemq-artemis/blob/475ff33b1ef5b92c345f73a92f224cb0cd3178bb/artemis-cli/src/test/java/org/apache/activemq/cli/test/MessageSerializerTest.java#L61-L78'>MessageSerializerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/475ff33b1ef5b92c345f73a92f224cb0cd3178bb/artemis-cli/src/test/java/org/apache/activemq/cli/test/MessageSerializerTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/44b113315c4d3b2b717263e9225d705c95fd27dc'>61</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/44b113315c4d3b2b717263e9225d705c95fd27dc'>44b1133</a></td><td>2018/10/11 12:04:30</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2103'>ARTEMIS-2103</a> - fix up test to reflect full consumer queue name in the fqqn queue</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2103'>Major/Bug/Fixed/Closed (ARTEMIS-2103)</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/44b113315c4d3b2b717263e9225d705c95fd27dc/tests/integration-tests/src/test/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireProtocolManagerTest.java#L53-L59'>OpenWireProtocolManagerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/44b113315c4d3b2b717263e9225d705c95fd27dc/tests/integration-tests/src/test/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireProtocolManagerTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b8eb5e61141d6c4e74d58d2a70f766fce88e7c6d'>62</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/b8eb5e61141d6c4e74d58d2a70f766fce88e7c6d'>b8eb5e6</a></td><td>2018/10/08 16:08:21</td><td>Ville Skyttä</td><td>NO-JIRA Log STOMP transaction starts with debug level instead of error</td><td></td>
<td>0</td><td>1</td><td>4</td><td>-3</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d495b63aeec3ee9e64c33a51164f27fa51c28469'>63</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/d495b63aeec3ee9e64c33a51164f27fa51c28469'>d495b63</a></td><td>2018/10/02 16:31:23</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1018'>ARTEMIS-1018</a> de-duplicate logging codes</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1018'>Minor/Bug/Fixed/Closed (ARTEMIS-1018)</a></p></td>
<td>15</td><td>269</td><td>15</td><td>269</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/7302122d8ea7dd731d96e1436e4a9a26cbad013c'>64</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/7302122d8ea7dd731d96e1436e4a9a26cbad013c'>7302122</a></td><td>2018/10/11 05:25:14</td><td>andytaylor</td><td>NO-JIRA - fixing up some broken 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/7302122d8ea7dd731d96e1436e4a9a26cbad013c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cli/QueueCommandTest.java#L61-L337'>QueueCommandTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/7302122d8ea7dd731d96e1436e4a9a26cbad013c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cli/QueueCommandTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d7042f69ffbaf6f0837fccdc6239dfaff0f8ac6f'>65</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/d7042f69ffbaf6f0837fccdc6239dfaff0f8ac6f'>d7042f6</a></td><td>2018/10/04 11:47:16</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2110'>ARTEMIS-2110</a> allow a lease renew without update to the expiry timestamp. Fix intermittent failure of org.apache.activemq.artemis.core.server.impl.jdbc.JdbcLeaseLockTest#shouldRenewAcquiredLock</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2110'>Minor/Bug/Fixed/Closed (ARTEMIS-2110)</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/db818b13e240177dd429e65837e9d9055e7d0a7a'>66</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/db818b13e240177dd429e65837e9d9055e7d0a7a'>db818b1</a></td><td>2018/10/03 12:43:58</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2106'>ARTEMIS-2106</a> log failure to start broker</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2106'>Major/Bug/Fixed/Closed (ARTEMIS-2106)</a></p></td>
<td>6</td><td>0</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/da1eeacc0d8b963cae9e61a1b5b9c207a1af4cac'>67</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/da1eeacc0d8b963cae9e61a1b5b9c207a1af4cac'>da1eeac</a></td><td>2018/10/03 14:03:18</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2107'>ARTEMIS-2107</a> clarify identity for authn failures in notification</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2107'>Major/Bug/Fixed/Closed (ARTEMIS-2107)</a></p></td>
<td>13</td><td>0</td><td>8</td><td>5</td><td><a href='https://github.com/apache/activemq-artemis/blob/da1eeacc0d8b963cae9e61a1b5b9c207a1af4cac/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/SSLSecurityNotificationTest.java#L1-L181'>SSLSecurityNotificationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/da1eeacc0d8b963cae9e61a1b5b9c207a1af4cac/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/SSLSecurityNotificationTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/da1eeacc0d8b963cae9e61a1b5b9c207a1af4cac/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/SecurityNotificationTest.java#L83-L85'>SecurityNotificationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/da1eeacc0d8b963cae9e61a1b5b9c207a1af4cac/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/SecurityNotificationTest.java'>(+)</a> </td><td><a href='https://github.com/apache/activemq-artemis/blob/da1eeacc0d8b963cae9e61a1b5b9c207a1af4cac/docs/user-manual/en/management.md#L749-L749'>management.md</a><a href='https://github.com/apache/activemq-artemis//commits/da1eeacc0d8b963cae9e61a1b5b9c207a1af4cac/docs/user-manual/en/management.md'>(+)</a> </td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/cd6113a7afd45128b85b28421a463948dbc450ea'>68</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/cd6113a7afd45128b85b28421a463948dbc450ea'>cd6113a</a></td><td>2018/10/15 01:38:43</td><td>Tadayoshi Sato</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2125'>ARTEMIS-2125</a> Queue preference changes to display columns not persistent through page refresh</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2125'>Major/Improvement/Fixed/Closed (ARTEMIS-2125)</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/e7d26d8bb623b8e6be3a25942cd0a80d7ad1ba10'>69</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/e7d26d8bb623b8e6be3a25942cd0a80d7ad1ba10'>e7d26d8</a></td><td>2018/10/16 07:28:14</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2125'>ARTEMIS-2125</a> Tabs pref changes to display columns not persisted through page refresh</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2125'>Major/Improvement/Fixed/Closed (ARTEMIS-2125)</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/48e0fc8f42346d96bc809593a150e05a586787ee'>70</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/48e0fc8f42346d96bc809593a150e05a586787ee'>48e0fc8</a></td><td>2018/10/17 17:05:45</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2135'>ARTEMIS-2135</a> Race condition on getProtonMessage / getHeader causing NPE</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2135'>Major/Task/Fixed/Closed (ARTEMIS-2135)</a>,</p><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2096'>Major/Bug/Fixed/Closed (ARTEMIS-2096)</a></p></td>
<td>0</td><td>1</td><td>0</td><td>1</td><td><a href='https://github.com/apache/activemq-artemis/blob/48e0fc8f42346d96bc809593a150e05a586787ee/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/message/AMQPMessageTest.java#L29-L139'>AMQPMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/48e0fc8f42346d96bc809593a150e05a586787ee/artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/message/AMQPMessageTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/878b310184815a13c26dbe212e81f4cb13eeba0c'>71</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/878b310184815a13c26dbe212e81f4cb13eeba0c'>878b310</a></td><td>2018/10/17 09:10:04</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2131'>ARTEMIS-2131</a> Error compacting journal</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2131'>Major/Bug/Fixed/Closed (ARTEMIS-2131)</a></p></td>
<td>4</td><td>6</td><td>0</td><td>10</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a7256372e26a3f1ad839bde93a6b73508ab8dfb6'>72</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/a7256372e26a3f1ad839bde93a6b73508ab8dfb6'>a725637</a></td><td>2018/10/17 08:15:17</td><td>Howard Gao</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2133'>ARTEMIS-2133</a> Artemis tab not showing on IE browser</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2133'>Major/Bug/Fixed/Closed (ARTEMIS-2133)</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/024db5bd3c1656d265daf60c9e3a362d53b9088b'>73</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/024db5bd3c1656d265daf60c9e3a362d53b9088b'>024db5b</a></td><td>2018/10/18 17:18:45</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2136'>ARTEMIS-2136</a> synchronize copy constructor</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2136'>Major/Bug/Fixed/Closed (ARTEMIS-2136)</a></p></td>
<td>1</td><td>29</td><td>2</td><td>28</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/292566e3906c510cfa055e5adaafec922af54ef7'>74</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/292566e3906c510cfa055e5adaafec922af54ef7'>292566e</a></td><td>2018/10/22 11:49:17</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>ARTEMIS-2139</a> Reverting <a href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>ARTEMIS-2023</a> for older clients prefixes.</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>Major/Bug/Fixed/Closed (ARTEMIS-2139)</a>,</p><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2023'>Major/Bug/Fixed/Closed (ARTEMIS-2023)</a></p></td>
<td>19</td><td>49</td><td>467</td><td>-399</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/cad1e9a630ddfb4647d7ee59c83195d98fbf1d30'>75</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/cad1e9a630ddfb4647d7ee59c83195d98fbf1d30'>cad1e9a</a></td><td>2018/10/19 07:07:44</td><td>Martyn Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>ARTEMIS-2139</a> Ensure 1.x Client reply to address is correct</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>Major/Bug/Fixed/Closed (ARTEMIS-2139)</a></p></td>
<td>2</td><td>29</td><td>15</td><td>16</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d72a7acbb7cdf842ab908a00cbecb8e2ca6b56e7'>76</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/d72a7acbb7cdf842ab908a00cbecb8e2ca6b56e7'>d72a7ac</a></td><td>2018/10/19 09:40:33</td><td>Howard Gao</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2135'>ARTEMIS-2135</a> Test multiple core consumers receiving amqp messages</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2135'>Major/Task/Fixed/Closed (ARTEMIS-2135)</a>,</p><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2096'>Major/Bug/Fixed/Closed (ARTEMIS-2096)</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/d72a7acbb7cdf842ab908a00cbecb8e2ca6b56e7/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/interop/AmqpCoreTest.java#L1-L134'>AmqpCoreTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/d72a7acbb7cdf842ab908a00cbecb8e2ca6b56e7/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/interop/AmqpCoreTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ad92ea2c03903c13b9241096d432565bda933879'>77</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/ad92ea2c03903c13b9241096d432565bda933879'>ad92ea2</a></td><td>2018/10/23 12:47:13</td><td>Martyn Taylor</td><td>NO-JIRA Fix extra imports</td><td></td>
<td>0</td><td>0</td><td>2</td><td>-2</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0b0499b8a9a290d59525c0cd31b42f0695de7830'>78</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/0b0499b8a9a290d59525c0cd31b42f0695de7830'>0b0499b</a></td><td>2018/10/23 12:43:36</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2146'>ARTEMIS-2146</a> Avoiding NPE on AMQP Flow Control</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2146'>Major/Bug/Fixed/Closed (ARTEMIS-2146)</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/58f617b3c678bf82cc56c801f77995631f44daf7'>79</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/58f617b3c678bf82cc56c801f77995631f44daf7'>58f617b</a></td><td>2018/08/15 08:39:41</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1996'>ARTEMIS-1996</a> MappedSequentialFileFactory may cause DirectByteBuffer off-heap memory leaks</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1996'>Minor/Bug/Fixed/Closed (ARTEMIS-1996)</a></p></td>
<td>167</td><td>92</td><td>4</td><td>255</td><td><a href='https://github.com/apache/activemq-artemis/blob/58f617b3c678bf82cc56c801f77995631f44daf7/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/fakes/FakeSequentialFileFactory.java#L36-L433'>FakeSequentialFileFactory.java</a><a href='https://github.com/apache/activemq-artemis//commits/58f617b3c678bf82cc56c801f77995631f44daf7/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/fakes/FakeSequentialFileFactory.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/7ca84772f2f4e643ad599a4253e7cb401ae75614'>80</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/7ca84772f2f4e643ad599a4253e7cb401ae75614'>7ca8477</a></td><td>2018/10/25 10:41:02</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2148'>ARTEMIS-2148</a> Fixing typo where getDoubleProperty marks body as changed</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2148'>Major/Task/Fixed/Closed (ARTEMIS-2148)</a></p></td>
<td>0</td><td>0</td><td>1</td><td>-1</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b3ba6ecafb6e6584380f354538d67a72319db0ff'>81</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/b3ba6ecafb6e6584380f354538d67a72319db0ff'>b3ba6ec</a></td><td>2018/10/25 11:23:40</td><td>Clebert Suconic</td><td>NO-JIRA Adding log.warn statements in case properties decode fails</td><td></td>
<td>1</td><td>23</td><td>2</td><td>22</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/5bd533a97444abffe78572f00f9d8c8d02ed5e56'>82</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/5bd533a97444abffe78572f00f9d8c8d02ed5e56'>5bd533a</a></td><td>2018/10/25 17:27:47</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2149'>ARTEMIS-2149</a> Protecting message.sendBuffer from races encoding it</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2149'>Major/Bug/Fixed/Closed (ARTEMIS-2149)</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/5bd533a97444abffe78572f00f9d8c8d02ed5e56/artemis-core-client/src/test/java/org/apache/activemq/artemis/message/CoreMTMessageTest.java#L1-L124'>CoreMTMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/5bd533a97444abffe78572f00f9d8c8d02ed5e56/artemis-core-client/src/test/java/org/apache/activemq/artemis/message/CoreMTMessageTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/5a113ff352dde926094a23a3c5134b16349be8e3'>83</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/5a113ff352dde926094a23a3c5134b16349be8e3'>5a113ff</a></td><td>2018/10/26 04:24:29</td><td>Martyn Taylor</td><td>Revert "<a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>ARTEMIS-2139</a> Ensure 1.x Client reply to address is correct"</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>Major/Bug/Fixed/Closed (ARTEMIS-2139)</a></p></td>
<td>15</td><td>25</td><td>0</td><td>40</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ec313ba8032b1766ad2a2a1d161a624cc293d037'>84</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/ec313ba8032b1766ad2a2a1d161a624cc293d037'>ec313ba</a></td><td>2018/10/26 04:24:39</td><td>Martyn Taylor</td><td>Revert "NO-JIRA Fix extra imports"</td><td></td>
<td>2</td><td>0</td><td>0</td><td>2</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/8ac9f8d3033435e1fc99deaece676c78997ae4c4'>85</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/8ac9f8d3033435e1fc99deaece676c78997ae4c4'>8ac9f8d</a></td><td>2018/10/26 04:23:10</td><td>Martyn Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>ARTEMIS-2139</a> Fix JMS reply to Address is correct for all versions</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>Major/Bug/Fixed/Closed (ARTEMIS-2139)</a></p></td>
<td>41</td><td>20</td><td>7</td><td>54</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e4744c90381d9afc6d2a5275e5e25b26cd22a647'>86</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/e4744c90381d9afc6d2a5275e5e25b26cd22a647'>e4744c9</a></td><td>2018/10/30 11:42:02</td><td>Martyn Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>ARTEMIS-2139</a> Fix ReplyTo for TempTopic</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>Major/Bug/Fixed/Closed (ARTEMIS-2139)</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/89f357572103b5ec06d21600d5929969a4702a74'>87</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/89f357572103b5ec06d21600d5929969a4702a74'>89f3575</a></td><td>2018/10/30 11:40:39</td><td>Clebert Suconic</td><td>NO-JIRA Adding Test to validate OpenWire and Fail flow control</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/89f357572103b5ec06d21600d5929969a4702a74/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireFlowControlFailTest.java#L1-L91'>OpenWireFlowControlFailTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/89f357572103b5ec06d21600d5929969a4702a74/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireFlowControlFailTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/89f357572103b5ec06d21600d5929969a4702a74/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireTestBase.java#L24-L127'>OpenWireTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/89f357572103b5ec06d21600d5929969a4702a74/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireTestBase.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2d0345b873de98ef3fde3134f4987309b1006639'>88</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/2d0345b873de98ef3fde3134f4987309b1006639'>2d0345b</a></td><td>2018/10/24 09:45:53</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2100'>ARTEMIS-2100</a> address routing-type overridden on attaching AMQP sender</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2100'>Major/Bug/Fixed/Closed (ARTEMIS-2100)</a></p></td>
<td>2</td><td>9</td><td>0</td><td>11</td><td><a href='https://github.com/apache/activemq-artemis/blob/2d0345b873de98ef3fde3134f4987309b1006639/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpSenderRoutingTypeTest.java#L1-L116'>AmqpSenderRoutingTypeTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/2d0345b873de98ef3fde3134f4987309b1006639/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpSenderRoutingTypeTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3a5d7b2fe797e6e166de4f933015ccc9a38f93b8'>89</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/3a5d7b2fe797e6e166de4f933015ccc9a38f93b8'>3a5d7b2</a></td><td>2018/10/23 14:06:22</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2155'>ARTEMIS-2155</a> disconnect on failure to handle packet</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2155'>Major/Bug/Fixed/Closed (ARTEMIS-2155)</a></p></td>
<td>6</td><td>2</td><td>0</td><td>8</td><td><a href='https://github.com/apache/activemq-artemis/blob/3a5d7b2fe797e6e166de4f933015ccc9a38f93b8/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/PacketFailureTest.java#L1-L95'>PacketFailureTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3a5d7b2fe797e6e166de4f933015ccc9a38f93b8/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/PacketFailureTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a2482f56d25806eee2c49686bc41c2fadedf141a'>90</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/a2482f56d25806eee2c49686bc41c2fadedf141a'>a2482f5</a></td><td>2018/10/30 16:10:35</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2157'>ARTEMIS-2157</a> Extra information on CriticalAnalyzer and its components</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2157'>Major/Improvement/Fixed/Closed (ARTEMIS-2157)</a></p></td>
<td>49</td><td>24</td><td>0</td><td>73</td><td><a href='https://github.com/apache/activemq-artemis/blob/a2482f56d25806eee2c49686bc41c2fadedf141a/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/critical/CriticalMeasureTest.java#L1-L59'>CriticalMeasureTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a2482f56d25806eee2c49686bc41c2fadedf141a/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/critical/CriticalMeasureTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b5c862febc260e957e20c50452eac23e8bbd0dd2'>91</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/b5c862febc260e957e20c50452eac23e8bbd0dd2'>b5c862f</a></td><td>2018/10/29 01:46:55</td><td>Michael André Pearce</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2151'>ARTEMIS-2151</a> JMS Selectors broken in some cases</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2151'>Major/Bug/Fixed/Closed (ARTEMIS-2151)</a></p></td>
<td>9</td><td>1</td><td>0</td><td>10</td><td><a href='https://github.com/apache/activemq-artemis/blob/b5c862febc260e957e20c50452eac23e8bbd0dd2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSSelectorTest.java#L1-L162'>JMSSelectorTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/b5c862febc260e957e20c50452eac23e8bbd0dd2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSSelectorTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d54cce16cb3c8a5169fe8d076b0e0a9a4e388561'>92</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/d54cce16cb3c8a5169fe8d076b0e0a9a4e388561'>d54cce1</a></td><td>2018/10/31 09:13:05</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2159'>ARTEMIS-2159</a> OpenWire would allow one extra send</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2159'>Major/Bug/Fixed/Closed (ARTEMIS-2159)</a></p></td>
<td>53</td><td>4</td><td>0</td><td>57</td><td><a href='https://github.com/apache/activemq-artemis/blob/d54cce16cb3c8a5169fe8d076b0e0a9a4e388561/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireFlowControlFailTest.java#L21-L104'>OpenWireFlowControlFailTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/d54cce16cb3c8a5169fe8d076b0e0a9a4e388561/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireFlowControlFailTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/8ad8feffa9f487ec277170d68603699d7088b442'>93</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/8ad8feffa9f487ec277170d68603699d7088b442'>8ad8fef</a></td><td>2018/10/12 08:32:02</td><td>yang wei</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2123'>ARTEMIS-2123</a> Paging not stopped if there are no messages on one subscription</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2123'>Major/Bug/Fixed/Closed (ARTEMIS-2123)</a></p></td>
<td>19</td><td>0</td><td>0</td><td>19</td><td><a href='https://github.com/apache/activemq-artemis/blob/8ad8feffa9f487ec277170d68603699d7088b442/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java#L6292-L6455'>PagingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/8ad8feffa9f487ec277170d68603699d7088b442/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/13f1ca36faf7500b36c7b423b3fb174f1cf2c283'>94</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/13f1ca36faf7500b36c7b423b3fb174f1cf2c283'>13f1ca3</a></td><td>2018/10/30 22:02:11</td><td>yang wei</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2158'>ARTEMIS-2158</a> don't get pagedMessage if it's nontransactional</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2158'>Major/Bug/Fixed/Closed (ARTEMIS-2158)</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/8e8b02a4ca51d13d5c3010802cf49b6687043c42'>95</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/8e8b02a4ca51d13d5c3010802cf49b6687043c42'>8e8b02a</a></td><td>2018/11/01 11:39:36</td><td>Martyn Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>ARTEMIS-2139</a> Fix ReplyTo for TempQueue</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>Major/Bug/Fixed/Closed (ARTEMIS-2139)</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/b427087a7c2dc2392a64c85f73f6958a0f263a66'>96</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/b427087a7c2dc2392a64c85f73f6958a0f263a66'>b427087</a></td><td>2018/11/01 14:24:47</td><td>Clebert Suconic</td><td>Revert "<a href='https://issues.apache.org/jira/browse/ARTEMIS-2100'>ARTEMIS-2100</a> address routing-type overridden on attaching AMQP sender"</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2100'>Major/Bug/Fixed/Closed (ARTEMIS-2100)</a></p></td>
<td>0</td><td>2</td><td>2</td><td>0</td><td>AmqpSenderRoutingTypeTest.java </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/30bb9dd0f4c884750f2678d596010355191f5865'>97</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/30bb9dd0f4c884750f2678d596010355191f5865'>30bb9dd</a></td><td>2018/11/01 15:33:03</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2159'>ARTEMIS-2159</a> Fixing OpenWire Blocker Producer</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2159'>Major/Bug/Fixed/Closed (ARTEMIS-2159)</a></p></td>
<td>7</td><td>55</td><td>54</td><td>8</td><td><a href='https://github.com/apache/activemq-artemis/blob/30bb9dd0f4c884750f2678d596010355191f5865/tests/performance-tests/src/test/java/org/apache/activemq/artemis/tests/performance/storage/PersistMultiThreadTest.java#L414-L418'>PersistMultiThreadTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/30bb9dd0f4c884750f2678d596010355191f5865/tests/performance-tests/src/test/java/org/apache/activemq/artemis/tests/performance/storage/PersistMultiThreadTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/09d7cb460ee72651ba1de18e36f5e6320866b005'>98</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/09d7cb460ee72651ba1de18e36f5e6320866b005'>09d7cb4</a></td><td>2018/11/01 17:11:51</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/09d7cb460ee72651ba1de18e36f5e6320866b005/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireTestBase.java#L26-L26'>OpenWireTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/09d7cb460ee72651ba1de18e36f5e6320866b005/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireTestBase.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/cfd368681ca6f8db531e7ef727a1b40c508026cd'>99</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/cfd368681ca6f8db531e7ef727a1b40c508026cd'>cfd3686</a></td><td>2018/11/01 17:22:53</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2151'>ARTEMIS-2151</a> Fixing Compilation after ConnectionSupplier</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2151'>Major/Bug/Fixed/Closed (ARTEMIS-2151)</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/cfd368681ca6f8db531e7ef727a1b40c508026cd/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java#L262-L265'>JMSClientTestSupport.java</a><a href='https://github.com/apache/activemq-artemis//commits/cfd368681ca6f8db531e7ef727a1b40c508026cd/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0cd3fac1e25ce280bed15168b241764578a6b350'>100</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/0cd3fac1e25ce280bed15168b241764578a6b350'>0cd3fac</a></td><td>2018/11/02 09:32:27</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>ARTEMIS-2139</a> JMSReplyTo compatibility with old clients</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>Major/Bug/Fixed/Closed (ARTEMIS-2139)</a></p></td>
<td>12</td><td>1</td><td>0</td><td>13</td><td><a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToQueue/artemisServer.groovy#L1-L53'>artemisServer.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToQueue/artemisServer.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToQueue/receiveMessages.groovy#L1-L51'>receiveMessages.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToQueue/receiveMessages.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToQueue/sendMessagesAddress.groovy#L1-L50'>sendMessagesAddress.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToQueue/sendMessagesAddress.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTempQueue/artemisServer.groovy#L1-L49'>artemisServer.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTempQueue/artemisServer.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTempQueue/receiveMessages.groovy#L1-L51'>receiveMessages.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTempQueue/receiveMessages.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTempQueue/sendMessagesAddress.groovy#L1-L50'>sendMessagesAddress.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTempQueue/sendMessagesAddress.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTempTopic/artemisServer.groovy#L1-L52'>artemisServer.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTempTopic/artemisServer.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTempTopic/receiveMessages.groovy#L1-L51'>receiveMessages.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTempTopic/receiveMessages.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTempTopic/sendMessagesAddress.groovy#L1-L50'>sendMessagesAddress.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTempTopic/sendMessagesAddress.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTopic/artemisServer.groovy#L1-L49'>artemisServer.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTopic/artemisServer.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTopic/receiveMessages.groovy#L1-L51'>receiveMessages.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTopic/receiveMessages.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTopic/sendMessagesAddress.groovy#L1-L50'>sendMessagesAddress.groovy</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/main/resources/jmsReplyToTopic/sendMessagesAddress.groovy'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/JmsReplyToQueueTest.java#L1-L123'>JmsReplyToQueueTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/JmsReplyToQueueTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/JmsReplyToTempQueueTest.java#L1-L123'>JmsReplyToTempQueueTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/JmsReplyToTempQueueTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/JmsReplyToTempTopicTest.java#L1-L123'>JmsReplyToTempTopicTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/JmsReplyToTempTopicTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/JmsReplyToTopicTest.java#L1-L123'>JmsReplyToTopicTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/JmsReplyToTopicTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/0cd3fac1e25ce280bed15168b241764578a6b350/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireTestBase.java#L24-L24'>OpenWireTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/0cd3fac1e25ce280bed15168b241764578a6b350/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireTestBase.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/20ff68df80faa9bbd850ad6c0ebca6078751a107'>101</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/20ff68df80faa9bbd850ad6c0ebca6078751a107'>20ff68d</a></td><td>2018/10/31 13:34:07</td><td>Roddie Kieley</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2160'>ARTEMIS-2160</a>: Addressed occurance where cluster configuration on server locator was hard coded. Covered with test.</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2160'>Major/Bug/Fixed/Closed (ARTEMIS-2160)</a></p></td>
<td>4</td><td>5</td><td>0</td><td>9</td><td><a href='https://github.com/apache/activemq-artemis/blob/20ff68df80faa9bbd850ad6c0ebca6078751a107/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/ClusterControllerTest.java#L19-L159'>ClusterControllerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/20ff68df80faa9bbd850ad6c0ebca6078751a107/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/ClusterControllerTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/20ff68df80faa9bbd850ad6c0ebca6078751a107/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/ClusterTestBase.java#L1740-L1867'>ClusterTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/20ff68df80faa9bbd850ad6c0ebca6078751a107/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/ClusterTestBase.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/ca9f726dc5dd6009bc2dc56755674c7a8caf5c06'>102</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/ca9f726dc5dd6009bc2dc56755674c7a8caf5c06'>ca9f726</a></td><td>2018/11/02 13:42:08</td><td>Justin Bertram</td><td>NO-JIRA fixing OpenWireTestBase missing import</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/ca9f726dc5dd6009bc2dc56755674c7a8caf5c06/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireTestBase.java#L25-L25'>OpenWireTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/ca9f726dc5dd6009bc2dc56755674c7a8caf5c06/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireTestBase.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f4e294289cd4900015e0f85ee5b7e95859a9703e'>103</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/f4e294289cd4900015e0f85ee5b7e95859a9703e'>f4e2942</a></td><td>2018/10/26 11:04:35</td><td>feuillemorte</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2116'>ARTEMIS-2116</a> Extend tests on producer CLI command with message body</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2116'>Minor/New Feature/Fixed/Closed (ARTEMIS-2116)</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/f4e294289cd4900015e0f85ee5b7e95859a9703e/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java#L37-L1058'>ArtemisTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f4e294289cd4900015e0f85ee5b7e95859a9703e/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/f4e294289cd4900015e0f85ee5b7e95859a9703e/artemis-cli/src/test/java/org/apache/activemq/cli/test/CliProducerTest.java#L1-L156'>CliProducerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f4e294289cd4900015e0f85ee5b7e95859a9703e/artemis-cli/src/test/java/org/apache/activemq/cli/test/CliProducerTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/f4e294289cd4900015e0f85ee5b7e95859a9703e/artemis-cli/src/test/java/org/apache/activemq/cli/test/CliTestBase.java#L20-L149'>CliTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/f4e294289cd4900015e0f85ee5b7e95859a9703e/artemis-cli/src/test/java/org/apache/activemq/cli/test/CliTestBase.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/f4e294289cd4900015e0f85ee5b7e95859a9703e/artemis-cli/src/test/java/org/apache/activemq/cli/test/MessageSerializerTest.java#L21-L363'>MessageSerializerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f4e294289cd4900015e0f85ee5b7e95859a9703e/artemis-cli/src/test/java/org/apache/activemq/cli/test/MessageSerializerTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/f4e294289cd4900015e0f85ee5b7e95859a9703e/artemis-cli/src/test/java/org/apache/activemq/cli/test/StringGenerator.java#L1-L46'>StringGenerator.java</a><a href='https://github.com/apache/activemq-artemis//commits/f4e294289cd4900015e0f85ee5b7e95859a9703e/artemis-cli/src/test/java/org/apache/activemq/cli/test/StringGenerator.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/65213ebeffb4725c0d926d64c9a85a07af0d89e1'>104</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/65213ebeffb4725c0d926d64c9a85a07af0d89e1'>65213eb</a></td><td>2018/11/04 08:32:29</td><td>Martyn Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>ARTEMIS-2139</a> Do not add prefix for temp queues</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>Major/Bug/Fixed/Closed (ARTEMIS-2139)</a></p></td>
<td>0</td><td>0</td><td>4</td><td>-4</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1fef3dcc45f2b7ea9dc846d762a01bc97058fc3a'>105</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/1fef3dcc45f2b7ea9dc846d762a01bc97058fc3a'>1fef3dc</a></td><td>2018/07/12 09:14:37</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1980'>ARTEMIS-1980</a> Warn on failed check of table existence should be info</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1980'>Trivial/Improvement/Fixed/Closed (ARTEMIS-1980)</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/ade0003c33ba1cd3200b42e877e6fd0e5a3997e3'>106</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/ade0003c33ba1cd3200b42e877e6fd0e5a3997e3'>ade0003</a></td><td>2018/11/03 11:37:26</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1710'>ARTEMIS-1710</a> Allow management msgs to exceed global-max-size limit</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1710'>Major/Bug/Fixed/Closed (ARTEMIS-1710)</a></p></td>
<td>18</td><td>74</td><td>4</td><td>88</td><td><a href='https://github.com/apache/activemq-artemis/blob/ade0003c33ba1cd3200b42e877e6fd0e5a3997e3/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/files/FileMoveManagerTest.java#L31-L308'>FileMoveManagerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ade0003c33ba1cd3200b42e877e6fd0e5a3997e3/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/files/FileMoveManagerTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/ade0003c33ba1cd3200b42e877e6fd0e5a3997e3/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/region/policy/DestinationProxy.java#L19-L235'>DestinationProxy.java</a><a href='https://github.com/apache/activemq-artemis//commits/ade0003c33ba1cd3200b42e877e6fd0e5a3997e3/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/region/policy/DestinationProxy.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/ade0003c33ba1cd3200b42e877e6fd0e5a3997e3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.java#L22-L289'>GlobalPagingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ade0003c33ba1cd3200b42e877e6fd0e5a3997e3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/ade0003c33ba1cd3200b42e877e6fd0e5a3997e3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/ReplicationTest.java#L601-L601'>ReplicationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ade0003c33ba1cd3200b42e877e6fd0e5a3997e3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/ReplicationTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/ade0003c33ba1cd3200b42e877e6fd0e5a3997e3/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/postoffice/impl/BindingsImplTest.java#L73-L73'>BindingsImplTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ade0003c33ba1cd3200b42e877e6fd0e5a3997e3/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/postoffice/impl/BindingsImplTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/5b7f2d5c2af97c719d0529513d8db96351176863'>107</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/5b7f2d5c2af97c719d0529513d8db96351176863'>5b7f2d5</a></td><td>2018/10/24 09:45:53</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2100'>ARTEMIS-2100</a> address routing-type overridden on attaching AMQP sender</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2100'>Major/Bug/Fixed/Closed (ARTEMIS-2100)</a></p></td>
<td>2</td><td>9</td><td>0</td><td>11</td><td><a href='https://github.com/apache/activemq-artemis/blob/5b7f2d5c2af97c719d0529513d8db96351176863/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpSenderRoutingTypeTest.java#L1-L116'>AmqpSenderRoutingTypeTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/5b7f2d5c2af97c719d0529513d8db96351176863/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpSenderRoutingTypeTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/dea166ab83287ed15dba799aa9ed5effac75d416'>108</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/dea166ab83287ed15dba799aa9ed5effac75d416'>dea166a</a></td><td>2018/05/07 02:33:16</td><td>Howard Gao</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1850'>ARTEMIS-1850</a> QueueControl.listDeliveringMessages returns empty result</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1850'>Major/Bug/Fixed/Closed (ARTEMIS-1850)</a></p></td>
<td>43</td><td>1</td><td>0</td><td>44</td><td><a href='https://github.com/apache/activemq-artemis/blob/dea166ab83287ed15dba799aa9ed5effac75d416/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMXManagementTest.java#L1-L92'>JMXManagementTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/dea166ab83287ed15dba799aa9ed5effac75d416/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMXManagementTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f79ab66d0ddd178167b2b0adf00d53ba1602756b'>109</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/f79ab66d0ddd178167b2b0adf00d53ba1602756b'>f79ab66</a></td><td>2018/11/06 08:52:57</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1710'>ARTEMIS-1710</a> Allow for management msgs to exceed global-max-size limit</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1710'>Major/Bug/Fixed/Closed (ARTEMIS-1710)</a></p></td>
<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td><a href='https://github.com/apache/activemq-artemis/blob/f79ab66d0ddd178167b2b0adf00d53ba1602756b/docs/user-manual/en/paging.md#L79-L88'>paging.md</a><a href='https://github.com/apache/activemq-artemis//commits/f79ab66d0ddd178167b2b0adf00d53ba1602756b/docs/user-manual/en/paging.md'>(+)</a> </td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/48b090afd7032c6a3bb3096a35849b2160a7be36'>110</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/48b090afd7032c6a3bb3096a35849b2160a7be36'>48b090a</a></td><td>2018/11/02 08:53:43</td><td>feuillemorte</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2125'>ARTEMIS-2125</a> Tabs preference changes to display columns not persistent through page refresh</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2125'>Major/Improvement/Fixed/Closed (ARTEMIS-2125)</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/3105d01bb358779bf8a43e5120099a9a90ee145b'>111</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/3105d01bb358779bf8a43e5120099a9a90ee145b'>3105d01</a></td><td>2018/10/16 09:01:45</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2127'>ARTEMIS-2127</a> Add auth details to consumer created notification</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2127'>Minor/Improvement/Fixed/Closed (ARTEMIS-2127)</a></p></td>
<td>14</td><td>0</td><td>0</td><td>14</td><td><a href='https://github.com/apache/activemq-artemis/blob/3105d01bb358779bf8a43e5120099a9a90ee145b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/NotificationTest.java#L178-L181'>NotificationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3105d01bb358779bf8a43e5120099a9a90ee145b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/NotificationTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/3105d01bb358779bf8a43e5120099a9a90ee145b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/SSLSecurityNotificationTest.java#L28-L137'>SSLSecurityNotificationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3105d01bb358779bf8a43e5120099a9a90ee145b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/SSLSecurityNotificationTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/3105d01bb358779bf8a43e5120099a9a90ee145b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/SecurityNotificationTest.java#L24-L153'>SecurityNotificationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3105d01bb358779bf8a43e5120099a9a90ee145b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/SecurityNotificationTest.java'>(+)</a> </td><td><a href='https://github.com/apache/activemq-artemis/blob/3105d01bb358779bf8a43e5120099a9a90ee145b/docs/user-manual/en/management.md#L738-L739'>management.md</a><a href='https://github.com/apache/activemq-artemis//commits/3105d01bb358779bf8a43e5120099a9a90ee145b/docs/user-manual/en/management.md'>(+)</a> </td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/59300713a7e994c05d72cc4e5c03fdacc8b5a50c'>112</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/59300713a7e994c05d72cc4e5c03fdacc8b5a50c'>5930071</a></td><td>2018/04/26 10:31:46</td><td>Howard Gao</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1825'>ARTEMIS-1825</a> Live-backup topology not correctly displayed on console</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1825'>Major/Bug/Fixed/Closed (ARTEMIS-1825)</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/773721f7b028754c39e441aa9372dc614f31ce47'>113</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/773721f7b028754c39e441aa9372dc614f31ce47'>773721f</a></td><td>2018/11/05 11:42:32</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2108'>ARTEMIS-2108</a> fix another potential StackOverflow</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2108'>Major/Bug/Fixed/Closed (ARTEMIS-2108)</a></p></td>
<td>4</td><td>4</td><td>0</td><td>8</td><td><a href='https://github.com/apache/activemq-artemis/blob/773721f7b028754c39e441aa9372dc614f31ce47/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/RemoteBindingWithoutLoadBalancingTest.java#L19-L102'>RemoteBindingWithoutLoadBalancingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/773721f7b028754c39e441aa9372dc614f31ce47/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/RemoteBindingWithoutLoadBalancingTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/773721f7b028754c39e441aa9372dc614f31ce47/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/server/cluster/impl/RemoteQueueBindImplTest.java#L21-L52'>RemoteQueueBindImplTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/773721f7b028754c39e441aa9372dc614f31ce47/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/server/cluster/impl/RemoteQueueBindImplTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/26df390fbc46b45689169951caae7ea0735883a9'>114</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/26df390fbc46b45689169951caae7ea0735883a9'>26df390</a></td><td>2018/09/10 06:14:30</td><td>feuillemorte</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2104'>ARTEMIS-2104</a> Added tests in artemis-cli//MessageSerializerTest</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2104'>Major/Test/Fixed/Closed (ARTEMIS-2104)</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/26df390fbc46b45689169951caae7ea0735883a9/artemis-cli/src/test/java/org/apache/activemq/cli/test/CliProducerTest.java#L26-L142'>CliProducerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/26df390fbc46b45689169951caae7ea0735883a9/artemis-cli/src/test/java/org/apache/activemq/cli/test/CliProducerTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/26df390fbc46b45689169951caae7ea0735883a9/artemis-cli/src/test/java/org/apache/activemq/cli/test/CliTestBase.java#L35-L160'>CliTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/26df390fbc46b45689169951caae7ea0735883a9/artemis-cli/src/test/java/org/apache/activemq/cli/test/CliTestBase.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/26df390fbc46b45689169951caae7ea0735883a9/artemis-cli/src/test/java/org/apache/activemq/cli/test/MessageSerializerTest.java#L29-L396'>MessageSerializerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/26df390fbc46b45689169951caae7ea0735883a9/artemis-cli/src/test/java/org/apache/activemq/cli/test/MessageSerializerTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/566ecbb4d29ec7f201bb7f6645252dbc0eb72228'>115</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/566ecbb4d29ec7f201bb7f6645252dbc0eb72228'>566ecbb</a></td><td>2018/11/13 12:00:07</td><td>Ingo Weiss</td><td>[<a href='https://issues.apache.org/jira/browse/ARTEMIS-2175'>ARTEMIS-2175</a>] Duplicate messages when JMS bridge is stopped and restarted</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2175'>Major/Bug/Fixed/Closed (ARTEMIS-2175)</a></p></td>
<td>11</td><td>21</td><td>0</td><td>32</td><td><a href='https://github.com/apache/activemq-artemis/blob/566ecbb4d29ec7f201bb7f6645252dbc0eb72228/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/jms/bridge/JMSBridgeTest.java#L21-L1954'>JMSBridgeTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/566ecbb4d29ec7f201bb7f6645252dbc0eb72228/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/jms/bridge/JMSBridgeTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/6f62113a304465099b40937321d5c05846b1ad55'>116</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/6f62113a304465099b40937321d5c05846b1ad55'>6f62113</a></td><td>2018/11/14 10:31:33</td><td>Clebert Suconic</td><td>NO-JIRA fix on JMSBridgeTestBase</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/6f62113a304465099b40937321d5c05846b1ad55/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/jms/bridge/BridgeTestBase.java#L462-L522'>BridgeTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/6f62113a304465099b40937321d5c05846b1ad55/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/jms/bridge/BridgeTestBase.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/6f62113a304465099b40937321d5c05846b1ad55/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/jms/bridge/JMSBridgeTest.java#L1169-L1620'>JMSBridgeTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/6f62113a304465099b40937321d5c05846b1ad55/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/jms/bridge/JMSBridgeTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/173b21e6e23828f595ff9101e043071e69d9aa8a'>117</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/173b21e6e23828f595ff9101e043071e69d9aa8a'>173b21e</a></td><td>2018/11/14 06:21:48</td><td>Howard Gao</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2174'>ARTEMIS-2174</a> Broker reconnect cause OOM with scale down</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2174'>Major/Bug/Fixed/Closed (ARTEMIS-2174)</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/173b21e6e23828f595ff9101e043071e69d9aa8a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java#L19-L229'>ScaleDownTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/173b21e6e23828f595ff9101e043071e69d9aa8a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/41e79470ad0fd0baa2b12e153221684d02f1f630'>118</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/41e79470ad0fd0baa2b12e153221684d02f1f630'>41e7947</a></td><td>2018/11/13 16:23:44</td><td>Andreas Frohwerk</td><td>NO-JIRA Fix minor leak in FileMoveManagerTest</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/41e79470ad0fd0baa2b12e153221684d02f1f630/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/files/FileMoveManagerTest.java#L355-L360'>FileMoveManagerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/41e79470ad0fd0baa2b12e153221684d02f1f630/artemis-server/src/test/java/org/apache/activemq/artemis/core/server/files/FileMoveManagerTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b52f3afe88d53ed084e83ea8347024310cd884c8'>119</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/b52f3afe88d53ed084e83ea8347024310cd884c8'>b52f3af</a></td><td>2018/11/05 10:42:21</td><td>Emmanuel Hugonnet</td><td>[<a href='https://issues.apache.org/jira/browse/ARTEMIS-2163'>ARTEMIS-2163</a>]: Classloading issue if artemis-commons is not in the same classloader as artemis-client-* or artemis-server.</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2163'>Major/Improvement/Fixed/Closed (ARTEMIS-2163)</a></p></td>
<td>0</td><td>18</td><td>0</td><td>18</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/e334da322ea332be5e2bb7a32e8cd4a0d46eb1d6'>120</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/e334da322ea332be5e2bb7a32e8cd4a0d46eb1d6'>e334da3</a></td><td>2018/11/09 12:38:28</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2140'>ARTEMIS-2140</a> queue creation race w/AMQP shared subs</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2140'>Major/Bug/Fixed/Closed (ARTEMIS-2140)</a></p></td>
<td>2</td><td>0</td><td>0</td><td>2</td><td><a href='https://github.com/apache/activemq-artemis/blob/e334da322ea332be5e2bb7a32e8cd4a0d46eb1d6/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSMessageConsumerTest.java#L24-L869'>JMSMessageConsumerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/e334da322ea332be5e2bb7a32e8cd4a0d46eb1d6/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSMessageConsumerTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b3d700a66e7de13af786c1e9ed7a8ccb24e4e53a'>121</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/b3d700a66e7de13af786c1e9ed7a8ccb24e4e53a'>b3d700a</a></td><td>2018/09/25 17:41:27</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1929'>ARTEMIS-1929</a> race in STOMP w/identical durable subs</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1929'>Major/Bug/Fixed/Closed (ARTEMIS-1929)</a></p></td>
<td>1</td><td>5</td><td>0</td><td>6</td><td><a href='https://github.com/apache/activemq-artemis/blob/b3d700a66e7de13af786c1e9ed7a8ccb24e4e53a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/v12/StompV12Test.java#L35-L1537'>StompV12Test.java</a><a href='https://github.com/apache/activemq-artemis//commits/b3d700a66e7de13af786c1e9ed7a8ccb24e4e53a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/v12/StompV12Test.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d37532a40530c1aee97e53a25b559f2b743666f2'>122</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/d37532a40530c1aee97e53a25b559f2b743666f2'>d37532a</a></td><td>2018/11/23 11:54:27</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>ARTEMIS-2139</a> Fix setJMSReplyTo for 1.x clients with enable1xPrefixes</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2139'>Major/Bug/Fixed/Closed (ARTEMIS-2139)</a></p></td>
<td>29</td><td>2</td><td>11</td><td>20</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/cec5bbdfd9c7e1478f9198193eed7be920485d31'>123</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/cec5bbdfd9c7e1478f9198193eed7be920485d31'>cec5bbd</a></td><td>2018/09/13 11:02:58</td><td>Romain Pelisse</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2085'>ARTEMIS-2085</a> - Improve validation of MDB activation config properties values</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2085'>Minor/Improvement/Fixed/Closed (ARTEMIS-2085)</a></p></td>
<td>102</td><td>12</td><td>6</td><td>108</td><td><a href='https://github.com/apache/activemq-artemis/blob/cec5bbdfd9c7e1478f9198193eed7be920485d31/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/ra/ActiveMQActivationsSpecTest.java#L1-L61'>ActiveMQActivationsSpecTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/cec5bbdfd9c7e1478f9198193eed7be920485d31/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/ra/ActiveMQActivationsSpecTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/cec5bbdfd9c7e1478f9198193eed7be920485d31/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/ra/ResourceAdapterTest.java#L386-L405'>ResourceAdapterTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/cec5bbdfd9c7e1478f9198193eed7be920485d31/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/ra/ResourceAdapterTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4256b2f7dcd5d35d3aa3c5f0d8311648a19b29a5'>124</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/4256b2f7dcd5d35d3aa3c5f0d8311648a19b29a5'>4256b2f</a></td><td>2018/12/11 10:51:20</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2202'>ARTEMIS-2202</a> Improve MSSQL support for JDBC storage</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2202'>Major/Bug/Fixed/Closed (ARTEMIS-2202)</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/a1f74d86db7003fa64e59a4aace9b7e7de659645'>125</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/a1f74d86db7003fa64e59a4aace9b7e7de659645'>a1f74d8</a></td><td>2018/12/11 09:05:45</td><td>feuillemorte</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2201'>ARTEMIS-2201</a> Added tests on DEFAULT_JOURNAL_FILE_OPEN_TIMEOUT value</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2201'>Major/Test/Fixed/Closed (ARTEMIS-2201)</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/a1f74d86db7003fa64e59a4aace9b7e7de659645/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationTest.java#L32-L707'>FileConfigurationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a1f74d86db7003fa64e59a4aace9b7e7de659645/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0790698ebffeb7a5d4b970b37f880c5cdfb77d10'>126</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/0790698ebffeb7a5d4b970b37f880c5cdfb77d10'>0790698</a></td><td>2018/12/13 09:14:05</td><td>feuillemorte</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2201'>ARTEMIS-2201</a> Added tests on DEFAULT_JOURNAL_FILE_OPEN_TIMEOUT value</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2201'>Major/Test/Fixed/Closed (ARTEMIS-2201)</a></p></td>
<td>4</td><td>0</td><td>0</td><td>4</td><td><a href='https://github.com/apache/activemq-artemis/blob/0790698ebffeb7a5d4b970b37f880c5cdfb77d10/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationTest.java#L32-L689'>FileConfigurationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/0790698ebffeb7a5d4b970b37f880c5cdfb77d10/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/496e348599306e60c308bf6008ebdcac2fb9750c'>127</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/496e348599306e60c308bf6008ebdcac2fb9750c'>496e348</a></td><td>2018/12/04 12:01:30</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2190'>ARTEMIS-2190</a> core JMS client leaks temp dest names</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2190'>Major/Bug/Fixed/Closed (ARTEMIS-2190)</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/496e348599306e60c308bf6008ebdcac2fb9750c/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/TemporaryDestinationTest.java#L30-L436'>TemporaryDestinationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/496e348599306e60c308bf6008ebdcac2fb9750c/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/TemporaryDestinationTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/31bcfbbea122b781f16fe59bfec5fda56c609baf'>128</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/31bcfbbea122b781f16fe59bfec5fda56c609baf'>31bcfbb</a></td><td>2018/12/14 06:54:10</td><td>andytaylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2130'>ARTEMIS-2130</a> - This is to allow views to have the client id when set on core protocol</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2130'>Major/Bug/Fixed/Closed (ARTEMIS-2130)</a></p></td>
<td>19</td><td>4</td><td>0</td><td>23</td><td><a href='https://github.com/apache/activemq-artemis/blob/31bcfbbea122b781f16fe59bfec5fda56c609baf/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlTest.java#L88-L2491'>ActiveMQServerControlTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/31bcfbbea122b781f16fe59bfec5fda56c609baf/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/40f886d986920166d52d1f23bd61cfc84e4894f3'>129</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/40f886d986920166d52d1f23bd61cfc84e4894f3'>40f886d</a></td><td>2018/08/24 03:14:02</td><td>JiriOndrusek</td><td>[<a href='https://issues.apache.org/jira/browse/ARTEMIS-2050'>ARTEMIS-2050</a>] It is possible to get AMQ224000: Failure in initialisation: java.lang.NullPointerException during shutdown of backup server with shared store</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2050'>Major/Bug/Fixed/Closed (ARTEMIS-2050)</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/9bb94d637f46d24fe329d354a652509cf4971d95'>130</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/9bb94d637f46d24fe329d354a652509cf4971d95'>9bb94d6</a></td><td>2018/10/18 22:48:03</td><td>Shailendra Kumar Singh</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2137'>ARTEMIS-2137</a> web console retryMessage is broken</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2137'>Major/Bug/Fixed/Closed (ARTEMIS-2137)</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/7793f202519b49a75ea44480eb927933e5c1476f'>131</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/7793f202519b49a75ea44480eb927933e5c1476f'>7793f20</a></td><td>2018/12/17 04:50:49</td><td>andytaylor</td><td>NO-JIRA - fixing test compilation</td><td></td>
<td>8</td><td>0</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/877e16ccc5a325b542e9e8189a39a4b8d66c125c'>132</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/877e16ccc5a325b542e9e8189a39a4b8d66c125c'>877e16c</a></td><td>2018/12/17 18:35:36</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2190'>ARTEMIS-2190</a> Fixing Test</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2190'>Major/Bug/Fixed/Closed (ARTEMIS-2190)</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/877e16ccc5a325b542e9e8189a39a4b8d66c125c/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/TemporaryDestinationTest.java#L30-L436'>TemporaryDestinationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/877e16ccc5a325b542e9e8189a39a4b8d66c125c/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/TemporaryDestinationTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b0a14ff3202f9aef6b29cb1f8764501469836d88'>133</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/b0a14ff3202f9aef6b29cb1f8764501469836d88'>b0a14ff</a></td><td>2018/12/10 00:35:04</td><td>Howard Gao</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2197'>ARTEMIS-2197</a> Page deleted before transaction finishes</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2197'>Major/Bug/Fixed/Closed (ARTEMIS-2197)</a></p></td>
<td>50</td><td>3</td><td>0</td><td>53</td><td><a href='https://github.com/apache/activemq-artemis/blob/b0a14ff3202f9aef6b29cb1f8764501469836d88/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingReceiveTest.java#L26-L102'>PagingReceiveTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/b0a14ff3202f9aef6b29cb1f8764501469836d88/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingReceiveTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/8a2f65c781b481001d6638d3c6cc4e8b70451067'>134</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/8a2f65c781b481001d6638d3c6cc4e8b70451067'>8a2f65c</a></td><td>2018/12/13 07:17:14</td><td>Howard Gao</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2197'>ARTEMIS-2197</a> Page deleted before transaction finishes</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2197'>Major/Bug/Fixed/Closed (ARTEMIS-2197)</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/ed6eaf1e29783441642be9fc00d37412b79a55e6'>135</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/ed6eaf1e29783441642be9fc00d37412b79a55e6'>ed6eaf1</a></td><td>2018/12/18 18:17:03</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2207'>ARTEMIS-2207</a> Page Showing Log.warns for regular acked messages</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2207'>Major/Bug/Fixed/Closed (ARTEMIS-2207)</a></p></td>
<td>4</td><td>0</td><td>0</td><td>4</td><td><a href='https://github.com/apache/activemq-artemis/blob/ed6eaf1e29783441642be9fc00d37412b79a55e6/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/PagingTest.java#L74-L6455'>PagingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/ed6eaf1e29783441642be9fc00d37412b79a55e6/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/9d57e99d279d5deb48d44905aea77a6b04f43ee8'>136</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/9d57e99d279d5deb48d44905aea77a6b04f43ee8'>9d57e99</a></td><td>2018/10/24 06:21:52</td><td>andytaylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2144'>ARTEMIS-2144</a> - tx begin failure in ra doesn't get cleaned up</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2144'>Major/Bug/Fixed/Closed (ARTEMIS-2144)</a></p></td>
<td>2</td><td>9</td><td>0</td><td>11</td><td><a href='https://github.com/apache/activemq-artemis/blob/9d57e99d279d5deb48d44905aea77a6b04f43ee8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/ActiveMQMessageHandlerXATest.java#L21-L326'>ActiveMQMessageHandlerXATest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9d57e99d279d5deb48d44905aea77a6b04f43ee8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/ActiveMQMessageHandlerXATest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/9d57e99d279d5deb48d44905aea77a6b04f43ee8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/DummyTransaction.java#L22-L55'>DummyTransaction.java</a><a href='https://github.com/apache/activemq-artemis//commits/9d57e99d279d5deb48d44905aea77a6b04f43ee8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/DummyTransaction.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/9d57e99d279d5deb48d44905aea77a6b04f43ee8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/DummyTransactionManager.java#L30-L52'>DummyTransactionManager.java</a><a href='https://github.com/apache/activemq-artemis//commits/9d57e99d279d5deb48d44905aea77a6b04f43ee8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ra/DummyTransactionManager.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/9d57e99d279d5deb48d44905aea77a6b04f43ee8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/transactions/DummyTransactionManagerLocator.java#L29-L80'>DummyTransactionManagerLocator.java</a><a href='https://github.com/apache/activemq-artemis//commits/9d57e99d279d5deb48d44905aea77a6b04f43ee8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/transactions/DummyTransactionManagerLocator.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/428c5b8fa895b0640498b2a0aa599b9fa00ac5ee'>137</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/428c5b8fa895b0640498b2a0aa599b9fa00ac5ee'>428c5b8</a></td><td>2019/01/10 05:43:35</td><td>andytaylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2144'>ARTEMIS-2144</a> fixing TransactionManagerLocatorTest</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2144'>Major/Bug/Fixed/Closed (ARTEMIS-2144)</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/428c5b8fa895b0640498b2a0aa599b9fa00ac5ee/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/transactions/TransactionManagerLocatorTest.java#L28-L28'>TransactionManagerLocatorTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/428c5b8fa895b0640498b2a0aa599b9fa00ac5ee/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/transactions/TransactionManagerLocatorTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/c5402bedeab660ece6eacf737c04d051981f99b0'>138</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/c5402bedeab660ece6eacf737c04d051981f99b0'>c5402be</a></td><td>2019/01/14 16:11:29</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2228'>ARTEMIS-2228</a> Large Messages over Management</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2228'>Major/Bug/Fixed/Closed (ARTEMIS-2228)</a></p></td>
<td>319</td><td>75</td><td>32</td><td>362</td><td><a href='https://github.com/apache/activemq-artemis/blob/c5402bedeab660ece6eacf737c04d051981f99b0/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/LargeMessageOverManagementTest.java#L1-L148'>LargeMessageOverManagementTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/c5402bedeab660ece6eacf737c04d051981f99b0/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/LargeMessageOverManagementTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/0bfba42195d6da4f16a8dbaf18eaa3a86a1fb592'>139</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/0bfba42195d6da4f16a8dbaf18eaa3a86a1fb592'>0bfba42</a></td><td>2019/01/15 08:45:00</td><td>Howard Gao</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2229'>ARTEMIS-2229</a> Qpid jms consumer cannot receive from multicast queue using FQQN</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2229'>Major/Bug/Fixed/Closed (ARTEMIS-2229)</a></p></td>
<td>0</td><td>13</td><td>0</td><td>13</td><td><a href='https://github.com/apache/activemq-artemis/blob/0bfba42195d6da4f16a8dbaf18eaa3a86a1fb592/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpFullyQualifiedNameTest.java#L206-L239'>AmqpFullyQualifiedNameTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/0bfba42195d6da4f16a8dbaf18eaa3a86a1fb592/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpFullyQualifiedNameTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/b8727637a4afe3eef06158e132651f2a261170cf'>140</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/b8727637a4afe3eef06158e132651f2a261170cf'>b872763</a></td><td>2019/01/15 17:11:57</td><td>Clebert Suconic</td><td>Revert "<a href='https://issues.apache.org/jira/browse/ARTEMIS-2190'>ARTEMIS-2190</a> Fixing Test"</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2190'>Major/Bug/Fixed/Closed (ARTEMIS-2190)</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/b8727637a4afe3eef06158e132651f2a261170cf/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/TemporaryDestinationTest.java#L30-L436'>TemporaryDestinationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/b8727637a4afe3eef06158e132651f2a261170cf/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/TemporaryDestinationTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/29abe0d8c17cd5cdf927474f6ef488c47f17a3e2'>141</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/29abe0d8c17cd5cdf927474f6ef488c47f17a3e2'>29abe0d</a></td><td>2018/12/21 10:15:45</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2190'>ARTEMIS-2190</a> move tests</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2190'>Major/Bug/Fixed/Closed (ARTEMIS-2190)</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/29abe0d8c17cd5cdf927474f6ef488c47f17a3e2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/client/TemporaryDestinationTest.java#L1-L207'>TemporaryDestinationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/29abe0d8c17cd5cdf927474f6ef488c47f17a3e2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/client/TemporaryDestinationTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/29abe0d8c17cd5cdf927474f6ef488c47f17a3e2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/JMSTestBase.java#L67-L297'>JMSTestBase.java</a><a href='https://github.com/apache/activemq-artemis//commits/29abe0d8c17cd5cdf927474f6ef488c47f17a3e2/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/JMSTestBase.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/29abe0d8c17cd5cdf927474f6ef488c47f17a3e2/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/TemporaryDestinationTest.java#L30-L436'>TemporaryDestinationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/29abe0d8c17cd5cdf927474f6ef488c47f17a3e2/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/TemporaryDestinationTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/4ee957f23b36d58f607c37f5c10f850d8197b98d'>142</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/4ee957f23b36d58f607c37f5c10f850d8197b98d'>4ee957f</a></td><td>2019/01/13 21:48:07</td><td>Chao Wang</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2227'>ARTEMIS-2227</a> add Implementation-Version for artemis-protocols module</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2227'>Major/Bug/Fixed/Closed (ARTEMIS-2227)</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/9d1c691a0ed9a1606c665e79b570db9ab8af1c89'>143</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/9d1c691a0ed9a1606c665e79b570db9ab8af1c89'>9d1c691</a></td><td>2018/12/03 14:44:32</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2189'>ARTEMIS-2189</a> allow deleting temp dest when session is closed</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2189'>Major/Bug/Fixed/Closed (ARTEMIS-2189)</a></p></td>
<td>4</td><td>13</td><td>0</td><td>17</td><td><a href='https://github.com/apache/activemq-artemis/blob/9d1c691a0ed9a1606c665e79b570db9ab8af1c89/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/TemporaryDestinationTest.java#L30-L388'>TemporaryDestinationTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9d1c691a0ed9a1606c665e79b570db9ab8af1c89/tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/TemporaryDestinationTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/2c360a54518bee1ab122c6db3fae58a48fb21be3'>144</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/2c360a54518bee1ab122c6db3fae58a48fb21be3'>2c360a5</a></td><td>2018/12/24 21:09:03</td><td>Howard Gao</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2210'>ARTEMIS-2210</a> PagingStore creation is not properly synchronized</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2210'>Major/Bug/Fixed/Closed (ARTEMIS-2210)</a></p></td>
<td>2</td><td>17</td><td>1</td><td>18</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/68362453db798055715d4c3691231af560938c5a'>145</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/68362453db798055715d4c3691231af560938c5a'>6836245</a></td><td>2018/12/20 03:11:38</td><td>Emmanuel Hugonnet</td><td>[<a href='https://issues.apache.org/jira/browse/ARTEMIS-1536'>ARTEMIS-1536</a>]: Incorrect Journal filesize calculation where specified size is lest that the block size when using AIO. * If the specified file size is under the fs block size then the resulting file size is 0. Setting it to the block size in this case.</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1536'>Major/Bug/Fixed/Closed (ARTEMIS-1536)</a></p></td>
<td>23</td><td>1</td><td>0</td><td>24</td><td><a href='https://github.com/apache/activemq-artemis/blob/68362453db798055715d4c3691231af560938c5a/artemis-server/src/test/java/org/apache/activemq/artemis/core/persistence/impl/journal/JournalStorageManagerTest.java#L1-L148'>JournalStorageManagerTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/68362453db798055715d4c3691231af560938c5a/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/0460bf25513c1af943e2c12358a8429567011bd3'>146</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/0460bf25513c1af943e2c12358a8429567011bd3'>0460bf2</a></td><td>2018/12/07 03:35:08</td><td>Francesco Nigro</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2200'>ARTEMIS-2200</a> NPE while dropping/failing large messages on paging</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2200'>Minor/Bug/Fixed/Closed (ARTEMIS-2200)</a></p></td>
<td>1</td><td>27</td><td>1</td><td>27</td><td><a href='https://github.com/apache/activemq-artemis/blob/0460bf25513c1af943e2c12358a8429567011bd3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireLargeMessageTest.java#L26-L174'>OpenWireLargeMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/0460bf25513c1af943e2c12358a8429567011bd3/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireLargeMessageTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9966ff0299dc6bd911831f4197d2b7d389a6d4c7'>147</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/9966ff0299dc6bd911831f4197d2b7d389a6d4c7'>9966ff0</a></td><td>2019/01/17 15:27:56</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2200'>ARTEMIS-2200</a> NPE when calling journal.delete from Multiple Threads</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2200'>Minor/Bug/Fixed/Closed (ARTEMIS-2200)</a></p></td>
<td>6</td><td>0</td><td>0</td><td>6</td><td><a href='https://github.com/apache/activemq-artemis/blob/9966ff0299dc6bd911831f4197d2b7d389a6d4c7/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireLargeMessageTest.java#L170-L170'>OpenWireLargeMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9966ff0299dc6bd911831f4197d2b7d389a6d4c7/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireLargeMessageTest.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/9966ff0299dc6bd911831f4197d2b7d389a6d4c7/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/journal/impl/JournalImplTestUnit.java#L22-L2057'>JournalImplTestUnit.java</a><a href='https://github.com/apache/activemq-artemis//commits/9966ff0299dc6bd911831f4197d2b7d389a6d4c7/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/9c1ecd2558e09cbe439814dbf96641f06916a315'>148</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/9c1ecd2558e09cbe439814dbf96641f06916a315'>9c1ecd2</a></td><td>2018/11/29 09:52:16</td><td>yang wei</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2188'>ARTEMIS-2188</a> fix address size leak caused by large page message</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2188'>Major/Bug/Fixed/Closed (ARTEMIS-2188)</a></p></td>
<td>1</td><td>18</td><td>2</td><td>17</td><td><a href='https://github.com/apache/activemq-artemis/blob/9c1ecd2558e09cbe439814dbf96641f06916a315/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/LargeMessageTest.java#L43-L2561'>LargeMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/9c1ecd2558e09cbe439814dbf96641f06916a315/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/LargeMessageTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/d627b95f2df53445679525a9a7d97d5586ece7e8'>149</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/d627b95f2df53445679525a9a7d97d5586ece7e8'>d627b95</a></td><td>2018/11/28 22:24:45</td><td>yang wei</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2187'>ARTEMIS-2187</a> remove page from softcache before consumedpage</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2187'>Major/Bug/Fixed/Closed (ARTEMIS-2187)</a></p></td>
<td>1</td><td>0</td><td>2</td><td>-1</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/fec54add0d5a9d6d1889618a67c6151c263c769e'>150</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/fec54add0d5a9d6d1889618a67c6151c263c769e'>fec54ad</a></td><td>2019/01/17 19:37:23</td><td>Clebert Suconic</td><td>NO-JIRA fixing gitbox URLs</td><td></td>
<td>0</td><td>3</td><td>0</td><td>3</td><td></td><td><a href='https://github.com/apache/activemq-artemis/blob/fec54add0d5a9d6d1889618a67c6151c263c769e/docs/hacking-guide/en/code.md#L3-L169'>code.md</a><a href='https://github.com/apache/activemq-artemis//commits/fec54add0d5a9d6d1889618a67c6151c263c769e/docs/hacking-guide/en/code.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/fec54add0d5a9d6d1889618a67c6151c263c769e/docs/hacking-guide/en/maintainers.md#L48-L48'>maintainers.md</a><a href='https://github.com/apache/activemq-artemis//commits/fec54add0d5a9d6d1889618a67c6151c263c769e/docs/hacking-guide/en/maintainers.md'>(+)</a> </td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/3f09959ab7265bf9bc38b2256be4f8413accf634'>151</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/3f09959ab7265bf9bc38b2256be4f8413accf634'>3f09959</a></td><td>2019/01/17 20:17:16</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare release 2.6.4</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/67e9694d007d745adcc721c896523a1a82e0b07d'>152</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/67e9694d007d745adcc721c896523a1a82e0b07d'>67e9694</a></td><td>2019/01/17 20:17:28</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/a534dde8d1fd9672d6885a43d7bf285dadffcc5d'>153</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/a534dde8d1fd9672d6885a43d7bf285dadffcc5d'>a534dde</a></td><td>2019/01/17 21:51:24</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-2200'>ARTEMIS-2200</a> NPE fix</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-2200'>Minor/Bug/Fixed/Closed (ARTEMIS-2200)</a></p></td>
<td>0</td><td>0</td><td>1</td><td>-1</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f5457e9e0bc39011d1434c3e525a000769b83be2'>154</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/f5457e9e0bc39011d1434c3e525a000769b83be2'>f5457e9</a></td><td>2019/01/17 22:12:13</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare release 2.6.4</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-2127%2CARTEMIS-1996%2CARTEMIS-1710%2CARTEMIS-2207%2CARTEMIS-2123%2CARTEMIS-2200%2CARTEMIS-2201%2CARTEMIS-2125%2CARTEMIS-2202%2CARTEMIS-2086%2CARTEMIS-2163%2CARTEMIS-2087%2CARTEMIS-2000%2CARTEMIS-2121%2CARTEMIS-2089%2CARTEMIS-2082%2CARTEMIS-2083%2CARTEMIS-2160%2CARTEMIS-2084%2CARTEMIS-2085%2CARTEMIS-1825%2CARTEMIS-2116%2CARTEMIS-1545%2CARTEMIS-2112%2CARTEMIS-1980%2CARTEMIS-2157%2CARTEMIS-2114%2CARTEMIS-2158%2CARTEMIS-2159%2CARTEMIS-2075%2CARTEMIS-2197%2CARTEMIS-2110%2CARTEMIS-2078%2CARTEMIS-2111%2CARTEMIS-2155%2CARTEMIS-2072%2CARTEMIS-2073%2CARTEMIS-2074%2CARTEMIS-2151%2CARTEMIS-2190%2CARTEMIS-2070%2CARTEMIS-2105%2CARTEMIS-2149%2CARTEMIS-2106%2CARTEMIS-2227%2CARTEMIS-1898%2CARTEMIS-1018%2CARTEMIS-2107%2CARTEMIS-2228%2CARTEMIS-2108%2CARTEMIS-2229%2CARTEMIS-1536%2CARTEMIS-2068%2CARTEMIS-2189%2CARTEMIS-2102%2CARTEMIS-2146%2CARTEMIS-1894%2CARTEMIS-2103%2CARTEMIS-1850%2CARTEMIS-2148%2CARTEMIS-2104%2CARTEMIS-2065%2CARTEMIS-2187%2CARTEMIS-2067%2CARTEMIS-2023%2CARTEMIS-2100%2CARTEMIS-2144%2CARTEMIS-2188%2CARTEMIS-2140%2CARTEMIS-1929%2CARTEMIS-2139%2CARTEMIS-1684%2CARTEMIS-2135%2CARTEMIS-2136%2CARTEMIS-1961%2CARTEMIS-2137%2CARTEMIS-2174%2CARTEMIS-2130%2CARTEMIS-2098%2CARTEMIS-2131%2CARTEMIS-2175%2CARTEMIS-2099%2CARTEMIS-2133%2CARTEMIS-2210%2CARTEMIS-2093%2CARTEMIS-2094%2CARTEMIS-2050%2CARTEMIS-2095%2CARTEMIS-2096%2CARTEMIS-2090%2CARTEMIS-2092%2CARTEMIS-1919)'>92 JIRAS on ARTEMIS JIRAs</a></h2>
<br>Generated with <a href='https://github.com/rh-messaging/jira-git-report'> jira-git-report</a>
</body></html>