315 Commits

Author SHA1 Message Date
Greg L. Turnquist
b133db518b Deploy releases directly to maven central on hte new Sonatype infrastructure..
To reduce risk of a release getting stuck in an intermediate state on bintray, make all official releases to maven central.

Resolves #1180.
2021-02-26 10:37:11 -06:00
Greg L. Turnquist
6720bc5892 Polish build settings. 2020-12-01 14:16:56 -06:00
Greg Turnquist
417d31c9bf Continue development on v2.4.8.BUILD-SNAPSHOT 2020-04-17 11:30:19 -05:00
Greg Turnquist
a7e5aeb68c Releasing Spring Web Services v2.4.7.RELEASE 2020-04-17 11:30:14 -05:00
Jay Bryant
bdd141ed8c SWS-1086 - Updated reference documentation.
Update look and feel to current team standards.
2020-03-23 16:19:00 -05:00
Greg Turnquist
7d41dc1bc6 Continue development on v2.4.7.BUILD-SNAPSHOT 2019-08-22 09:42:05 -05:00
Greg Turnquist
7ca2754a15 Releasing Spring Web Services v2.4.6.RELEASE 2019-08-22 09:42:00 -05:00
Greg Turnquist
0f89d45261 SWS-1073 - Introduce Jenkins CI. 2019-06-06 13:52:01 -05:00
Greg Turnquist
f2a68dffb2 SWS-1067 - Backport change in commons-io to 2.x. 2019-04-23 11:35:06 -05:00
Greg Turnquist
8eafe3b45e SWS-1067 - Polishing. 2019-04-23 11:31:54 -05:00
Spring Operator
338f370062 URL Cleanup (#138)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://project.spring.io/spring-ws (UnknownHostException) with 1 occurrences migrated to:
  https://project.spring.io/spring-ws ([https](https://project.spring.io/spring-ws) result UnknownHostException).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 6 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://spring.io with 1 occurrences migrated to:
  https://spring.io ([https](https://spring.io) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 4 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://repo.spring.io with 2 occurrences migrated to:
  https://repo.spring.io ([https](https://repo.spring.io) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 12 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 6 occurrences
2019-03-20 08:50:10 -05:00
Greg Turnquist
587e9a9e3e Continue development on v2.4.6.BUILD-SNAPSHOT 2019-02-22 16:02:43 -06:00
Greg Turnquist
7af6a54048 Releasing Spring Web Services v2.4.5.RELEASE 2019-02-22 16:02:38 -06:00
Greg Turnquist
140fd8425b Continue development 2019-01-09 23:23:07 -06:00
Greg Turnquist
908af975c8 Releasing 2.4.4.RELEASE 2019-01-09 23:06:24 -06:00
Greg Turnquist
aa7b250a71 SWS-1048 - Reinstate Java 6 support. 2018-12-13 11:44:40 -06:00
Greg Turnquist
262bd8a98b SWS-1045 - Upgrade Spring portfolio versions. 2018-11-26 11:48:38 -06:00
Greg Turnquist
7d0fe26672 SWS-1043 - Introduce Concourse 2018-11-07 10:16:56 -06:00
Greg Turnquist
c4bbcd25c0 Continue development 2018-09-19 13:34:13 -05:00
Greg Turnquist
9ef17e0626 Release 2.4.3.RELEASE 2018-09-19 13:22:41 -05:00
Greg Turnquist
a3a8fe665c SWS-1034 - Upgrade to AspectJ 1.8.13.
Required to pass small set of tests. Since Spring Boot 1.5.x is on the same version, this should be a safe requirement.
2018-09-17 17:37:43 -05:00
Greg Turnquist
d1e49a5d86 SWS-1034 - Add support for Java 11.
Backported to 2.x
2018-09-17 16:29:43 -05:00
Greg Turnquist
709948b6f6 SWS-1012 - Upgrade to latest Spring/Spring Security versions 2018-02-13 11:55:24 -06:00
Greg Turnquist
221673940e Continue development 2017-10-30 12:54:43 -05:00
Greg Turnquist
deb6f77d4d Release 2.4.2.RELEASE 2017-10-30 12:48:49 -05:00
Greg Turnquist
eaa5bba391 SWS-1001 - Revert wss4j2 to latest 2.1 release 2017-10-24 09:55:37 -05:00
Greg Turnquist
f1804a9334 Continue development 2017-10-16 14:24:45 -05:00
Greg Turnquist
6368647173 Add project description 2017-10-16 14:14:14 -05:00
Greg Turnquist
1fff092b4d Release version 2.4.1.RELEASE 2017-10-16 13:58:28 -05:00
Greg Turnquist
19a1209999 SWS-998 - Backport Maven/Asciidoctor migration to 2.x 2017-10-16 11:35:31 -05: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
0984ae5b4a [maven-release-plugin] prepare for next development iteration 2013-08-22 21:00:40 +02:00
Arjen Poutsma
b15175e446 [maven-release-plugin] prepare release spring-ws-2.1.4.RELEASE 2013-08-22 20:59:53 +02:00
Arjen Poutsma
d3bb36ac9e Preparing for 2.1.4.RELEASE 2013-08-22 12:02:06 +02:00
Arjen Poutsma
99db37c210 [maven-release-plugin] prepare for next development iteration 2013-04-16 11:08:16 +02:00
Arjen Poutsma
edf2c1b048 [maven-release-plugin] prepare release spring-ws-2.1.3.RELEASE 2013-04-16 11:07:39 +02:00
Arjen Poutsma
0c0de4219e Preparing for 2.1.3.RELEASE 2013-04-16 11:00:54 +02:00
Arjen Poutsma
0e219dd223 Changed scm urls to git 2013-01-30 14:37:28 +01:00
Arjen Poutsma
b5e59427cd [maven-release-plugin] prepare for next development iteration 2012-12-04 10:33:15 +00:00
Arjen Poutsma
73fd81762f [maven-release-plugin] prepare release spring-ws-2.1.2.RELEASE 2012-12-04 10:32:43 +00:00
Arjen Poutsma
bbcfa6b52d Preparing for 2.1.2.RELEASE 2012-12-04 10:24:34 +00:00
Arjen Poutsma
9572c6bdaa Upgraded to Spring 3.1.3 2012-11-01 10:51:58 +00:00
Arjen Poutsma
de42ef21e2 [maven-release-plugin] prepare for next development iteration 2012-09-18 10:08:23 +00:00
Arjen Poutsma
20f1e375ed [maven-release-plugin] prepare release spring-ws-2.1.1.RELEASE 2012-09-18 10:07:53 +00:00
Arjen Poutsma
62602a195f [maven-release-plugin] prepare for next development iteration 2012-05-30 10:21:02 +00:00
Arjen Poutsma
691f3a2d25 [maven-release-plugin] prepare release spring-ws-2.1.0.RELEASE 2012-05-30 10:20:25 +00:00
Arjen Poutsma
7df01d32d5 Preparing for 2.1.0.RELEASE 2012-05-30 09:31:30 +00:00
Arjen Poutsma
fe72fac0f8 [maven-release-plugin] prepare for next development iteration 2012-05-15 07:41:25 +00:00
Arjen Poutsma
2febc650bb [maven-release-plugin] prepare release spring-ws-2.1.0.RC1 2012-05-15 07:40:48 +00:00
Arjen Poutsma
a59f472e2c Preparing for 2.1.RC1 release 2012-05-15 07:26:06 +00:00