11147 Commits

Author SHA1 Message Date
Justin Bertram
16e97125d1 ARTEMIS-5181 bump org.apache.maven.plugins:maven-pmd-plugin from 3.25.0 to 3.26.0 2024-11-25 16:40:03 -06:00
Domenico Francesco Bruscino
6747f561bc ARTEMIS-5116 Fix web binding SSL auto reload from symbolic links 2024-11-25 16:33:30 -06:00
Justin Bertram
ea3486a0ab ARTEMIS-5180 bump owasp.version from 10.0.4 to 11.1.0 2024-11-25 16:25:31 -06:00
Justin Bertram
25ec00d771 ARTEMIS-5179 bump commons-io:commons-io from 2.17.0 to 2.18.0 2024-11-25 13:02:00 -06:00
Justin Bertram
5830a9c506 ARTEMIS-5178 bump testcontainers.version from 1.20.3 to 1.20.4 2024-11-25 12:58:44 -06:00
Justin Bertram
ec2150c638
ARTEMIS-5177 fix typo 2024-11-25 12:22:08 -06:00
Justin Bertram
6e5e411d8d ARTEMIS-5177 bump log4j.version from 2.24.1 to 2.24.2 2024-11-25 12:11:18 -06:00
Clebert Suconic
a3028f1ff9 ARTEMIS-5173 Disabling test on ControlUsingCore 2024-11-22 16:17:19 -05:00
Clebert Suconic
812e78e713 ARTEMIS-5173 Improving reliability on SymmetricClusterWithDiscoveryTest::testStartStopServers 2024-11-22 15:08:05 -05:00
AntonRoskvist
78c816b772 ARTEMIS-5168 Improve remoting to brokers from Artemis shell 2024-11-22 11:08:25 -05:00
AntonRoskvist
1ba7bec2b6 ARTEMIS-5174 Have dependabot ignore jgroups until JGRP-2794 is resolved 2024-11-22 07:56:08 -06:00
Clebert Suconic
f260c40e78 ARTEMIS-5173 Improve reliability of ReplicaTXCheckTest 2024-11-21 15:24:09 -05:00
Clebert Suconic
72dae9e88e NO-JIRA fixing eventual test race on LVQTest::testSimple 2024-11-21 13:57:27 -05:00
Clebert Suconic
20a115fcb1 ARTEMIS-4959 speeding up testMoveMessagesInPagingMode
This unit test was sending too many messages, and taking too long making it more a stress test
2024-11-21 12:57:29 -05:00
Andy Taylor
c9f9b33bf9 ARTEMIS-5131 Add A Copy message button to console
This exposes a copyMessage method that simply copies a message to a different queue so the new console can add a copy button
2024-11-21 12:57:16 -05:00
Emmanuel Hugonnet
7f1751c43b ARTEMIS-5172 Reduce the permissions on temp file.
Ensure that the temproray large message content can only be read by the
user associated with the process.

