18 Commits

Author SHA1 Message Date
Stéphane Nicoll
20c47d0ff4 Upgrade to Spring Security 6.3.10
Closes gh-1618
2025-06-17 11:19:34 +02:00
Stéphane Nicoll
7ed275fc60 Upgrade to ActiveMQ 6.1.6
Closes gh-1605
2025-06-05 17:00:17 +02:00
Stéphane Nicoll
b6011f7993 Upgrade to Apache Santario 3.0.6
Closes gh-1604
2025-06-05 17:00:17 +02:00
Stéphane Nicoll
d02f127ec4 Upgrade to Xom 1.3.9
Closes gh-1603
2025-06-05 17:00:17 +02:00
Stéphane Nicoll
3a553b6d2a Upgrade to Jetty 12.0.22
Closes gh-1602
2025-06-05 17:00:17 +02:00
Stéphane Nicoll
16b649c69b Upgrade to AspectJ 1.9.24
Closes gh-1601
2025-06-05 16:40:17 +02:00
Stéphane Nicoll
50df139230 Upgrade to JUnit 5.11.4
Closes gh-1600
2025-06-05 16:36:42 +02:00
Stéphane Nicoll
6a6d6f6f7e Upgrade to XmlUnit 2.10.2
Closes gh-1591
2025-05-26 17:38:51 +02:00
Stéphane Nicoll
efc638c65d Await for reply on permanent queue
This is an attempt for fix another flakiness in
JmsMessageSenderIntegrationTests.

See gh-1574
2025-05-19 09:53:57 +02:00
Stéphane Nicoll
e4970c446f Upgrade to Spring Security 6.3.9
Closes gh-1522
2025-04-22 09:16:47 +02:00
Stéphane Nicoll
514abecc7e Tighten rules with compiler warnings
This commit configures the Java compiler to break the build in case of
the following warnings:

* Calling deprecated code
* Use of unchecked and raw types
* Incorrect use of varargs

Closes gh-1537
2025-04-19 11:49:20 +02:00
Stéphane Nicoll
e633cc0e76 Start building against Spring Security 6.3.9 snapshots
See gh-1522
2025-04-11 12:12:25 +02:00
Stéphane Nicoll
99584d3f68 Use Spring Security 6.3.x by default
Closes gh-1500
2025-03-18 08:45:23 +01:00
Stéphane Nicoll
2744867894 Remove dependency on Spring HATEOAS
Closes gh-1491
2025-03-10 15:29:02 +01:00
Stéphane Nicoll
b20935a432 Restore JMS to use ActiveMQ
This commit moves back the JMS-related integration tests to ActiveMQ.
They were previously migrated to Artemis, as ActiveMQ did not have
support for Jakarta.

This is also due to Artemis not working on Java 23, see
https://issues.apache.org/jira/browse/ARTEMIS-4975 fore more details.

Closes gh-1482
2025-03-06 17:52:32 +01:00
Stéphane Nicoll
10f4a3bd1e Review reference guide
Closes gh-1475
2025-03-05 16:23:00 +01:00
Stéphane Nicoll
a395d8215c Clean logging configuration in tests
Use log4j (2) consistently and remove old log4j 1 configuration.

Closes gh-1476
2025-03-04 17:56:22 +01:00
Andy Wilkinson
49e6c9a70f Port the build to Gradle
Closes gh-1457
2025-02-28 16:38:31 +01:00