Commit Graph

34 Commits

Author SHA1 Message Date
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
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
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
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
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
Greg Turnquist
89a7777011 SWS-996 - Fix XmppTransportUtils toURI (#94) 2017-10-06 21:01:49 -07:00
Greg Turnquist
6f9efb7e91 SWS-994 - Upgrade to Java 8, Spring 5, and everything else
Move Spring Web Services to 3.0.0.BUILD-SNAPSHOT

Key updates include:

* Rebase against Java 8
* Spring 5
* Smack 4.2
* Removal of wss4j 1.x support
* Gradle 4.0
* Plugins
2017-10-05 11:02:18 -05:00
Uxio
420e795607 SWS-948 Fix typo (duplicated the) 2016-02-11 14:28:44 -06:00
Greg Turnquist
85c4832a7f SWS-885 Upgrade to Smack 4.1.5 2016-01-22 16:11:39 -06:00
Greg Turnquist
4b179e84e3 SWS-894 - Introduce interface to offer WebServiceConnection headers
* Created an interface to mark where request and response headers may be accessed
* Updated related classes to use the interface, and in turn, update method visibility
* There are sets of classes aimed at requests and another at repsonses. Have interfaces to serve both, for symmetry.
2015-04-21 13:00:18 -05: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
Andy Wilkinson
571a6f65f8 Dependency updates
- Updated Java Mail to 1.4.7
 - Updated Commons Logging to 1.1.3
 - Replaced JMS spec dependency to use the 'official' artifact
 - Removed redundant EJB spec dependency
2014-05-01 08:47:48 +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
ded1efd456 Correctly set HTTP status code on SOAP 1.2 fault
SOAP v1.2 specifies that for SOAP Fault's with Code of "env:Sender" the
HTTP response status code should be 400 (rather than 500 for all other
faults). This commit changes both client and server-side to reflect
this.

Issue: SWS-868
2014-04-23 15:22:59 +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
3522effaea Upgraded to Spring 4.0.3 and XMLUnit 1.5
Upgraded to XMLUnit 1.5, which broke some tests in SWS as well as SPR.
Spring 4.0.3 fixed those, so upgraded to that as well.
2014-03-28 13:31:54 +01:00
Arjen Poutsma
3571d6dfe8 Return null URI for null Destination
JmsTransportUtils.toUri now returns null for null destination
parameters.

Issue: SWS-848
2014-01-27 12:11:19 +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