Iusse: https://issues.apache.org/jira/browse/ARTEMIS-5172

Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
2024-11-21 12:55:24 -05:00
Clebert Suconic
e985ec5e59 ARTEMIS-5166 Improving ReconnectTest (avoiding NPEs) 2024-11-21 11:26:56 -05:00
Clebert Suconic
7965877760 ARTEMIS-5170 Fix AutoCreateExpiryResourcesTest and document expiry of expiry 2024-11-21 10:24:41 -05:00
Guillaume Nodet
8483e4e558 ARTEMIS-5171: Remove unusual relativePath from base pom. Fixes error reported by Maven 4.
This closes #5361
2024-11-21 13:26:57 +00:00
Clebert Suconic
6f779a7908 ARTEMIS-5166 Improving ReconnectTest
I'm trying to make it faster and less likely to fail over non issues
2024-11-20 22:37:34 -05:00
Timothy Bish
e9c06bd9f8 ARTEMIS-5157 Add management for AMQP broker connections
Add basic management views for AMQP broker connections and implement control
types for AMQP federation features along with the broker connection management
views. Some initial work also to provide support for other broker connection
features to add management control and also plan for future views of incoming
broker connections and management of AMQP federation resources.
2024-11-20 12:16:44 +00:00
Clebert Suconic
8afa3d8a41 ARTEMIS-5156 Wait.assertEquals on messageCount 2024-11-19 12:31:06 -05:00
Robbie Gemmell
94868db502 ARTEMIS-5122: update micrometer-core to 1.14.1 2024-11-19 15:54:23 +00:00
Robbie Gemmell
d1475a93ea ARTEMIS-5165: update easymock to 5.5.0 2024-11-19 15:54:23 +00:00
Robbie Gemmell
91c55f0e0e ARTEMIS-5145: update asciidoctor-maven-plugin to 3.1.1 2024-11-19 15:54:23 +00:00
Timothy Bish
d4fff2fd58 ARTEMIS-5155 Race on AMQP large message read and close
When the final frame of a large message is being written to the file in
the session thread and an IO error occurs such that that connection is
torn down, the large message reader can be closed before the message is
fully processed resulting in corruption. The large message file close
logic needs to occur on the session thread so that the processing of the
bytes can finish and the message gets added to the Queue and the close
can react by not deleting the file when it runs following the read task.
2024-11-19 10:37:48 -05:00
Domenico Francesco Bruscino
23fd63513b ARTEMIS-5162 Upgrade pem-keystore to 3.0.0 2024-11-19 10:11:48 +00:00
Clebert Suconic
215cc5752f ARTEMIS-5156 Making LargeMessageFrozenTest more reliable 2024-11-18 13:48:06 -05:00
Clebert Suconic
f3341a5337 ARTEMIS-5159 lowering number of threads on SoakReplicatedPagingTest 2024-11-18 13:46:52 -05:00
Gary Tully
717808ce3f ARTEMIS-5158 added accessor to database store config for the driver properties map 2024-11-18 11:24:22 +00:00
Robbie Gemmell
e1fad965e7 ARTEMIS-5110: add tests for ID validations and suggestions done by log annotation processor
Also improve an error message to report the LogBundle class like others do.
2024-11-15 12:46:52 -08:00
Justin Bertram
bc077f4458 ARTEMIS-5151 clarify transfer command parameter descriptions 2024-11-14 11:16:32 +00:00
Timothy Bish
7555319dd0 ARTEMIS-5153 Mark federation events and control queues as internal
In order to better indicate their nature as broker feature specific queues
we can mark the temporary queues created for AMQP federation events and
control link messages as internal.
2024-11-14 11:14:19 +00:00
Robbie Gemmell
8d02f8dc77 ARTEMIS-5148: fix checkstyle issue with 447b72ae5b03016a0986161d85426e498e815c1c 2024-11-14 09:05:05 +00:00
Clebert Suconic
447b72ae5b ARTEMIS-5148 Simplifying and making ClusteredLargeMessageInterruptTest more reliable 2024-11-13 12:49:24 -05:00
Robbie Gemmell
fd3df362b1 ARTEMIS-5154: update netty to 4.1.115 (and netty-tcnative test dep to 2.0.69) 2024-11-13 16:03:23 +00:00
Robbie Gemmell
353879d58b ARTEMIS-5122: update micrometer-core to 1.14.0 2024-11-13 15:29:15 +00:00
Howard Gao
c8e3c0060a ARTEMIS-5150: ActiveMQServerControlImpl.getHAPolicy() gets NPE
When you start the broker without configuring HAPolicy, if clients
call this management api it'll get NPE because it doesn't check
if the HAPolicyConfiguration is null.
2024-11-13 12:53:32 +00:00
Robbie Gemmell
828e112b15 ARTEMIS-5152: update to groovy 4.0.24 2024-11-12 16:43:18 +00:00
Robbie Gemmell
c53e4f6ec7 ARTEMIS-5122: update micrometer-core to 1.13.7 2024-11-12 16:40:05 +00:00
Robbie Gemmell
d986de165c ARTEMIS-5138: update checkstyle to 10.20.1 2024-11-12 16:34:58 +00:00
Robbie Gemmell
935690a0b4 ARTEMIS-5138: update checkstyle to 10.20.0 2024-11-01 16:32:44 +00:00
Robbie Gemmell
47798e2f38 ARTEMIS-5145: update asciidoctor-maven-plugin to 3.1.0 2024-11-01 16:30:53 +00:00
Robbie Gemmell
131476ff6e ARTEMIS-5144: update to selenium 4.26.0 2024-11-01 16:29:29 +00:00
Robbie Gemmell
5a56b7f1ab ARTEMIS-5143: update to bouncycastle 1.79 2024-11-01 16:26:35 +00:00
Robbie Gemmell
8a912ed209 ARTEMIS-5110: retire/exclude previously-used IDs removed/reassigned in the following older commits:
177e6820b541e0a71b952eebf503a4d2235910c5
e34fd09ce325a551bf2eaf579854e2e107435502
e065d25b6fb4cdfa7f5b72afd52d6f4771b50634
af9bd7b84aad32e4fe30f2c8909e51cf7300b475
f4bdacbc4cb46b308f80391940890c74bf111ecd
74951d9221b29336c6575de9390a8557114e10eb
fe0ca4d84fc587b701e4b83ae8e5f2240c222842
b08b91a32faa89cdff4403b532e60d96084f2d4a
85857ab8eb1b1eca2498306239740e0e39d2acd4
e02ec69021f24220c0b91b8324382c9630415276
bf9f6d213bf6b3bf4fd7e15430ada8c9954e69ce
2d806807b8d9006cf642392ad5da9878394cebae
52a4157bbb898ee8fd8d7f13fffca71a9c368630
53bb3ea1833cddda6c2ded70d3149286c8207570
d5f152c7254c378707b12ad4a0b798fdb8cb7b10
b3529dcea428fa697aacbceacc6641e47cfb74ba
246bf083914c7acbb05a7fe0904c471331242c39
8a04ee07de8a7c863daf37a07a1176131151caa0
6cb68f2ce923ea3c2400c21967b2003175c8a0f4
9873fccf744c0cb0a25dd905fab67ea52ef7aa7d

See PR for individual commits which were squashed to form this change. This closes #5320
2024-11-01 11:23:13 +00:00
Justin Bertram
9f1681a36a
NO-JIRA update OWASP doc 2024-10-29 15:15:55 -05:00
Justin Bertram
5321882eb8
NO-JIRA ignore test & provided scope for OWASP 2024-10-29 15:14:36 -05:00
Justin Bertram
f0f937a66c
NO-JIRA don't require dotnet for OWASP 2024-10-29 13:43:57 -05:00
Robbie Gemmell
e244879bfe ARTEMIS-5138: update to checkstyle 10.19.0 2024-10-29 14:28:06 +00:00