Commit Graph

13 Commits

Author SHA1 Message Date
Stéphane Nicoll
6d684f7cbc Polish .gitignore configuration 2025-03-05 09:39:57 +01:00
Andy Wilkinson
49e6c9a70f Port the build to Gradle
Closes gh-1457
2025-02-28 16:38:31 +01:00
Corneil du Plessis
459df71e0a Remove develocity-workspace-id [skip ci] 2024-05-21 14:41:53 +02:00
Greg L. Turnquist
d427a37df8 Connect builds to ge.spring.io.
This change publishes a build scan to ge.spring.io for every local build from an authenticated Spring committer and for CI where appropriate access tokens are available. The build will not fail if publishing fails.

This change also allows the build to benefit from local and remote build caching, providing faster builds for all contributors.

Additionally, the project will have access to all features of Gradle Enterprise such as:

- Dashboards to view all historical build scans, along with performance
   trends over time
- Build failure analytics for enhanced investigation and diagnosis of
   build failures
- Test failure analytics to better understand trends and causes around
   slow, failing, and flaky tests

Resolves #1376.
2023-09-14 14:51:35 -05:00
Greg L. Turnquist
7d50f0f9bc Introduce Spring WS BOM.
The Spring WS BOM itself uses the flatten-maven-plugin to produce a POM file simplified for community consumption. The same plugin is ready to go for the other modules. But given the risk of breaking existing users, it will not be applied until Spring WS 4.1 is released (#1307).

Resolves #1290.
Related: #1205, #1285.
2023-01-05 13:02:22 -06:00
Greg Turnquist
65692073da SWS-1043 - Introduce Concourse 2018-11-07 10:14:56 -06:00
Greg Turnquist
ebce020c22 Polishing 2017-10-16 12:42:15 -05:00
Jamin Hitchcock
f6f11b09d1 SWS-886 Update to WSS4J 2.0.x / XMLSec 2.0.x 2016-02-02 13:24:30 -06:00
Greg Turnquist
739d2f1dad Add _site to list of ignored folders 2015-01-09 16:27:46 -06:00
Andy Wilkinson
eed9000625 Improve Eclipse setup
Only apply the Eclipse plugin to subprojects. This prevents the
creation of an Eclipse project for the root Gradle project which was
masking the Eclipse projects for all of the Gradle sub-projects.

Update .gitignore to ignore the bin folder created by builds in
Eclipse.
2014-02-20 14:47:04 +00: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
Arjen Poutsma
1bdbe9d726 Convert svn:ignore properties to .gitignore. 2013-01-30 14:47:46 +01:00