This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e3fcdebc0 Automatic Site Publish by Buildbot
e3fcdebc0 is described below
commit e3fcdebc0cde814be80bdeb8645f062c00ae4326
Author: buildbot <[email protected]>
AuthorDate: Wed Aug 14 20:14:28 2024 +0000
Automatic Site Publish by Buildbot
---
.../artemis/download/commit-report-2.37.0.html | 131 +++++++++++++++++++++
1 file changed, 131 insertions(+)
diff --git a/output/components/artemis/download/commit-report-2.37.0.html
b/output/components/artemis/download/commit-report-2.37.0.html
new file mode 100644
index 000000000..40998322d
--- /dev/null
+++ b/output/components/artemis/download/commit-report-2.37.0.html
@@ -0,0 +1,131 @@
+<html>
+<head>
+ <link type="text/css" charset="utf8" rel="stylesheet"
href="../../../css/jquery.dataTables.min.css">
+ <script type="text/javascript" charset="utf8"
src="../../../js/jquery.slim.min.js"></script>
+ <script type="text/javascript" charset="utf8"
src="../../../js/jquery.dataTables.min.js"></script>
+ <script type="text/javascript" class="init">
+
+ $(document).ready( function () {
+ $("#gitreport").DataTable();
+ } );
+ </script>
+
+</head>
+
+<body>
+<br/>
+<h4>Release report 2.36.0(75f17ba64df10663a14fcc85bcb5398d23941b6d) and
2.37.0(de6efc82d1a79d76a63ea3a07bfb29e739634ff1)</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/fa917ae3fd84eabdab44381328decc8ae794e208'>1</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/fa917ae3fd84eabdab44381328decc8ae794e208'>fa917ae</a></td><td>2024/07/25
13:47: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/284ce806186527a29185b2ccefd1c2187ee86ac8'>2</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/284ce806186527a29185b2ccefd1c2187ee86ac8'>284ce80</a></td><td>2024/07/25
13:47:10</td><td>Timothy Bish</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4952'>ARTEMIS-4952</a> Use
getObjectPropertyForFilter when applying filters</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4952'>Minor/Bug/Fixed/Closed
(ARTEMIS-4952)</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/284ce806186527a29185b2ccefd1c2187ee86ac8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMXManagementTest.java#L25-L305'>JMXManagementTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/284ce806186527a29185b2ccefd1c2187ee86ac8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMXManageme
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/096a869c1ed6102a43074434db07899c70231c4a'>3</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/096a869c1ed6102a43074434db07899c70231c4a'>096a869</a></td><td>2024/07/25
10:50:14</td><td>Howard Gao</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4954'>ARTEMIS-4954</a>
AddressControl.pause() can pause the snf queue</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4954'>Major/Bug/Fixed/Closed
(ARTEMIS-4954)</a></p></td>
+<td>1</td><td>6</td><td>1</td><td>6</td><td><a
href='https://github.com/apache/activemq-artemis/blob/096a869c1ed6102a43074434db07899c70231c4a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/bridge/ClusteredBridgeReconnectTest.java#L20-L414'>ClusteredBridgeReconnectTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/096a869c1ed6102a43074434db07899c70231c4a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/te
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/86f36e95b09c709fb7e4af33f4a535f9a80d7221'>4</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/86f36e95b09c709fb7e4af33f4a535f9a80d7221'>86f36e9</a></td><td>2024/07/29
17:26:39</td><td>Justin Bertram</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4960'>ARTEMIS-4960</a>
Ubuntu package name change preventing Docker image build</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4960'>Major/Bug/Fixed/Closed
(ARTEMIS-4960)</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/4ce0dfca2d3dcd47a456d77df79ed63790950a9b'>5</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/4ce0dfca2d3dcd47a456d77df79ed63790950a9b'>4ce0dfc</a></td><td>2024/07/29
09:09:48</td><td>Howard Gao</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4959'>ARTEMIS-4959</a>
moveMessages operation can move more messages than max
messageCount</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4959'>Major/Bug/Fixed/Closed
(ARTEMIS-4959)</a></p></td>
+<td>15</td><td>12</td><td>4</td><td>23</td><td><a
href='https://github.com/apache/activemq-artemis/blob/4ce0dfca2d3dcd47a456d77df79ed63790950a9b/tests/artemis-test-support/src/main/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java#L1695-L1725'>ActiveMQTestBase.java</a><a
href='https://github.com/apache/activemq-artemis//commits/4ce0dfca2d3dcd47a456d77df79ed63790950a9b/tests/artemis-test-support/src/main/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java'>(+
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/cbbaa7a8e0ff37712c422544226fe69ba0ee076f'>6</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/cbbaa7a8e0ff37712c422544226fe69ba0ee076f'>cbbaa7a</a></td><td>2024/07/30
20:11:13</td><td>Clebert Suconic</td><td>NO-JIRA Mirror and Divert Smoke
Test</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td><a
href='https://github.com/apache/activemq-artemis/blob/cbbaa7a8e0ff37712c422544226fe69ba0ee076f/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/brokerConnection/DivertQueueMirrorTest.java#L1-L202'>DivertQueueMirrorTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/cbbaa7a8e0ff37712c422544226fe69ba0ee076f/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/brokerConnection/Dive
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/d7078cabf51b5198e6e0e098245f25eacfe44bb1'>7</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/d7078cabf51b5198e6e0e098245f25eacfe44bb1'>d7078ca</a></td><td>2024/07/30
20:44:01</td><td>Clebert Suconic</td><td>NO-JIRA tweak on
DivertQueueMirrorTest</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/d7078cabf51b5198e6e0e098245f25eacfe44bb1/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/brokerConnection/DivertQueueMirrorTest.java#L47-L47'>DivertQueueMirrorTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/d7078cabf51b5198e6e0e098245f25eacfe44bb1/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/brokerConnection/Dive
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/4d8ccc4b2f31428b9caddad20643430e30c0cf32'>8</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/4d8ccc4b2f31428b9caddad20643430e30c0cf32'>4d8ccc4</a></td><td>2024/05/17
03:38:15</td><td>Domenico Francesco Bruscino</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4955'>ARTEMIS-4955</a>
Support broker properties from JSON files</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4955'>Major/Improvement/Fixed/Closed
(ARTEMIS-4955)</a></p></td>
+<td>51</td><td>6</td><td>1</td><td>56</td><td><a
href='https://github.com/apache/activemq-artemis/blob/4d8ccc4b2f31428b9caddad20643430e30c0cf32/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImplTest.java#L31-L2077'>ConfigurationImplTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/4d8ccc4b2f31428b9caddad20643430e30c0cf32/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImplTest.java'>(+
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/47acdc451703f4e6ace1dd380e7a298b3aa73d57'>9</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/47acdc451703f4e6ace1dd380e7a298b3aa73d57'>47acdc4</a></td><td>2024/08/01
23:07:39</td><td>Clebert Suconic</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4964'>ARTEMIS-4964</a> Fast
ACK Test with Mirror</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4964'>Major/Test/Fixed/Closed
(ARTEMIS-4964)</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/47acdc451703f4e6ace1dd380e7a298b3aa73d57/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/brokerConnection/mirror/QuickAckMirrorTest.java#L1-L182'>QuickAckMirrorTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/47acdc451703f4e6ace1dd380e7a298b3aa73d57/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/brokerConnection/mirror/
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/8250e611dfac7ec9b1353a636464fbdc877a8ec1'>10</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/8250e611dfac7ec9b1353a636464fbdc877a8ec1'>8250e61</a></td><td>2024/08/02
10:56:28</td><td>Timothy Bish</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4963'>ARTEMIS-4963</a>
Check send auth on openwire producer create</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4963'>Minor/Improvement/Fixed/Closed
(ARTEMIS-4963)</a></p></td>
+<td>30</td><td>11</td><td>0</td><td>41</td><td><a
href='https://github.com/apache/activemq-artemis/blob/8250e611dfac7ec9b1353a636464fbdc877a8ec1/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/BasicSecurityTest.java#L42-L447'>BasicSecurityTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/8250e611dfac7ec9b1353a636464fbdc877a8ec1/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/d820c61e1a629178ee9e72bff3217813037da591'>11</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/d820c61e1a629178ee9e72bff3217813037da591'>d820c61</a></td><td>2024/08/05
12:00:02</td><td>Domenico Francesco Bruscino</td><td>NO-JIRA Remove first
empty line from cherry-pick-report.sh</td><td></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/07a7928483ffcbcf2582e3e3e1a6544ebdbce61a'>12</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/07a7928483ffcbcf2582e3e3e1a6544ebdbce61a'>07a7928</a></td><td>2024/08/05
13:51:43</td><td>Clebert Suconic</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4974'>ARTEMIS-4974</a> Dot
not allow run in the Shell execution</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4974'>Major/Sub-task/Fixed/Closed
(ARTEMIS-4974)</a></p></td>
+<td>12</td><td>0</td><td>0</td><td>12</td><td></td><td></td><td></td></tr>
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/49b1bd26add0fcbd21d291df396b0bf1a8837415'>13</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/49b1bd26add0fcbd21d291df396b0bf1a8837415'>49b1bd2</a></td><td>2024/08/05
16:30:25</td><td>Clebert Suconic</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4974'>ARTEMIS-4974</a>
Removing 'dead' code</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4974'>Major/Sub-task/Fixed/Closed
(ARTEMIS-4974)</a></p></td>
+<td>0</td><td>0</td><td>9</td><td>-9</td><td></td><td></td><td></td></tr>
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/be4995a530f09fb3fec44c8174f1c015fabc45d9'>14</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/be4995a530f09fb3fec44c8174f1c015fabc45d9'>be4995a</a></td><td>2024/08/02
23:12:43</td><td>Timothy Bish</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4969'>ARTEMIS-4969</a>
Ensure AMQP senders can target FQQN if authorized</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4969'>Major/Bug/Fixed/Closed
(ARTEMIS-4969)</a></p></td>
+<td>10</td><td>1</td><td>0</td><td>11</td><td><a
href='https://github.com/apache/activemq-artemis/blob/be4995a530f09fb3fec44c8174f1c015fabc45d9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpTargetedFQQNSecurityTest.java#L1-L362'>AmqpTargetedFQQNSecurityTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/be4995a530f09fb3fec44c8174f1c015fabc45d9/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integ
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/5ab97653459fffd01931cc3ea3d08760125878a7'>15</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/5ab97653459fffd01931cc3ea3d08760125878a7'>5ab9765</a></td><td>2024/08/06
11:55:58</td><td>Clebert Suconic</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4974'>ARTEMIS-4974</a>
Removing Run from Shell</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4974'>Major/Sub-task/Fixed/Closed
(ARTEMIS-4974)</a></p></td>
+<td>0</td><td>4</td><td>13</td><td>-9</td><td></td><td></td><td></td></tr>
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/14b6800810f0982ee952d19632776032ba481412'>16</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/14b6800810f0982ee952d19632776032ba481412'>14b6800</a></td><td>2024/07/08
19:49:38</td><td>Erwin Dondorp</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4909'>ARTEMIS-4909</a> use
names that match original xml tags</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4909'>Minor/Improvement/Fixed/Closed
(ARTEMIS-4909)</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/3ae4f2fb471427f30b3660ed90652df851a58fc8'>17</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/3ae4f2fb471427f30b3660ed90652df851a58fc8'>3ae4f2f</a></td><td>2024/08/07
10:54:35</td><td>Robbie Gemmell</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4976'>ARTEMIS-4976</a>:
update to testcontainers 1.20.1</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4976'>Major/Dependency
upgrade/Fixed/Closed (ARTEMIS-4976)</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/4cc86eef032dec2a04875cc38fa1c3dd74122a28'>18</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/4cc86eef032dec2a04875cc38fa1c3dd74122a28'>4cc86ee</a></td><td>2024/08/07
10:59:27</td><td>Robbie Gemmell</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4977'>ARTEMIS-4977</a>:
update to jgroups 5.3.10</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4977'>Major/Dependency
upgrade/Fixed/Closed (ARTEMIS-4977)</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/3f32e53dc660daf5ff730de7cacd801ac23a0280'>19</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/3f32e53dc660daf5ff730de7cacd801ac23a0280'>3f32e53</a></td><td>2024/08/08
06:49:16</td><td>Robbie Gemmell</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4979'>ARTEMIS-4979</a>:
update asciidoctorj-pdf to 2.3.18</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4979'>Minor/Dependency
upgrade/Fixed/Closed (ARTEMIS-4979)</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/b59dc42410183190debf90a2dd9e30d7f27136dd'>20</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/b59dc42410183190debf90a2dd9e30d7f27136dd'>b59dc42</a></td><td>2024/08/08
10:30:11</td><td>Robbie Gemmell</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4980'>ARTEMIS-4980</a>:
move sources jar creation to typical package phase, isolate to release
profiles</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4980'>Major/Task/Fixed/Closed
(ARTEMIS-4980)</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/2839b595b6416a421d5af787314ba63ecaa42342'>21</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/2839b595b6416a421d5af787314ba63ecaa42342'>2839b59</a></td><td>2024/08/08
10:40:18</td><td>Robbie Gemmell</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4981'>ARTEMIS-4981</a>:
update commons-lang3 to 3.16.0</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4981'>Major/Dependency
upgrade/Fixed/Closed (ARTEMIS-4981)</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/f03148101213b3b762a49938eb08632b43befc2b'>22</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/f03148101213b3b762a49938eb08632b43befc2b'>f031481</a></td><td>2024/08/12
12:36:47</td><td>Timothy Bish</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4982'>ARTEMIS-4982</a>
Cleanup AMQP large message files for rejected sends</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4982'>Major/Bug/Fixed/Closed
(ARTEMIS-4982)</a></p></td>
+<td>20</td><td>0</td><td>0</td><td>20</td><td><a
href='https://github.com/apache/activemq-artemis/blob/f03148101213b3b762a49938eb08632b43befc2b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpFlowControlFailDispositionTests.java#L20-L158'>AmqpFlowControlFailDispositionTests.java</a><a
href='https://github.com/apache/activemq-artemis//commits/f03148101213b3b762a49938eb08632b43befc2b/tests/integration-tests/src/test/java/org/apache/activemq/arte
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/c442c9b7e686f80fc5a630600b52b171218f9ed6'>23</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/c442c9b7e686f80fc5a630600b52b171218f9ed6'>c442c9b</a></td><td>2024/08/12
12:47:14</td><td>Robbie Gemmell</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4984'>ARTEMIS-4984</a>:
update ErrorProne to 2.30.0</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4984'>Major/Dependency
upgrade/Fixed/Closed (ARTEMIS-4984)</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/ef3b5fa02c905c503d6b4271b4ce0849600f0215'>24</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/ef3b5fa02c905c503d6b4271b4ce0849600f0215'>ef3b5fa</a></td><td>2024/08/12
14:40:14</td><td>Justin Bertram</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4985'>ARTEMIS-4985</a>
message priority occasionally broken</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4985'>Major/Bug/Fixed/Closed
(ARTEMIS-4985)</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/ef3b5fa02c905c503d6b4271b4ce0849600f0215/artemis-server/src/test/java/org/apache/activemq/artemis/core/list/PriorityLinkedListTest.java#L884-L895'>PriorityLinkedListTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/ef3b5fa02c905c503d6b4271b4ce0849600f0215/artemis-server/src/test/java/org/apache/activemq/artemis/core/list/PriorityLinkedListTest.java'>(+)</a>
</td><t [...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/0ecbae61080dd9c028a5aa22c2501c5e74bfa3ef'>25</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/0ecbae61080dd9c028a5aa22c2501c5e74bfa3ef'>0ecbae6</a></td><td>2024/07/19
13:45:50</td><td>Justin Bertram</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4939'>ARTEMIS-4939</a>
allow config of header sizes for embedded web server</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4939'>Major/Bug/Fixed/Closed
(ARTEMIS-4939)</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/0ecbae61080dd9c028a5aa22c2501c5e74bfa3ef/tests/integration-tests-isolated/src/test/java/org/apache/activemq/artemis/tests/integration/isolated/web/WebServerComponentTest.java#L59-L216'>WebServerComponentTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/0ecbae61080dd9c028a5aa22c2501c5e74bfa3ef/tests/integration-tests-isolated/src/test/java/org/apache/activemq/arte
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/537e0023fc786ad947dc30c5d11c779749d0cbad'>26</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/537e0023fc786ad947dc30c5d11c779749d0cbad'>537e002</a></td><td>2024/08/07
21:20:43</td><td>Clebert Suconic</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4986'>ARTEMIS-4986</a>
Compatibility issue on Quorum Voting</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4986'>Major/Bug/Fixed/Closed
(ARTEMIS-4986)</a></p></td>
+<td>104</td><td>40</td><td>5</td><td>139</td><td><a
href='https://github.com/apache/activemq-artemis/blob/537e0023fc786ad947dc30c5d11c779749d0cbad/tests/artemis-test-support/src/main/java/org/apache/activemq/artemis/utils/RealServerTestBase.java#L40-L103'>RealServerTestBase.java</a><a
href='https://github.com/apache/activemq-artemis//commits/537e0023fc786ad947dc30c5d11c779749d0cbad/tests/artemis-test-support/src/main/java/org/apache/activemq/artemis/utils/RealServerTestBase.java'>(+)</a>
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/10b6ab9bd3c10c202f566a4f0d55de3330e3edfe'>27</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/10b6ab9bd3c10c202f566a4f0d55de3330e3edfe'>10b6ab9</a></td><td>2024/08/13
15:47:44</td><td>Clebert Suconic</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4986'>ARTEMIS-4986</a>
Providing a test that will look for the distribution from a System
Variable</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4986'>Major/Bug/Fixed/Closed
(ARTEMIS-4986)</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/10b6ab9bd3c10c202f566a4f0d55de3330e3edfe/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/distribution/RollingUpgradeTest.java#L38-L200'>RollingUpgradeTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/10b6ab9bd3c10c202f566a4f0d55de3330e3edfe/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibilit
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/4cc43323bcff16396e99ed8527a789c611515896'>28</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/4cc43323bcff16396e99ed8527a789c611515896'>4cc4332</a></td><td>2024/08/13
16:07:16</td><td>Clebert Suconic</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4986'>ARTEMIS-4986</a>
incrementing version on activemq-version.properties</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4986'>Major/Bug/Fixed/Closed
(ARTEMIS-4986)</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/5adde5ef4352c8af126ae64eaedb800649371381'>29</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/5adde5ef4352c8af126ae64eaedb800649371381'>5adde5e</a></td><td>2024/08/13
20:18:11</td><td>Clebert Suconic</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4986'>ARTEMIS-4986</a>
Changing plugin to compile phase to make it simpler on CI</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4986'>Major/Bug/Fixed/Closed
(ARTEMIS-4986)</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/fb7afa8ff3f1851f4501f7b004f54082e5b483c3'>30</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/fb7afa8ff3f1851f4501f7b004f54082e5b483c3'>fb7afa8</a></td><td>2024/08/13
21:58:00</td><td>Clebert Suconic</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4986'>ARTEMIS-4986</a>
Allow configuring the target destination as well</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4986'>Major/Bug/Fixed/Closed
(ARTEMIS-4986)</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/fb7afa8ff3f1851f4501f7b004f54082e5b483c3/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/distribution/RollingUpgradeTest.java#L184-L339'>RollingUpgradeTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/fb7afa8ff3f1851f4501f7b004f54082e5b483c3/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibili
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/7cf6b86bc56e3a0a36ee055576ad6f11a9c38b14'>31</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/7cf6b86bc56e3a0a36ee055576ad6f11a9c38b14'>7cf6b86</a></td><td>2024/08/08
00:43:15</td><td>Domenico Francesco Bruscino</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4785'>ARTEMIS-4785</a> <a
href='https://issues.apache.org/jira/browse/ARTEMIS-4702'>ARTEMIS-4702</a> Add
profile and log4j2 files for non-run CLI commands</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4702'>Major/Sub-task/Fixed/
[...]
+<td>68</td><td>35</td><td>2</td><td>101</td><td><a
href='https://github.com/apache/activemq-artemis/blob/7cf6b86bc56e3a0a36ee055576ad6f11a9c38b14/artemis-cli/src/test/java/org/apache/activemq/cli/test/StreamClassPathTest.java#L40-L44'>StreamClassPathTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/7cf6b86bc56e3a0a36ee055576ad6f11a9c38b14/artemis-cli/src/test/java/org/apache/activemq/cli/test/StreamClassPathTest.java'>(+)</a>
<a href='https://github.com/apache/act [...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/8b3874d613a02ce39e34bbed942d5978af94e89a'>32</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/8b3874d613a02ce39e34bbed942d5978af94e89a'>8b3874d</a></td><td>2024/06/10
14:08:37</td><td>Josh Byster</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4809'>ARTEMIS-4809</a>
Allow configuring initial queue buffer size</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4809'>Minor/New
Feature/Fixed/Closed (ARTEMIS-4809)</a></p></td>
+<td>65</td><td>3</td><td>0</td><td>68</td><td><a
href='https://github.com/apache/activemq-artemis/blob/8b3874d613a02ce39e34bbed942d5978af94e89a/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationTest.java#L537-L579'>FileConfigurationTest.java</a><a
href='https://github.com/apache/activemq-artemis//commits/8b3874d613a02ce39e34bbed942d5978af94e89a/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/FileConfigurationTest.java'>(+
[...]
+<tr><td><a
href='https://github.com/apache/activemq-artemis/commit/b0e0287b2cac334a9458d6a89a7478a1216ceb90'>33</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/b0e0287b2cac334a9458d6a89a7478a1216ceb90'>b0e0287</a></td><td>2024/08/01
22:34:31</td><td>dependabot[bot]</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4987'>ARTEMIS-4987</a> Bump
org.easymock:easymock from 5.3.0 to 5.4.0</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4987'>Major/Dependency
upgrade/Fixed/Closed (ARTEMIS-4987)</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/b57cfe9432401eea11cccced2e5ca89983ebe4fc'>34</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/b57cfe9432401eea11cccced2e5ca89983ebe4fc'>b57cfe9</a></td><td>2024/08/01
22:36:18</td><td>dependabot[bot]</td><td><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4987'>ARTEMIS-4987</a> Bump
org.hamcrest:hamcrest from 2.2 to 3.0</td><td><p><a
href='https://issues.apache.org/jira/browse/ARTEMIS-4987'>Major/Dependency
upgrade/Fixed/Closed (ARTEMIS-4987)</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/de6efc82d1a79d76a63ea3a07bfb29e739634ff1'>35</a></td>
+<td><a
href='https://github.com/apache/activemq-artemis/commit/de6efc82d1a79d76a63ea3a07bfb29e739634ff1'>de6efc8</a></td><td>2024/08/14
14:39:21</td><td>Clebert Suconic</td><td>[maven-release-plugin] prepare
release 2.37.0</td><td></td>
+<td>0</td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td></tr>
+</tbody></table>
+<br><h2>
+<a
href='https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARTEMIS%20AND%20key%20in%20(ARTEMIS-4955%2CARTEMIS-4977%2CARTEMIS-4702%2CARTEMIS-4954%2CARTEMIS-4976%2CARTEMIS-4987%2CARTEMIS-4979%2CARTEMIS-4984%2CARTEMIS-4785%2CARTEMIS-4964%2CARTEMIS-4986%2CARTEMIS-4952%2CARTEMIS-4963%2CARTEMIS-4974%2CARTEMIS-4985%2CARTEMIS-4980%2CARTEMIS-4960%2CARTEMIS-4982%2CARTEMIS-4981%2CARTEMIS-4809%2CARTEMIS-4909%2CARTEMIS-4959%2CARTEMIS-4969%2CARTEMIS-4939)'>24
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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact
