Commit Graph

2170 Commits

Author SHA1 Message Date
Greg Turnquist
ca5610eb56 SWS-1068 - Upgrade CI. 2019-04-24 16:52:15 -05:00
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
Spring Operator
620d3eaed4 SWS-1057 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

These URLs were fixed successfully.

* http://spring.io migrated to:
  https://spring.io ([https](https://spring.io) result 200).
* http://spring.io/projects/spring-ws migrated to:
  https://spring.io/projects/spring-ws ([https](https://spring.io/projects/spring-ws) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://repo.spring.io migrated to:
  https://repo.spring.io ([https](https://repo.spring.io) result 302).

These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-07 09:47:45 -06: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
8268293fcf SWS-1055 - Polishing. 2019-02-22 15:26:24 -06:00
Greg Turnquist
60c2c1c271 SWS-1055 - Perform releases through Concourse. 2019-02-22 14:03:52 -06:00
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
cd27d471b6 SWS-1047 - Remove sandbox project.
sandbox was used in the days for svn work when feature branches were unavailable.
2018-12-11 14:28:43 -06:00
Greg Turnquist
e8d89c9eb0 SWS-1045 - Upgrade Spring portfolio. 2018-11-26 10:28:48 -06:00
Greg Turnquist
b7055b31c7 SWS-1044 - Enhance CI pipeline.
* Remove JDK images as a trigger for pull-requests.
* Add Slack notifications.
2018-11-16 11:18:16 -06:00
Greg Turnquist
5bdcca53e3 Polishing 2018-11-13 12:12:44 -06:00
Greg Turnquist
e9138c320a SWS-1043 - Polishing. 2018-11-07 10:52:27 -06:00
Greg Turnquist
d1a50e5c01 SWS-1043 - Fix bug in spring-ws-status 2018-11-07 10:50:38 -06:00
Greg Turnquist
2ade925e1e SWS-1043 - Polishing. 2018-11-07 10:44:42 -06:00
Greg Turnquist
d3405f98ba SWS-1043 - Polishing 2018-11-07 10:42:30 -06:00
Greg Turnquist
65692073da SWS-1043 - Introduce Concourse 2018-11-07 10:14:56 -06:00
Greg Turnquist
ba09926930 SWS-1040 - Upgrade to latest Spring versions
Introduce another profile and two more CI jobs to verify more combinations of Spring portfolio and Java 8/11.
2018-09-20 10:54:45 -05: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
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