Commit Graph

30 Commits

Author SHA1 Message Date
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
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
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
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
eac9955ad3 Fix checkstyle violation 2025-04-19 09:04:02 +02:00
Andy Wilkinson
88d801e2da Merge branch '4.0.x'
Closes gh-1505
2025-03-18 13:05:25 +00:00
Andy Wilkinson
bee8398ea8 Disable generation of Gradle module metadata so it is not published
Closes gh-1504
2025-03-18 13:04:42 +00:00
Andy Wilkinson
03edc30d4c Merge branch '4.0.x'
Closes gh-1503
2025-03-18 12:57:52 +00:00
Andy Wilkinson
e730e53c4f Configure description, name, and URL in published poms
Fixes gh-1502
2025-03-18 12:55:07 +00:00
Stéphane Nicoll
5e0897c61d Add Automatic-Module-Name to manifest file
This commit updates the build to add an `Automatic-Module-Name` entry
to the manifest of each published jar. The names follow a convention
where the hyphen is replaced by a dot:

* `spring-xml`: `spring.xml`
* `spring-ws-core`: `spring.ws.core`
* `spring-ws-security`: `spring.ws.security`
* `spring-ws-support`: `spring.ws.support`
* `spring-ws-test`: `spring.ws.test`

Closes gh-1208
2025-03-11 15:07:40 +01:00
Stéphane Nicoll
08995d9773 Polish "Upgrade to WSS4J 4.0.0"
See gh-1429
2025-03-10 16:29:28 +01:00
Stéphane Nicoll
36cf1dda7a Apply repositories configuration to Javadoc plugin as well
Closes gh-1485
2025-03-10 13:30:19 +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
Andy Wilkinson
49e6c9a70f Port the build to Gradle
Closes gh-1457
2025-02-28 16:38:31 +01:00
Greg Turnquist
3a1e96a68a SWS-998 - Polish 2017-10-16 12:04:40 -05:00
Greg Turnquist
6f9efb7e91 SWS-994 - Upgrade to Java 8, Spring 5, and everything else
Move Spring Web Services to 3.0.0.BUILD-SNAPSHOT

Key updates include:

* Rebase against Java 8
* Spring 5
* Smack 4.2
* Removal of wss4j 1.x support
* Gradle 4.0
* Plugins
2017-10-05 11:02:18 -05:00
Greg Turnquist
85c4832a7f SWS-885 Upgrade to Smack 4.1.5 2016-01-22 16:11:39 -06:00
Greg Turnquist
6907b50b36 SWS-922 Upgrade to Axiom 1.2.15 2015-12-15 10:04:46 -06:00
Greg Turnquist
1aafa53920 SWS-928 Upgrade docbook-reference-plugin 2015-12-15 10:01:09 -06:00
Greg Turnquist
89cdd2f5f9 SWS-927 Upgrade to Gradle 2.8 2015-11-16 10:36:25 -06:00
Arjen Poutsma
62ca2f18ea Downgraded to Gradle 1.12
Downgraded to Gradle 1.12, as our build server does not support Gradle
2.0 yet.
2014-07-18 13:13:38 +02:00
Arjen Poutsma
5295f2852f Upgraded to Gradle 2.0 2014-07-04 13:36:00 +02:00
Arjen Poutsma
12ba86efa9 Upgraded to Gradle 1.12 2014-04-30 10:05:00 +02:00
Arjen Poutsma
a201cfcb1e Upgrade Gradle to 1.10 2014-02-11 10:21:18 +01:00
Arjen Poutsma
efea26fae4 Upgraded to gradle wrapper 1.9 2013-11-29 10:41:49 +01:00
Arjen Poutsma
843ca6d2ef Migrated to Gradle build
This commit migrates from a Maven-based build system to a Gradle-based
one. Changes include:

- Removed archetype & parent
- Renamed core, support, test, security and xml directories to
  spring-ws-core, spring-ws-test, spring-ws-security, spring-xml
  respectively.
- Moved samples to separate project
  (https://github.com/spring-projects/spring-ws-samples)
2013-11-25 10:57:26 +01:00