Commit Graph

6 Commits

Author SHA1 Message Date
Stéphane Nicoll
1c5543a199 Merge branch '4.0.x'
Closes gh-1529
2025-04-18 11:52:26 +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
122def7e21 Fix split package between spring-ws-support and spring-ws-core
This commit moves the classes from the o.s.ws.transport.http and
o.s.ws.transport.support packages from spring-ws-support to
spring-ws-core. It turns out these classes don't bring extra
dependencies, which make the move quite straightforward.

Closes gh-1202
2025-03-11 14:52:22 +01:00
Stéphane Nicoll
19ae0073ce Review checkstyle rules of spring-ws-support
See gh-1479
2025-03-07 15:36:50 +01:00
Stéphane Nicoll
15d28812b1 Review checkstyle rules of spring-ws-core
See gh-1479
2025-03-07 15:36:50 +01:00
Stéphane Nicoll
b70e291906 Enable checkstyle
This commit updates the Gradle build to run checkstyle against the main
sources. Checks for tests, as well as certain rules, are disabled as a
first step.

See gh-1479
2025-03-07 15:36:49 +01:00