33 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 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
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
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
8577810422 SWS-1050 - Polshing. 2019-03-14 21:06:33 -05:00
Greg Turnquist
baf02216d3 SWS-1050 - Backport to 2.x. 2019-03-14 20:40: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
d1c87ab466 SWS-1049 - Replace direct API usage with better defaults. 2019-01-09 23:05:07 -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
2780c52ad8 SWS-1036 - Make SimpleXsdSchema's toString more resilient
Backported to 2.x.
2018-09-11 17:12:39 -05: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
f1804a9334 Continue development 2017-10-16 14:24:45 -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
Michal Bernhard
20de2e1583 SWS-988 - Fix typo in assertion message
Original pull-request: https://github.com/spring-projects/spring-ws/pull/67
2017-05-22 09:57:42 -05:00
Uxio
420e795607 SWS-948 Fix typo (duplicated the) 2016-02-11 14:28:44 -06:00
Greg Turnquist
396854d108 SWS-879 Add toString() to XPathExpressionFactories 2016-01-26 16:33:34 -06:00
Philippe Marschall
3c7a6b9911 SWS-921 Use varargs for XSD schemas
XML schema validation accepting multiple schemas currently uses arrays
of Resource objects. They would be a bit easier and more succinct to
use if the setters were switched to varargs. Such a change would be
backwards compatible.

This change includes:

 * change AbstractValidatingInterceptor#setSchemas to use varargs
 * change the CommonsXsdSchemaCollection constructor to use varargs
 * change CommonsXsdSchemaCollection.setXsds to use varargs
 * update the tests to use varargs

Issue: SWS-921
https://jira.spring.io/browse/SWS-921
2015-10-19 14:39:35 -05:00
Philippe Marschall
80bd84594e SWS-920 Fix javadoc warnings
Javadoc generation produces various warnings resulting in suboptimal
output.

This patch includes:

 * fix markup
 * fix broken references
 * fix links to external documentation
 * fix wrong javadoc

Issue: SWS-920
https://jira.spring.io/browse/SWS-920
2015-10-03 16:43:56 +02:00
Arjen Poutsma
7d64bebd19 Converted spaces to tabs
This commit changes leading spaces in all Java source files to tabs, to
be consistent with other Spring projects.
2015-03-18 09:54:51 +01:00
Arjen Poutsma
15db9b7858 Removed template.mf files
Removed template.mf files, as they are no longer used.
2014-05-01 09:16:39 +02:00
Arjen Poutsma
12a10a34f1 Bumped up compile warnings
Bumped up the compiler warning to errors.
2014-04-24 14:22:39 +02:00
Arjen Poutsma
bbc6bf5f60 Fixing javadoc 2014-04-16 17:30:39 +02:00
Arjen Poutsma
da629278e6 Added @Override annotation to interface implementations 2014-04-14 16:08:00 +02:00
Arjen Poutsma
160907a6e1 Introduced @Configuration support for Spring-WS
Introduced support for Java @Configuration classes in the form of the
@EnableWS annotation, WsConfigurationSupport and WsConfigurer.
Overall solution is quite similar to Spring-MVC's @EnableMvc.

Also added/uopdated reference documentation for the various
@Configuration options.

Issue: SWS-836
2014-04-10 15:59:41 +02: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