Greg Turnquist
f7803a5efa
SWS-1012 - Upgrade to latest Spring/Spring Security versions
2018-02-13 11:05:31 -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
6c57e50a8a
Polishing
2017-10-30 12:35:06 -05:00
Greg Turnquist
186bb2462b
SWS-955 - Polishing
2017-10-30 11:12:19 -05:00
Jamin Hitchcock
e34fb937d1
SWS-955 - Add method for configuring SAML callback.
2017-10-30 11:02:00 -05:00
Greg Turnquist
05092c3333
Upgrade to Spring Framework 5.0.1.RELEASE
2017-10-27 12:45:55 -05:00
Greg Turnquist
f776609c63
SWS-1008 - Remove NO_SECURITY check in 3.x
2017-10-27 12:37:38 -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
f36e8ca50c
SWS-1007 - Fix invalid test cases that close the InputStream too early
...
Since Axiom uses deferred parsing, the underlying InputStream must not be closed before the message has been fully processed or the detach() method on the builder has been called. That constraint was violated by a few test cases. This doesn't cause problems with Axiom 1.2.x (presumably because the test messages are small enough), but the build fails with Axiom 1.3.0-SNAPSHOT.
2017-10-27 11:41:30 -05:00
Jamin Hitchcock
8c3df71531
SWS-972 - Handle UserDetailsService not finding user
...
SpringSecurityPasswordValidationCallbackHandler throws NPE when UserDetailsService does not find user. This adds a null check and additional test cases.
2017-10-27 11:31:44 -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
7d267af072
SWS-1002 - Upgrade AspectJ to 1.8.12/1.9.1.RC1
2017-10-24 10:34:33 -05:00
Greg Turnquist
db4d7cb6b0
Do not build GPG signatures except for central
2017-10-17 16:35:17 -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
ebce020c22
Polishing
2017-10-16 12:42:15 -05:00
Greg Turnquist
9f7d8cbb8c
Polishing
2017-10-16 12:26:00 -05:00
Greg Turnquist
cf9c4fbf9f
Polishing
2017-10-16 12:22:41 -05:00
Greg Turnquist
3a1e96a68a
SWS-998 - Polish
2017-10-16 12:04:40 -05:00
Greg Turnquist
e78a0741d9
SWS-998 - Fix artifactory deployment
2017-10-13 16:53:20 -05:00
Greg Turnquist
0a4a5589cb
SWS-998 - Switch off CircleCI workflow
2017-10-13 16:21:05 -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
bfff048353
SWS-994 - Revert ActiveMQ upgrade
2017-10-05 14:18:47 -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
33fcac0ece
Tweak version profiles
2017-08-25 17:05:37 -05:00
Greg Turnquist
afb00a36ed
Support Spring 4 and Spring 5
2017-08-25 17:02:41 -05:00
Alexandru-Constantin Bledea
2398d6c648
SWS-989 - Skip validation if validation actions is empty or NO_SECURITY
2017-07-10 13:39:40 -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
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
Chaouki Dhib
59e3ff1f6b
Fix small mistake in the documentation
...
Original pull-request: https://github.com/spring-projects/spring-ws/pull/80
2017-05-22 09:39:55 -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
35a7265166
Bump spring5 profile to snapshots
2017-05-05 08:25:41 -05:00
Greg Turnquist
694f3d814e
SWS-984 - Upgrade Smack to latest patched level
2017-04-05 07:53:45 +02:00
Greg Turnquist
2cf4b2455b
Bump spring4-next and spring5 profiles
...
Upgrade baseline for CI tests against newer versions of Spring/Spring Security.
2017-03-03 09:23:33 -06:00
Greg Turnquist
b8eff281d3
SWS-975 - Move spring4-next to 4.3.4.BUILD-SNAPSHOT and spring5 to 5.0.0.M3
2016-11-08 10:16:18 -06:00
Greg Turnquist
a5c3a38b93
SWS-969 Bump spring4-next to Spring 4.3.3.RELEASE
...
* Move baseline from Spring 4.2.7.RELEASE to 4.2.8.RELEASE
* Add CircleCI for building pull requests against baseline Spring, Spring4-next, and Spring5
2016-09-19 11:55:57 -05:00
Spring Buildmaster
3b82d4e012
Next development version
2016-08-29 15:42:15 +00: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
00e61b7393
SWS-966 Increase to Spring Framework 4.2 and Spring Security 4.0
2016-08-26 15:39:37 -05:00