Commit Graph

2706 Commits

Author SHA1 Message Date
Stéphane Nicoll
e538b36f99 Merge branch '4.0.x' into 4.1.x 2025-05-26 17:32:27 +02:00
Stéphane Nicoll
39397ed2ea Increase timeout for reply
See gh-1574
2025-05-26 17:31:50 +02:00
Stéphane Nicoll
68bdaffb06 Merge branch '4.0.x' into 4.1.x
Closes gh-1586
2025-05-26 17:29:18 +02:00
Stéphane Nicoll
64e4c02c43 Upgrade to spring javaformat 0.0.45
Closes gh-1585
2025-05-26 17:28:13 +02:00
Stéphane Nicoll
7c91f70833 Merge branch '4.0.x' into 4.1.x
Closes gh-1582
2025-05-26 10:23:13 +02:00
Stéphane Nicoll
2d08ab58cc Upgrade to Gradle 8.14.1
Closes gh-1581
2025-05-26 10:22:04 +02:00
Stéphane Nicoll
de0efa67f2 Merge branch '4.0.x' into 4.1.x
Closes gh-1579
2025-05-20 16:55:25 +02:00
Stéphane Nicoll
eba0f7892c Upgrade to nexus-sync-action 0.1.1
Closes gh-1578
2025-05-20 16:52:50 +02:00
Stéphane Nicoll
440f0f21f4 Next development version (v4.1.1-SNAPSHOT) 2025-05-20 10:40:36 +02:00
Stéphane Nicoll
702e8f3f5d Test update nexus-sync-action
See gh-1567
2025-05-20 10:13:14 +02:00
Stéphane Nicoll
653c5ff1db Upgrade to Easymock 5.6.0
Closes gh-1577
2025-05-20 10:06:02 +02:00
Stéphane Nicoll
9c30b2b486 Upgrade to XmlUnit 2.10.1
Closes gh-1576
2025-05-20 10:05:24 +02:00
Stéphane Nicoll
3b85645442 Upgrade to Spring Security 6.5.0
Closes gh-1571
2025-05-20 09:31:54 +02:00
Stéphane Nicoll
240c22fb82 Merge branch '4.0.x' into 4.1.x 2025-05-19 09:54:43 +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
e2dd32be5f Merge branch '4.0.x' into 4.1.x
Closes gh-1572
2025-05-19 09:25:13 +02:00
Stéphane Nicoll
7a731ebb28 Merge pull request #1556 from nosan
* pr/1556:
  Make loading of schemas in SimpleXsdSchema thread-safe

Closes gh-1556
2025-05-19 09:25:04 +02:00
Dmytro Nosan
39dbe80385 Make loading of schemas in SimpleXsdSchema thread-safe
Before this commit, SimpleXsdSchema had a reference to
an instance of `org.w3c.dom.Element`, which is not thread safe.
This causes issues when multiple clients are requesting
the schema file simultaneously.

This commit updates SimpleXsdSchema to always create
a new `ResourceSource` from an XSD Resource whenever getSource is requested.

See gh-1556

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-05-19 09:15:52 +02:00
Stéphane Nicoll
4b1c4b7ebd Start building against Spring Security 6.5.0 snapshots
See gh-1571
2025-05-15 18:20:42 +02:00
Stéphane Nicoll
7096655007 Upgrade to Spring Framework 6.2.7
Closes gh-1570
2025-05-15 18:20:20 +02:00
Stéphane Nicoll
9d415dc070 Merge branch '4.0.x' into 4.1.x 2025-05-15 18:12:14 +02:00
Stéphane Nicoll
1c646e4e86 Next development version (v4.0.15-SNAPSHOT) 2025-05-15 18:11:59 +02:00
Stéphane Nicoll
233fbf4499 Merge branch '4.0.x' into 4.1.x
Closes gh-1568
2025-05-15 18:08:08 +02:00
Stéphane Nicoll
d27fa5bc20 Migrate to central.sonatype.com
Closes gh-1567
2025-05-15 17:32:30 +02:00
Stéphane Nicoll
c60935a250 Upgrade to Spring Framework 6.0.20
Closes gh-1566
2025-05-15 17:03:08 +02:00
Stéphane Nicoll
34fda34916 Merge branch '4.0.x' into 4.1.x
Closes gh-1564
2025-05-15 08:00:35 +02:00
Stéphane Nicoll
a5632a59ef Upgrade to spring javaformat 0.0.44
Closes gh-1563
2025-05-15 08:00:19 +02:00
Stéphane Nicoll
8f8a6fa4ee Merge branch '4.0.x' into 4.1.x
Closes gh-1557
2025-05-06 10:15:50 +02:00
Stéphane Nicoll
b884681529 Use JmsListener in JmsMessageSenderIntegrationTests
This commit replaces the use of a synchronous receive operation using
JmsTemplate by the use of JmsListener. The latter makes sure that the
handling of the request and sending the response happens in the same
session and that should hopefully fix the flakiness of this test.

