Commit Graph

18 Commits

Author SHA1 Message Date
Stéphane Nicoll
4db2923e00 Upgrade to Log4J 2.24.3
Closes gh-1530
2025-04-20 11:37:28 +02:00
Stéphane Nicoll
c4ccfeecb6 Merge branch '4.0.x'
Closes gh-1538
2025-04-19 11:56:44 +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
242709d3ec Start building against Spring Security 6.5.0-RC1 snapshots
See gh-1524
2025-04-11 12:14:13 +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
a02c83d7fb Upgrade to Spring Security 6.5.0-M3
Closes gh-1490
2025-03-18 08:46:36 +01: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
60942af529 Reinstantiate support for Apache Axiom
This commit restores support for Apache Axiom now that it supports
Jakarta. This commit tries to restore the code that was deleted as-is,
without reviewing the deprecations.

See gh-1454
2025-03-14 16:19:47 +01:00
Stéphane Nicoll
08995d9773 Polish "Upgrade to WSS4J 4.0.0"
See gh-1429
2025-03-10 16:29:28 +01:00
Adriano Machado
409671b669 Upgrade to WSS4J 4.0.0
See gh-1429
2025-03-10 16:15:10 +01:00
Stéphane Nicoll
a6ecd7b60d Merge branch '4.0.x'
Closes gh-1492
2025-03-10 15:29:37 +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
073f846a58 Start building against Spring Security 6.5.0-M3 snapshots
See gh-1490
2025-03-10 15:23:08 +01:00
Stéphane Nicoll
0929ef64ff Remove deprecated methods
This commit removes method that were deprecated quite some time ago
as part of the 2.0 line:

- `FaultAwareWebServiceConnection#setFault(boolean)`
- Commons HttpClient v3
- EhCache v2

Closes gh-1321
2025-03-10 15:03:57 +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