Stéphane Nicoll
f46141b5be
Next development version (v4.0.16-SNAPSHOT)
2025-06-17 11:57:22 +02:00
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
e3be968540
Upgrade to Spring Framework 6.1.21
...
Closes gh-1617
2025-06-17 11:18:39 +02:00
Stéphane Nicoll
eec706478b
Migrate release process to spring-io/central-publish-action
...
Closes gh-1614
2025-06-12 10:56:15 +02:00
Stéphane Nicoll
44440c7b2b
Upgrade to Gradle 8.14.2
...
Closes gh-1607
2025-06-05 17:00:17 +02:00
Stéphane Nicoll
c7112106ab
Upgrade to Gradle compatibility plugin 0.0.4
...
Closes gh-1606
2025-06-05 17:00:17 +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
f73cde8b26
Upgrade to spring javaformat 0.0.46
...
Closes gh-1599
2025-06-05 16:34:31 +02:00
Stéphane Nicoll
0819fdf9f3
Polish
2025-06-05 15:35:28 +02:00
Stéphane Nicoll
12ad317f2b
Configure gradle-versions-plugin
...
Closes gh-1594
2025-05-28 09:49:06 +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
2358e64f84
Upgrade to Checkstyle 10.24.0
...
Closes gh-1588
2025-05-26 17:34:55 +02:00
Stéphane Nicoll
39397ed2ea
Increase timeout for reply
...
See gh-1574
2025-05-26 17:31:50 +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
2d08ab58cc
Upgrade to Gradle 8.14.1
...
Closes gh-1581
2025-05-26 10:22:04 +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
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
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
1c646e4e86
Next development version (v4.0.15-SNAPSHOT)
2025-05-15 18:11:59 +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
a5632a59ef
Upgrade to spring javaformat 0.0.44
...
Closes gh-1563
2025-05-15 08:00:19 +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
185a637bca
Polish
2025-05-06 09:04:18 +02:00
Stéphane Nicoll
81b462cc1e
Polish
2025-05-06 07:27:10 +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
59cd5bd89f
Switch to 17.0.15-librca
2025-05-02 10:05:24 +02:00
Stéphane Nicoll
4a02b5c6c6
Next development version (v4.0.14-SNAPSHOT)
2025-04-22 09:43:20 +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
03b5f0057f
Harmonize visibility of test classes and methods
...
Closes gh-1550
2025-04-21 17:36:00 +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
b98055139a
Fix compilation warnings
2025-04-19 11:41:13 +02:00
Stéphane Nicoll
eac9955ad3
Fix checkstyle violation
2025-04-19 09:04:02 +02:00
Stéphane Nicoll
772549084e
Harmonize suffix of test classes
...
Closes gh-1528
2025-04-18 11:40:44 +02:00
Stéphane Nicoll
62f1685999
Upgrade to Spring Framework 6.1.19
...
Closes gh-1521
2025-04-17 11:44:32 +02:00
Stéphane Nicoll
f58db47ba4
Fix error logging in client-side validation
...
Closes gh-1144
2025-04-16 15:11:04 +02:00
Stéphane Nicoll
84ac743d2d
Upgrade to github-changelog-generator 0.0.12
...
Closes gh-1525
2025-04-15 10:23:57 +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
0ba964d8b8
Start building against Spring Framework 6.1.19 snapshots
...
See gh-1521
2025-04-11 12:11:56 +02:00
Stéphane Nicoll
5d5bd57f79
Clarify how to apply advanced endpoint configuration
...
Closes gh-1209
2025-04-07 13:25:58 +02:00
Stéphane Nicoll
352801d761
Fix indentation
2025-04-07 13:17:35 +02:00
Stéphane Nicoll
daccb0db6d
Allow SmartEndpointInterceptor to be added as regular interceptor
...
Previously, only SmartEndpointInterceptor instances declared as bean
were considered by AbstractEndpointMapping. Given that it extends from
EndpointInterceptor, this meant that adding them using the regular
setEndpointInterceptor mean they were not considered as such, that is
added irrespective of their `shouldIntercept` contract.
This commit considers both list as holding SmartEndpointInterceptor
instances. As a result, these can now be added using regular hook
points, such as WsConfigurer.
Closes gh-1130
2025-04-06 12:44:02 +02:00
Stéphane Nicoll
50ca51e41f
Clarify scope of WebServiceMessageSender
...
Closes gh-1063
2025-04-06 12:08:11 +02:00
Stéphane Nicoll
3d8bb53ea3
Document how to use CommonsXsdSchemaCollection with Java config
...
Closes gh-1050
2025-04-06 12:02:23 +02:00