blob: a51c49e1b040bebe5f4b6a6db92c258ee43a6029 [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.1(5cac8799aded514d881b0e6611bb426065d809fd) and 2.6.2(10c9ac4efd21a99e8a52fb6700457bed26c16b86)</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/4d00fedabc89ed1ee60318e3947e984f17732bf6'>1</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/4d00fedabc89ed1ee60318e3947e984f17732bf6'>4d00fed</a> </td><td>2018/05/31 15:43:21</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/04d3ef894fd59a6f32904be27fc2464584102640'>2</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/04d3ef894fd59a6f32904be27fc2464584102640'>04d3ef8</a> </td><td>2018/05/24 15:09:17</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1872'>ARTEMIS-1872</a> fix examples broken after authn change</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1872'>Major/Bug/Fixed/Closed (ARTEMIS-1872)</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/f011ea679bd8f00f67b0428ea823064387e55480'>3</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/f011ea679bd8f00f67b0428ea823064387e55480'>f011ea6</a> </td><td>2018/05/30 15:28:37</td><td>Clebert Suconic</td><td>NO-JIRA Improving Assert.equals count on SessionTest</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/f011ea679bd8f00f67b0428ea823064387e55480/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SessionTest.java#L486-L486'>SessionTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f011ea679bd8f00f67b0428ea823064387e55480/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SessionTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/000a2781d0f9f95bda885719dda696d04a66945b'>4</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/000a2781d0f9f95bda885719dda696d04a66945b'>000a278</a> </td><td>2018/05/24 22:48:04</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1882'>ARTEMIS-1882</a> fix failing SecurityTest</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1882'>Major/Task/Fixed/Closed (ARTEMIS-1882)</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/000a2781d0f9f95bda885719dda696d04a66945b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLTest.java#L58-L344'>CoreClientOverOneWaySSLTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/000a2781d0f9f95bda885719dda696d04a66945b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/a5fce98dadda9be6265ba79b771bdc83a3bef593'>5</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/a5fce98dadda9be6265ba79b771bdc83a3bef593'>a5fce98</a> </td><td>2018/06/01 11:33:18</td><td>Martyn Taylor</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1902'>ARTEMIS-1902</a> Ensure ServerConsumer close done once</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1902'>Critical/Bug/Fixed/Closed (ARTEMIS-1902)</a></p></td>
<td>12</td><td>23</td><td>0</td><td>35</td><td><a href='https://github.com/apache/activemq-artemis/blob/a5fce98dadda9be6265ba79b771bdc83a3bef593/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/crossprotocol/ProtocolsMessageLoadBalancingTest.java#L32-L318'>ProtocolsMessageLoadBalancingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/a5fce98dadda9be6265ba79b771bdc83a3bef593/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/crossprotocol/ProtocolsMessageLoadBalancingTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9107053141cc585016710792e49d3fbf633fc305'>6</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/9107053141cc585016710792e49d3fbf633fc305'>9107053</a> </td><td>2018/06/04 10:54:50</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare release 2.6.1</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/950bd7d46aea11aa4d4e09e424847b6889a9999a'>7</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/950bd7d46aea11aa4d4e09e424847b6889a9999a'>950bd7d</a> </td><td>2018/06/04 10:55:10</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/db973cc2616749310be3dc21211d438b927e96fe'>8</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/db973cc2616749310be3dc21211d438b927e96fe'>db973cc</a> </td><td>2018/06/04 16:01:04</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1902'>ARTEMIS-1902</a> decrement before returning</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1902'>Critical/Bug/Fixed/Closed (ARTEMIS-1902)</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/e6882bd944535fb83ab0d5284cc40b838872e0f3'>9</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/e6882bd944535fb83ab0d5284cc40b838872e0f3'>e6882bd</a> </td><td>2018/06/04 17:44:48</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare release 2.6.1</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/0b460ea54f39894f58d8ef0aa14f34b07360efbc'>10</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/0b460ea54f39894f58d8ef0aa14f34b07360efbc'>0b460ea</a> </td><td>2018/06/04 17:44:59</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/7a1f9311efcf3067ea78cd83aaf246cddd096d1d'>11</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/7a1f9311efcf3067ea78cd83aaf246cddd096d1d'>7a1f931</a> </td><td>2018/06/06 12:57:45</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1913'>ARTEMIS-1913</a> Dependency to netty tcpnative should be optional</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1913'>Major/Task/Fixed/Closed (ARTEMIS-1913)</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/3acfee42091812f0b962d0fc3753090c80c2a5f3'>12</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/3acfee42091812f0b962d0fc3753090c80c2a5f3'>3acfee4</a> </td><td>2018/06/06 09:08:15</td><td>Andrey Arkaev</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1914'>ARTEMIS-1914</a> Fix NPE on ConfigurationImpl.hashCode()</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1914'>Minor/Task/Fixed/Closed (ARTEMIS-1914)</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/3acfee42091812f0b962d0fc3753090c80c2a5f3/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImplTest.java#L92-L98'>ConfigurationImplTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/3acfee42091812f0b962d0fc3753090c80c2a5f3/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImplTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/9fd43a6b74876a9fc0f8d76e27bf97d284f6749a'>13</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/9fd43a6b74876a9fc0f8d76e27bf97d284f6749a'>9fd43a6</a> </td><td>2018/06/04 22:28:29</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1915'>ARTEMIS-1915</a> Expiry Scanner is holding a lock on the queue</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1915'>Critical/Bug/Fixed/Closed (ARTEMIS-1915)</a></p></td>
<td>35</td><td>14</td><td>25</td><td>24</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/7b49a8e3d2f38fc97311b46d7ebd395e5b88b879'>14</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/7b49a8e3d2f38fc97311b46d7ebd395e5b88b879'>7b49a8e</a> </td><td>2018/06/04 15:27:31</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1900'>ARTEMIS-1900</a> fix race in STOMP auto-create</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1900'>Critical/Bug/Fixed/Closed (ARTEMIS-1900)</a></p></td>
<td>2</td><td>7</td><td>5</td><td>4</td><td><a href='https://github.com/apache/activemq-artemis/blob/7b49a8e3d2f38fc97311b46d7ebd395e5b88b879/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/StompTestMultiThreaded.java#L1-L95'>StompTestMultiThreaded.java</a><a href='https://github.com/apache/activemq-artemis//commits/7b49a8e3d2f38fc97311b46d7ebd395e5b88b879/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/stomp/StompTestMultiThreaded.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/40b66d1304fb25c47ea30a182e2e3da31b560a38'>15</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/40b66d1304fb25c47ea30a182e2e3da31b560a38'>40b66d1</a> </td><td>2018/06/07 11:35:19</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1912'>ARTEMIS-1912</a> big doc refactor</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1912'>Minor/Task/Fixed/Closed (ARTEMIS-1912)</a></p></td>
<td>0</td><td>20</td><td>0</td><td>20</td><td><a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/unit-testing.md#L3-L71'>unit-testing.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/unit-testing.md'>(+)</a> </td><td><a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/SUMMARY.md#L13-L69'>SUMMARY.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/SUMMARY.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/address-model.md#L3-L792'>address-model.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/address-model.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/amqp.md#L1-L129'>amqp.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/amqp.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/architecture.md#L3-L124'>architecture.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/architecture.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/broker-plugins.md#L4-L126'>broker-plugins.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/broker-plugins.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/client-classpath.md#L7-L16'>client-classpath.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/client-classpath.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/client-reconnection.md#L9-L107'>client-reconnection.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/client-reconnection.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/clusters.md#L49-L841'>clusters.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/clusters.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/config-reload.md#L3-L281'>config-reload.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/config-reload.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/configuration-index.md#L1-L370'>configuration-index.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/configuration-index.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/configuring-transports.md#L3-L482'>configuring-transports.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/configuring-transports.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/connection-ttl.md#L21-L185'>connection-ttl.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/connection-ttl.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/core-bridges.md#L4-L210'>core-bridges.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/core-bridges.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/core.md#L1-L228'>core.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/core.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/critical-analysis.md#L25-L89'>critical-analysis.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/critical-analysis.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/data-tools.md#L1-L348'>data-tools.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/data-tools.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/diverts.md#L120-L122'>diverts.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/diverts.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/duplicate-detection.md#L51-L121'>duplicate-detection.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/duplicate-detection.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/embedding-activemq.md#L3-L128'>embedding-activemq.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/embedding-activemq.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/examples.md#L1-L842'>examples.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/examples.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/exclusive-queues.md#L6-L58'>exclusive-queues.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/exclusive-queues.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/filter-expressions.md#L13-L48'>filter-expressions.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/filter-expressions.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/flow-control.md#L40-L210'>flow-control.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/flow-control.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/graceful-shutdown.md#L3-L19'>graceful-shutdown.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/graceful-shutdown.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/ha.md#L55-L936'>ha.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/ha.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/intercepting-operations.md#L3-L108'>intercepting-operations.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/intercepting-operations.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/jms-bridge.md#L5-L275'>jms-bridge.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/jms-bridge.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/jms-core-mapping.md#L3-L15'>jms-core-mapping.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/jms-core-mapping.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/large-messages.md#L3-L233'>large-messages.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/large-messages.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/last-value-queues.md#L17-L82'>last-value-queues.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/last-value-queues.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/libaio.md#L16-L80'>libaio.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/libaio.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/logging.md#L10-L87'>logging.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/logging.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/management-console.md#L7-L75'>management-console.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/management-console.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/management.md#L3-L901'>management.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/management.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/masking-passwords.md#L3-L375'>masking-passwords.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/masking-passwords.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/maven-plugin.md#L16-L110'>maven-plugin.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/maven-plugin.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/message-expiry.md#L5-L85'>message-expiry.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/message-expiry.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/message-grouping.md#L3-L181'>message-grouping.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/message-grouping.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/messaging-concepts.md#L3-L310'>messaging-concepts.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/messaging-concepts.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/mqtt.md#L1-L137'>mqtt.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/mqtt.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/network-isolation.md#L3-L181'>network-isolation.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/network-isolation.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/openwire.md#L1-L112'>openwire.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/openwire.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/paging.md#L3-L167'>paging.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/paging.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/perf-tuning.md#L8-L285'>perf-tuning.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/perf-tuning.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/persistence.md#L62-L472'>persistence.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/persistence.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/pre-acknowledge.md#L5-L80'>pre-acknowledge.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/pre-acknowledge.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/preface.md#L5-L42'>preface.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/preface.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/project-info.md#L12-L24'>project-info.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/project-info.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/protocols-interoperability.md#L3-L69'>protocols-interoperability.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/protocols-interoperability.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/resource-limits.md#L23-L28'>resource-limits.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/resource-limits.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/rest.md#L13-L1527'>rest.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/rest.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/scheduled-messages.md#L33-L33'>scheduled-messages.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/scheduled-messages.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/security.md#L3-L1121'>security.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/security.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/send-guarantees.md#L35-L43'>send-guarantees.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/send-guarantees.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/slow-consumers.md#L39-L39'>slow-consumers.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/slow-consumers.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/spring-integration.md#L4-L16'>spring-integration.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/spring-integration.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/stomp.md#L1-L293'>stomp.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/stomp.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/syntax.md#L14-L14'>syntax.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/syntax.md'>(+)</a> tools.md <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/undelivered-messages.md#L11-L141'>undelivered-messages.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/undelivered-messages.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/unit-testing.md#L3-L71'>unit-testing.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/unit-testing.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/upgrading.md#L3-L41'>upgrading.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/upgrading.md'>(+)</a> using-AMQP.md using-core.md <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/using-jms.md#L3-L399'>using-jms.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/using-jms.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/using-server.md#L3-L480'>using-server.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/using-server.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/versions.md#L7-L61'>versions.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/versions.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/wildcard-routing.md#L11-L11'>wildcard-routing.md</a><a href='https://github.com/apache/activemq-artemis//commits/40b66d1304fb25c47ea30a182e2e3da31b560a38/docs/user-manual/en/wildcard-routing.md'>(+)</a> </td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/8058a512e5fe97f1a139dc00a3c16d56ee92882a'>16</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/8058a512e5fe97f1a139dc00a3c16d56ee92882a'>8058a51</a> </td><td>2018/06/08 16:27:42</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1920'>ARTEMIS-1920</a> AMQP throw NPE if can't find a backup server</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1920'>Blocker/Bug/Fixed/Closed (ARTEMIS-1920)</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/8058a512e5fe97f1a139dc00a3c16d56ee92882a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/crossprotocol/ProtocolsMessageLoadBalancingTest.java#L29-L369'>ProtocolsMessageLoadBalancingTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/8058a512e5fe97f1a139dc00a3c16d56ee92882a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/crossprotocol/ProtocolsMessageLoadBalancingTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/17d7dde4ca858de340d24895f71f6f99e1ba6550'>17</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/17d7dde4ca858de340d24895f71f6f99e1ba6550'>17d7dde</a> </td><td>2018/06/11 03:48:50</td><td>Keith Wall</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1893'>ARTEMIS-1893</a>: Treat the detach of a link with expiry policy of link-detatch as if closed flag were true.</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1893'>Major/Bug/Fixed/Closed (ARTEMIS-1893)</a></p></td>
<td>2</td><td>13</td><td>0</td><td>15</td><td><a href='https://github.com/apache/activemq-artemis/blob/17d7dde4ca858de340d24895f71f6f99e1ba6550/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNonDurableReceiverTest.java#L1-L81'>AmqpNonDurableReceiverTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/17d7dde4ca858de340d24895f71f6f99e1ba6550/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNonDurableReceiverTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/775b1c78aa690872ef7775f97ccdea408ed3830c'>18</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/775b1c78aa690872ef7775f97ccdea408ed3830c'>775b1c7</a> </td><td>2018/06/12 16:29:13</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1927'>ARTEMIS-1927</a> treat exceptions and disconnect properly</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1927'>Critical/Bug/Fixed/Closed (ARTEMIS-1927)</a></p></td>
<td>4</td><td>3</td><td>1</td><td>6</td><td></td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/52943abd6006e68d6f0df2858d05799efed6a9bf'>19</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/52943abd6006e68d6f0df2858d05799efed6a9bf'>52943ab</a> </td><td>2018/06/12 11:34:31</td><td>Justin Bertram</td><td>NO-JIRA fix JMS destination cache doc</td><td></td>
<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td><a href='https://github.com/apache/activemq-artemis/blob/52943abd6006e68d6f0df2858d05799efed6a9bf/docs/user-manual/en/perf-tuning.md#L142-L142'>perf-tuning.md</a><a href='https://github.com/apache/activemq-artemis//commits/52943abd6006e68d6f0df2858d05799efed6a9bf/docs/user-manual/en/perf-tuning.md'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/52943abd6006e68d6f0df2858d05799efed6a9bf/docs/user-manual/en/using-jms.md#L396-L396'>using-jms.md</a><a href='https://github.com/apache/activemq-artemis//commits/52943abd6006e68d6f0df2858d05799efed6a9bf/docs/user-manual/en/using-jms.md'>(+)</a> </td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/f41e551d03701a2b24912b0532d603903c9bff4c'>20</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/f41e551d03701a2b24912b0532d603903c9bff4c'>f41e551</a> </td><td>2018/06/14 14:34:04</td><td>Benjamin Graf</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1935'>ARTEMIS-1935</a>: Close of openwire connection should closes all open sessions</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1935'>Major/Bug/Fixed/Closed (ARTEMIS-1935)</a></p></td>
<td>0</td><td>5</td><td>7</td><td>-2</td><td><a href='https://github.com/apache/activemq-artemis/blob/f41e551d03701a2b24912b0532d603903c9bff4c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/SessionHandlingOpenWireTest.java#L59-L73'>SessionHandlingOpenWireTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/f41e551d03701a2b24912b0532d603903c9bff4c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/SessionHandlingOpenWireTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/838cca49ea739172f7f0a229a5f2b643a9e8f30c'>21</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/838cca49ea739172f7f0a229a5f2b643a9e8f30c'>838cca4</a> </td><td>2018/06/15 10:32:39</td><td>Clebert Suconic</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1935'>ARTEMIS-1935</a>: Close of openwire connection should closes all open sessions</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1935'>Major/Bug/Fixed/Closed (ARTEMIS-1935)</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/838cca49ea739172f7f0a229a5f2b643a9e8f30c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/SessionHandlingOpenWireTest.java#L64-L79'>SessionHandlingOpenWireTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/838cca49ea739172f7f0a229a5f2b643a9e8f30c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/SessionHandlingOpenWireTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/21ee9fbdee8f94abb7cd94a3fca181a77b98c3aa'>22</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/21ee9fbdee8f94abb7cd94a3fca181a77b98c3aa'>21ee9fb</a> </td><td>2018/06/15 15:27:28</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1934'>ARTEMIS-1934</a>: fix handling/accounting of sent amqp connection data</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1934'>Critical/Bug/Fixed/Closed (ARTEMIS-1934)</a></p></td>
<td>0</td><td>7</td><td>1</td><td>6</td><td><a href='https://github.com/apache/activemq-artemis/blob/21ee9fbdee8f94abb7cd94a3fca181a77b98c3aa/tests/artemis-test-support/src/main/java/org/apache/activemq/transport/amqp/client/AmqpConnection.java#L106-L375'>AmqpConnection.java</a><a href='https://github.com/apache/activemq-artemis//commits/21ee9fbdee8f94abb7cd94a3fca181a77b98c3aa/tests/artemis-test-support/src/main/java/org/apache/activemq/transport/amqp/client/AmqpConnection.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/21ee9fbdee8f94abb7cd94a3fca181a77b98c3aa/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpMaxFrameSizeTest.java#L23-L302'>AmqpMaxFrameSizeTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/21ee9fbdee8f94abb7cd94a3fca181a77b98c3aa/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpMaxFrameSizeTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/1ab8fda4bdc94a794de6f455ecc8ab953000994b'>23</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/1ab8fda4bdc94a794de6f455ecc8ab953000994b'>1ab8fda</a> </td><td>2018/06/18 14:30:26</td><td>Robbie Gemmell</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1940'>ARTEMIS-1940</a>: restore use of copying send in certain edge cases</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1940'>Blocker/Bug/Fixed/Closed (ARTEMIS-1940)</a>,</p><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1941'>Major/Bug/ /Open (ARTEMIS-1941)</a></p></td>
<td>1</td><td>11</td><td>0</td><td>12</td><td><a href='https://github.com/apache/activemq-artemis/blob/1ab8fda4bdc94a794de6f455ecc8ab953000994b/tests/artemis-test-support/src/main/java/org/apache/activemq/transport/amqp/client/AmqpConnection.java#L52-L397'>AmqpConnection.java</a><a href='https://github.com/apache/activemq-artemis//commits/1ab8fda4bdc94a794de6f455ecc8ab953000994b/tests/artemis-test-support/src/main/java/org/apache/activemq/transport/amqp/client/AmqpConnection.java'>(+)</a> <a href='https://github.com/apache/activemq-artemis/blob/1ab8fda4bdc94a794de6f455ecc8ab953000994b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpLargeMessageTest.java#L20-L413'>AmqpLargeMessageTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/1ab8fda4bdc94a794de6f455ecc8ab953000994b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpLargeMessageTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/97960018fe15481ad067415d1e56ed29a8f892da'>24</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/97960018fe15481ad067415d1e56ed29a8f892da'>9796001</a> </td><td>2018/06/15 14:55:31</td><td>gtully</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1942'>ARTEMIS-1942</a> replace properties removed in error from internal config map</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1942'>Critical/Bug/Fixed/Closed (ARTEMIS-1942)</a></p></td>
<td>3</td><td>1</td><td>1</td><td>3</td><td><a href='https://github.com/apache/activemq-artemis/blob/97960018fe15481ad067415d1e56ed29a8f892da/artemis-server/src/test/java/org/apache/activemq/artemis/core/security/jaas/LDAPLoginModuleTest.java#L34-L201'>LDAPLoginModuleTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/97960018fe15481ad067415d1e56ed29a8f892da/artemis-server/src/test/java/org/apache/activemq/artemis/core/security/jaas/LDAPLoginModuleTest.java'>(+)</a> </td><td></td><td></td></tr>
<tr><td><a href='https://github.com/apache/activemq-artemis/commit/efe7d1883a95faa9f6d8ef369bce56ae3e0dbaae'>25</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/efe7d1883a95faa9f6d8ef369bce56ae3e0dbaae'>efe7d18</a> </td><td>2018/06/15 23:49:54</td><td>Shailendra Kumar Singh</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1939'>ARTEMIS-1939</a> Remove space from parameter annotations name in ActiveMQServerControl</td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1939'>Major/Bug/Fixed/Closed (ARTEMIS-1939)</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/8f1dc394a44e9c7589fa32ed675a4b77cef5c7a9'>26</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/8f1dc394a44e9c7589fa32ed675a4b77cef5c7a9'>8f1dc39</a> </td><td>2018/06/11 22:35:33</td><td>Justin Bertram</td><td><a href='https://issues.apache.org/jira/browse/ARTEMIS-1819'>ARTEMIS-1819</a> Reverting <a href='https://issues.apache.org/jira/browse/ARTEMIS-1819'>ARTEMIS-1819</a></td><td><p><a href='https://issues.apache.org/jira/browse/ARTEMIS-1819'>Minor/Bug/Fixed/Closed (ARTEMIS-1819)</a></p></td>
<td>0</td><td>0</td><td>26</td><td>-26</td><td><a href='https://github.com/apache/activemq-artemis/blob/8f1dc394a44e9c7589fa32ed675a4b77cef5c7a9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlTest.java#L1320-L1468'>ActiveMQServerControlTest.java</a><a href='https://github.com/apache/activemq-artemis//commits/8f1dc394a44e9c7589fa32ed675a4b77cef5c7a9/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/10c9ac4efd21a99e8a52fb6700457bed26c16b86'>27</a></td>
<td><a href='https://github.com/apache/activemq-artemis/commit/10c9ac4efd21a99e8a52fb6700457bed26c16b86'>10c9ac4</a> </td><td>2018/06/18 16:48:57</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare release 2.6.2</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-1940%2CARTEMIS-1941%2CARTEMIS-1920%2CARTEMIS-1942%2CARTEMIS-1882%2CARTEMIS-1893%2CARTEMIS-1872%2CARTEMIS-1915%2CARTEMIS-1927%2CARTEMIS-1939%2CARTEMIS-1819%2CARTEMIS-1900%2CARTEMIS-1912%2CARTEMIS-1934%2CARTEMIS-1902%2CARTEMIS-1913%2CARTEMIS-1935%2CARTEMIS-1914)'>18 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>