Closes gh-1539
2025-05-06 10:13:53 +02:00
Stéphane Nicoll
1f6150a8f4 Merge branch '4.0.x' into 4.1.x 2025-05-06 09:06:08 +02:00
Stéphane Nicoll
185a637bca Polish 2025-05-06 09:04:18 +02:00
Stéphane Nicoll
70e491cedc Merge branch '4.0.x' into 4.1.x 2025-05-06 07:27:26 +02:00
Stéphane Nicoll
81b462cc1e Polish 2025-05-06 07:27:10 +02:00
Stéphane Nicoll
b9fc1b76be Use JmsListener in JmsMessageSenderIntegrationTests
This commit replaces the use of a synchronous receive operation using
JmsTemplate by the use of JmsListener. The latter makes sure that the
handling of the request and sending the response happens in the same
session and that should hopefully fix the flakiness of this test.

See gh-1539
2025-05-02 14:29:06 +02:00
Stéphane Nicoll
2f918a9252 Merge branch '4.0.x' into 4.1.x
Closes gh-1554
2025-05-02 10:10:42 +02:00
Stéphane Nicoll
e036303222 Upgrade to Gradle 8.14
Closes gh-1553
2025-05-02 10:10:00 +02:00
Stéphane Nicoll
f92869b1df Merge branch '4.0.x' into 4.1.x 2025-05-02 10:05:50 +02:00
Stéphane Nicoll
59cd5bd89f Switch to 17.0.15-librca 2025-05-02 10:05:24 +02:00
Stéphane Nicoll
16f5cc0dce Initiate 4.1.x branch 2025-04-23 10:42:10 +02:00
Stéphane Nicoll
0cd52df738 Merge branch '4.0.x' 2025-04-22 09:43:32 +02:00
Stéphane Nicoll
4a02b5c6c6 Next development version (v4.0.14-SNAPSHOT) 2025-04-22 09:43:20 +02:00
Stéphane Nicoll
60c14fa8af Merge branch '4.0.x' 2025-04-22 09:18:58 +02:00
Stéphane Nicoll
4f5154133c Upgrade to Spring Security 6.5.0-RC1
Closes gh-1524
2025-04-22 09:18:21 +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
bdf4020528 Upgrade to Greenmail 2.1.3
Closes gh-1535
2025-04-21 17:57:05 +02:00
Stéphane Nicoll
e490948b10 Merge branch '4.0.x'
Closes gh-1551
2025-04-21 17:50:05 +02:00
Stéphane Nicoll
03b5f0057f Harmonize visibility of test classes and methods
Closes gh-1550
2025-04-21 17:36:00 +02:00
Stéphane Nicoll
80f17c9443 Upgrade to Xom 1.3.9
Closes gh-1548
2025-04-20 12:21:53 +02:00
Stéphane Nicoll
b50fdc79a2 Upgrade to Mockito 5.17.0
Closes gh-1547
2025-04-20 12:19:35 +02:00
Stéphane Nicoll
aecfc48f3d Upgrade to Angus mail 2.0.3
Closes gh-1546
2025-04-20 12:02:14 +02:00