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