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
af28fc8cfc
SWS-1039 - Upgrade Spring versions.
2018-09-18 13:11:04 -05:00
Greg Turnquist
4173941fc4
Polishing
...
Link to workflows part of the CircleCI UI.
2018-09-17 17:54:15 -05:00
Greg Turnquist
7a0604785c
Polishing
...
Put the CI badge on the same line as the project name (like Spring Boot does).
2018-09-17 17:50:46 -05:00
Greg Turnquist
10c89b05d1
Polishing
...
Make the master branch CI status badge explicitly point to the master branch of CircleCI.
2018-09-17 17:48:51 -05:00
Greg Turnquist
8c29fceed1
SWS-1034 - Support Java 11
2018-09-17 12:26:36 -05:00
Greg Turnquist
4deb2a55be
SWS-1038 - More documentation polishing
2018-09-13 12:45:27 -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
Frank Pavageau
11ccc7f3b6
SWS-1038 - Polish documentation.
...
* Fix the link to the reference docs
* Use HTTPS where possible for the links in the docs
* Document the build via the Maven wrapper consistently
Original pull request: #111
2018-09-13 11:14:23 -05:00
Greg Turnquist
40c84470b9
SWS-1033 - Introduce Spring-based X.509 cache support
...
Deprecate EhCache-based X.509 caching and provide a path to migrate toward Spring-based caching.
2018-09-13 10:48:47 -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
2ad1852840
SWS-1029 - Tune Java 10 dependencies
2018-07-26 08:30:40 -05:00
Greg Turnquist
43840a6b0f
Polishing
2018-07-25 15:40:28 -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
a68fab0e63
SWS-1026 - Upgrade to latest Spring/Spring Security versions
2018-07-25 09:30:58 -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
20ede45d25
Polishing
2018-03-15 11:52:36 -05:00
Greg Turnquist
a3a72232b3
Releasing version 3.0.1.RELEASE
2018-03-15 11:24:25 -05:00
Greg Turnquist
517fa07790
SWS-1012 - Upgrade to latest Spring/Spring Security versions
2018-03-15 11:06:00 -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
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