Commit Graph

105 Commits

Author SHA1 Message Date
Greg Turnquist
0e48b4c6c4 SWS-1067 - Fix version number of commons-io. 2019-04-23 10:11:51 -05:00
Greg Turnquist
94ec77b7d9 SWS-1067 - Polishing. 2019-04-23 09:54:41 -05:00
Rune Flobakk
66ea015c99 SWS-1-67 - Reduce commons-io scope.
commons-io is only needed as a test dependency in spring-ws-core.
2019-04-23 09:53:52 -05: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
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
Jamin Hitchcock
0da6aca9f2 SWS-1018 - Move creation of an empty SOAP 1.1 envelope to the factory.
To avoid SaajSoapMessage being created with an empty envelope, move the envelope creation process to SaajSoapMessageFactory.
2018-09-13 12:21:07 -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
e228cc73a5 SWS-1014 - Polishing. 2018-02-19 14:26:45 -06:00
Kazuki Shimizu
39d0895a9c SWS-1014 - Support custom timeout settings on HttpUrlConnectionMessageSender. 2018-02-19 14:23:13 -06: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
99a7dd6228 SWS-981 - Polish 2017-10-27 12:02:32 -05:00
Jamin Hitchcock
838c50a1aa SWS-981 - Make SoapActionHeaders ONLY appear for SOAP 1.1 messages
SOAPAction header with SOAP ver 1.2 messages
2017-10-27 11:49:50 -05:00
Andreas Veithen
a3517d4da1 SWS-1006 - Make AxiomSoapHeader compatible with Axiom 1.3
AxiomSoapHeaderElementIterator expects an Iterator<SOAPHeaderBlock> as input. However, it is also used together with getChildrenWithName, which (since it's defined by OMContainer), will actually return an Iterator<OMElement> in Axiom 1.3. Therefore it should use Iterator<? extends OMElement>.
2017-10-27 11:26:46 -05:00
Andreas Veithen
10de93f4b8 SWS-1005 - Use correct default content type for SOAP 1.2 with Axiom
SaajSoapMessageFactory consistently accepts SOAP messages without Content-Type header, but AxiomSoapMessageFactory triggers an error with SOAP 1.2 in this case. This change fixes this and ensures consistency between the two message factories.
2017-10-24 20:35:50 -05:00
Andreas Veithen
fbec6122ef SWS-1004 - Use Axiom's getSAXResult method instead of the custom AxiomResult class 2017-10-24 20:29:55 -05:00
Andreas Veithen
dcc8b8deb0 SWS-1003 - Eliminate some usages of deprecated Axiom APIs
This change only addresses some trivial cases. There are other cases that require more work.
2017-10-24 19:52:19 -05:00
Andreas Veithen
cba67914d2 SWS-707 - Enable streaming incoming responses
Original pull request: #85
2017-10-24 11:13:23 -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
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
Greg Turnquist
208dda4635 SWS-993 Polishing 2017-10-03 10:16:20 -05:00
Greg Turnquist
049b86dd23 SWS-993 Use 'similar' assertions when namespace not critical 2017-10-03 10:14:07 -05:00
Greg Turnquist
afb00a36ed Support Spring 4 and Spring 5 2017-08-25 17:02:41 -05:00
Andrei Amariei
9c726cfede SWS-400 - Allow overriding handleRequest(...) in AbstractLoggingInterceptor 2017-05-22 09:52:47 -05:00
Andrei Amariei
0fc3119c03 SWS-400 - Respect parent isLogEnabled() in SoapEnvelopeLoggingInterceptor 2017-05-22 09:52:39 -05:00
Andreas Veithen
858681220c SWS-987 - Use AbstractPushOMDataSource to enable additional optimizations in Axiom 2017-05-22 09:33:44 -05:00
Andreas Veithen
f189e86c49 SWS-986 - Upgrade Axiom and use new API to convert Document to SOAPMessage
Original pull-request: https://github.com/spring-projects/spring-ws/pull/82
2017-05-22 09:22:22 -05:00
Greg Turnquist
15c0213373 SWS-967 Add other build profiles
* Make it possible to run the build with different dependencies and different version of JDK
* Fix JUnit to make it forward compatible
* Fix other things that are deprecated in Spring 4.3 and removed in Spring 5
2016-08-29 10:20:44 -05:00
Greg Turnquist
1df1079fbd SWS-947 Make Wsdl4jDefinition threadsafe on reads 2016-08-23 11:19:49 -05:00
Greg Turnquist
ee8748b956 SWS-931 Upgrade to Axiom 1.2.16 2016-07-05 08:28:45 -05:00
Greg Turnquist
218e25c6c1 SWS-950 Support RFC 7230 for HTTP headers
Make HTTP headers handle case insensitivity.
2016-04-04 21:28:56 -05:00
Greg Turnquist
6b3f990a91 SWS-951 - Add tests and polish 2016-03-14 11:59:58 -05:00
Marten Deinum
b02a8bed99 SWS-951 - Introduce ClientInterceptorAdapter
This commit introduces a ClientInterceptorAdapter with a default implementation
of the methods and providing a protected Log instance for subclasses. This convenience
class allows for pre-/post only ClientInterceptor instances without having to
add empty methods to it.
2016-03-14 14:33:47 +01:00
Uxio
420e795607 SWS-948 Fix typo (duplicated the) 2016-02-11 14:28:44 -06:00
Dennis Walter
2be6c50c8f SWS-932 Preserve namespace context 2016-02-09 11:16:52 -06:00