Commit Graph

11185 Commits

Author SHA1 Message Date
Justin Bertram 539bd0881c ARTEMIS-5208 bump Jetty from 10.0.24 to 12.0.15 2024-12-12 16:21:44 +00:00
Justin Bertram c7c5dce42b ARTEMIS-5211 bump org.jline:jline from 3.27.1 to 3.28.0 2024-12-12 11:04:11 -05:00
Justin Bertram 0869bdbfd3 ARTEMIS-5212 bump io.micrometer:micrometer-core from 1.14.1 to 1.14.2 2024-12-12 11:03:52 -05:00
Clebert Suconic 69df7ea30d ARTEMIS-5173 Fixing a flaky test 2024-12-12 10:59:14 -05:00
Justin Bertram 3d6a1db930
NO-JIRA doc syntax fix for keyboard shortcut 2024-12-12 08:19:02 -06:00
Clebert Suconic 684d376da2 ARTEMIS-5173 Avoiding exception on tests 2024-12-11 16:54:39 -05:00
Clebert Suconic ca8d57eb5e ARTEMIS-5173 Improving test reliability 2024-12-11 15:41:04 -05:00
Clebert Suconic 796ee0534a ARTEMIS-5173 Trying to improve reliability on FederatedAddressTest 2024-12-11 12:39:44 -05:00
Clebert Suconic 2a067e08ee ARTEMIS-5173 Improving reliability on test 2024-12-11 10:54:43 -05:00
Clebert Suconic 8eebcb9d14 ARTEMIS-5173 Removing Random verification test
As a Dilbert card say:
"Are you sure that's random? That's the problem with randomness. You can never be sure."
2024-12-11 10:03:53 -05:00
Clebert Suconic 98f231d6f0 ARTEMIS-5173 Improving reliability on LVQTest 2024-12-11 09:38:41 -05:00
Justin Bertram 755c40daea ARTEMIS-5202 require Java 17+ (i.e drop support for Java 11)
This commit drops support for Java 11. All code changes were related to
output from ErrorProne that prevented the build from completing.
2024-12-11 14:29:25 +00:00
Clebert Suconic 34f8946c77 ARTEMIS-5173 Removing dodgy test
This test was validating the number of files and not any real usage scenario.
It's flaky now and it's pointless to fix it.
2024-12-10 17:55:44 -05:00
Clebert Suconic 73ca0021af ARTEMIS-5173 Replacing SimpleManager by direct object usage 2024-12-10 16:00:34 -05:00
Clebert Suconic da861bd6fd ARTEMIS-5173 Using Wait.assertEquals 2024-12-10 14:24:57 -05:00
Clebert Suconic 393167fff5 ARTEMIS-5173 Accepting certain exceptions on MultiThreadExceptionReattach 2024-12-10 14:24:57 -05:00
Clebert Suconic 41481265e5 ARTEMIS-5173 Adequating number of large messages sent on OpenWireLargeMessageTest 2024-12-10 14:24:57 -05:00
Clebert Suconic bb7d567f5d ARTEMIS-5206 Provide description='' instead of null in some ActiveMQException instances 2024-12-10 10:07:47 -05:00
Gary Tully ea2b80d79e ARTEMIS-5201 when non embedded use exit(1) on exception for artemis cli main like artemis boot 2024-12-09 15:07:52 -06:00
Clebert Suconic 33d2eec7f0 ARTEMIS-5173 Fixing flaky test SimpleOpenWireTest
The advisory consumer will receive all the destinations previously created.
In an eventual the connection might miss the temporary destination from another connection.
2024-12-09 13:18:42 -05:00
Clebert Suconic 65df4cfade ARTEMIS-4173 Looking for full log code on assertions over logHandler.findTest 2024-12-09 10:42:40 -05:00
Clebert Suconic 0c47c90911 ARTEMIS-4173 Adding AMQ to logger.findText on PagingTest
This failed at least once on my CI because the numeric pattern was used in the temporary directory, just out of luck.
2024-12-09 10:32:55 -05:00
Robbie Gemmell 047fb79ff1 ARTEMIS-3410: remove restriction on karaf tests on Java 16+ since they work now with newer karaf versions 2024-12-09 12:51:23 +00:00
Justin Bertram f22e5a89f0 ARTEMIS-5203 bump pax.exam.version from 4.13.5 to 4.14.0 2024-12-06 15:02:11 -06:00
Justin Bertram 30dbd46a98 ARTEMIS-5180 bump owasp.version from 10.0.4 to 11.1.1 2024-12-06 14:47:54 -06:00
Clebert Suconic 8422c77c7d ARTEMIS-4173 Improving reliability on RandomReattachTest
- making the test to run faster and removing the soak and stress versions as they are not really needed
- allowing expected exceptions (cannot find ACK, and making it retry the operation)
- removing duplicates of the test that are not really needed.
2024-12-06 08:38:53 -06:00
Clebert Suconic 00efad3a1e NO-JIRA fixing a gate on isTraceEnabled 2024-12-05 16:27:03 -05:00
Clebert Suconic e58287a3a4 ARTEMIS-5173 Small tweak on DiscoveryTest 2024-12-04 12:20:07 -05:00
Clebert Suconic 29354d4a66 ARTEMIS-5199 Fixing race on create directory for shared storage
This is fixing SharedStoreDistributionTest
2024-12-04 11:35:46 -05:00
Clebert Suconic 8b8d552a0d ARTEMIS-5173 Improving reliability on SimpleNotificationService 2024-12-04 11:35:46 -05:00
Timothy Bish 9620f8279e ARTEMIS-5173 Fix test failure due to NPE after Queue lookup
The lookup of the just created queues can return null on a very slow
machine causing the test to fail, add Waits with queue queries to allow
the Queues to get created on both brokers.
2024-12-04 15:23:36 +00:00
Robbie Gemmell 1066985149 ARTEMIS-5138: update checkstyle to 10.20.2 2024-12-03 16:12:26 +00:00
Robbie Gemmell 85f24985d4 ARTEMIS-5191: update commons-dbcp2 to 2.13.0 2024-12-03 13:56:33 +00:00
Justin Bertram a5f317dcdb ARTEMIS-5093 support configurable onMessage timeout w/closing consumer 2024-12-01 23:55:17 -06:00
Robbie Gemmell 0ea5cfaf40 ARTEMIS-5137: update jackson to 2.18.2 2024-11-29 15:53:58 +00:00
Robbie Gemmell c0f1d6b668 ARTEMIS-5144: update to selenium 4.27.0 2024-11-29 15:26:33 +00:00
Robbie Gemmell 036f992b04 NO-JIRA: have dependabot ignore maven-bundle-plugin >= 6 for now, it needs Java 17+ 2024-11-29 12:36:10 +00:00
Domenico Francesco Bruscino dbd2e9342f ARTEMIS-5187 Fix management authorization checks after authentication failures
When the ArtemisRbacMBeanServerBuilder class is used for the RBAC management,
a clash of authentication cache keys between clients failing authentication and
web console authenticated users can cause web console authenticated users to
receive authorization errors, blank screens and similar issues after successful
login to the console.
2024-11-28 15:44:43 +01:00
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