Greg L. Turnquist
b101e51bb0
Continue development on v3.1.0-SNAPSHOT
2021-03-16 11:02:49 -05:00
Greg L. Turnquist
2290069b49
Releasing Spring Web Services v3.1.0-M2
2021-03-16 11:02:44 -05:00
Greg L. Turnquist
ec692a945b
Continue development on v3.1.0-SNAPSHOT
2021-01-20 18:09:27 -06:00
Greg L. Turnquist
696eba2aee
Releasing Spring Web Services v3.1.0-M1
2021-01-20 18:09:20 -06:00
Greg L. Turnquist
5deae38221
Deploy releases directly to maven central.
...
To reduce risk of a release getting stuck in an intermediate state on bintray, make all official releases to maven central.
2021-01-20 17:32:26 -06:00
Greg L. Turnquist
d4afb375cc
Create a branch for 3.1.0.
...
Resolves #1170 .
2020-12-01 14:23:50 -06:00
Greg L. Turnquist
2254b0f789
#1159 - Upgrade to JUnit 5 and AssertJ.
...
Also upgrade XMLUnit to the 2.x version, using its AssertJ integration.
2020-10-20 14:55:57 -05:00
Greg L. Turnquist
d24b4fb5d5
#1160 - Update code style.
2020-09-29 20:40:54 -05:00
Greg L. Turnquist
419b0b2180
Continue development on v3.0.11.BUILD-SNAPSHOT
2020-09-15 13:11:24 -05:00
Greg L. Turnquist
4d4124e3d4
Releasing Spring Web Services v3.0.10.RELEASE
2020-09-15 13:11:00 -05:00
Greg L. Turnquist
2a18b1d926
SWS-1090 - Add support for 'wsjar' protocol.
2020-09-14 12:34:34 -05:00
Greg Turnquist
41a38f70ad
Continue development on v3.0.10.BUILD-SNAPSHOT
2020-04-17 11:00:42 -05:00
Greg Turnquist
c0dedba3c4
Releasing Spring Web Services v3.0.9.RELEASE
2020-04-17 11:00:14 -05:00
Greg Turnquist
93a2c980f4
Continue development on v3.0.9.BUILD-SNAPSHOT
2019-11-04 10:03:24 -06:00
Greg Turnquist
c6765de082
Releasing Spring Web Services v3.0.8.RELEASE
2019-11-04 10:03:19 -06:00
Greg Turnquist
78cdade4bf
Continue development on v3.0.8.BUILD-SNAPSHOT
2019-02-22 15:45:28 -06:00
Greg Turnquist
6544723807
Releasing Spring Web Services v3.0.7.RELEASE
2019-02-22 15:27:03 -06:00
Greg Turnquist
a16fcaae77
SWS-1050 - Warn if property doesn't exist.
...
Original pull request: #128
2019-01-11 12:13:43 -06:00
Greg Turnquist
72d616c1ef
Continue development
2019-01-09 22:53:08 -06:00
Greg Turnquist
991e4dfc41
Releasing version 3.0.6.RELEASE
2019-01-09 22:42:37 -06:00
Greg Turnquist
1f05307d61
SWS-1049 - Replace direct API usage with better defaults.
2019-01-09 22:37:41 -06:00
Greg Turnquist
28b643c8f5
Continue development
2018-09-19 13:51:08 -05:00
Greg Turnquist
92370fbbb2
Releasing version 3.0.4.RELEASE
2018-09-19 13:36:50 -05:00
Greg Turnquist
fdf638a813
SWS-1036 - Make SimpleXsdSchema's toString more resilient
2018-09-11 17:05:00 -05:00
Greg Turnquist
8c654a3880
SWS-1030 - Fixes version conflicts
...
Uses maven-enforcer-plugin with the dependencyConvergence rule to identify library conflicts and resolves them, for both Java 8 and Java 10.
2018-07-31 15:28:03 -05:00
Greg Turnquist
8b0ff1c094
Next development version
2018-07-27 15:20:41 -05:00
Greg Turnquist
7ce3d9418f
Releasing version 3.0.3.RELEASE
2018-07-26 11:25:24 -05:00
Greg Turnquist
6fcf4fe5bc
Next development version
2018-07-25 15:30:27 -05:00
Greg Turnquist
359c80323d
Releasing 3.0.2.RELEASE
2018-07-25 15:14:37 -05:00
Greg Turnquist
5e2390e2dd
SWS-1027 - Fix log-based errors
2018-07-25 14:57:28 -05:00
Greg Turnquist
0d814c0352
SWS-1020 - Add support for Java 10
...
* Introduce build profile targeting Java 10
* Augment CI jobs to test against Java 10 JDK
2018-05-16 16:40:41 -05:00
Greg Turnquist
0428ea5918
Next development version
2018-03-15 11:53:29 -05:00
Greg Turnquist
a3a72232b3
Releasing version 3.0.1.RELEASE
2018-03-15 11:24:25 -05:00
Greg Turnquist
0d03d113b7
Next development version
2017-10-30 12:47:58 -05:00
Greg Turnquist
b847cc0ca8
Releasing version 3.0.0.RELEASE
2017-10-30 12:35:27 -05:00
Greg Turnquist
a8f156db39
Next development version
2017-10-16 12:51:26 -05:00
Greg Turnquist
dfd1ede237
Release version 3.0.0.RC1
2017-10-16 12:44:18 -05:00
Greg Turnquist
0f80b6eb5c
SWS-998 - Migrate to Maven and CircleCI
2017-10-13 16:03:22 -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