Commit Graph

73 Commits

Author SHA1 Message Date
Jay Bryant
f317b9cf85 Various changes to the README file
to account for changes in how Spring Boot handles SOAP.

Also removed the Jenkinsfile, because the test script can
never succeed (due to a port collision in the /initial branch).
2023-08-02 15:43:37 -05:00
Greg L. Turnquist
b6b3773954 Upgrade to Java 17.
Ensure that the Maven bits use the updated mechanisms to consume a WSDL and generate the SOAP Java types for a Spring WS client to talk to the server.
2023-08-01 16:42:20 -05:00
Jay Bryant
6fa8b00b7d Upgrade Boot and Gradle versions
to 2.7.1 and 7.4.2, respectively.
2022-06-23 12:10:48 -05:00
Jay Bryant
2168b7217e Upgrade Spring Boot version to 2.6.3 2022-02-01 10:53:21 -06:00
Jay Bryant
dd2bc48cc5 Update to Boot 2.5.2
Boot 2.5.2 required a newer version of Gradle, too, so I updated it
to the current version (7.1 as of this writing).

Also added -initial or -complete to the artifactId field in the
pom.xml files.

Fixed the test script.
2021-07-08 15:31:21 -05:00
Jay Bryant
c9c57ff29a Update versions
Updated the Spring Boot version and the Gradle and Maven wrappers.

Also removed the Initializr image and updated the README to match.
2020-08-04 15:11:36 -05:00
Jay Bryant
ac586e1611 Use the Spring Initializr (and Boot 2.2)
I rewrote the document and the code (mostly changing package names) to use the Spring Initializr. I also modified the build files to use Spring Boot 2.2.0, which necessitated replacing the Gradle wrappers. Note that there are no tests (other than the one I pulled in from the src directory that the Initializr created).
2019-11-01 10:13:20 +00:00
Greg Turnquist
c18a424606 Upgrade to Spring Boot 2.1.6.RELEASE 2019-06-22 08:24:06 -05:00
Greg Turnquist
2c0571f53b Upgrade to Spring Boot 2.1.4.RELEASE. 2019-04-22 10:41:00 -05:00
Greg Turnquist
32682b4b20 Upgrade to Spring Boot 2.1.3.RELEASE 2019-03-20 10:00:47 -05:00
Greg Turnquist
51ffb90821 Upgrade to Spring Boot 2.0.8.RELEASE. 2019-03-20 09:37:43 -05:00
Spring Operator
8c6e8bee12 URL Cleanup (#36)
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).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 2 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://localhost:8080/ws/countries.wsdl with 2 occurrences
* http://maven.apache.org/POM/4.0.0 with 4 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 2 occurrences
2019-03-20 08:56:32 -05:00
Greg Turnquist
4002ac9801 Upgrade to Spring Boot 2.0.5.RELEASE and Spring Cloud Finchley.SR1 2018-09-17 11:00:40 -05:00
Dave Syer
7fa41df3ff Fix CI tests 2018-07-30 09:12:42 +01:00
Greg Turnquist
114cdf9303 Upgrade to @SpringBoot 2.0.3.RELEASE and @SpringCloud Finchley.RELEASE 2018-06-18 16:16:23 -05:00
Greg Turnquist
b3ab774645 Upgrade to Spring Boot 2.0.2.RELEASE and Spring Cloud Finchley.RC1 2018-05-09 11:26:10 -05:00
Greg Turnquist
13f788828c Upgrade to Spring Boot 2.0.1.RELEASE 2018-04-05 11:44:33 -05:00
Greg Turnquist
43e0f7b3d1 Upgrade to Spring Boot 2.0.0.RELEASE 2018-03-01 09:52:36 -06:00
Greg Turnquist
13aa315842 Upgrade to Spring Boot 1.5.10.RELEASE 2018-01-31 09:15:50 -06:00
Greg Turnquist
db286b73f1 Upgrade to Spring Boot 1.5.9.RELEASE 2017-11-30 11:06:30 -06:00
Greg Turnquist
ef22c0322d Upgrade to Spring Boot 1.5.8.RELEASE 2017-10-17 15:42:14 -05:00
Greg Turnquist
c96d6e8e4f Upgrade to Spring Boot 1.5.7.RELEASE 2017-09-13 13:15:15 -05:00
Greg Turnquist
4bb2c01474 Upgrade to Spring Boot 1.5.6.RELEASE 2017-07-27 10:04:21 -05:00
Greg Turnquist
dda3c483f7 Upgrade to Spring Boot 1.5.5.RELEASE 2017-07-26 12:23:00 -05:00
Greg Turnquist
a2e2c2d7c2 Upgrade to Spring Boot 1.5.3.RELEASE 2017-04-21 09:20:02 -05:00
Greg Turnquist
1c036c8093 Upgrade to Spring Boot 1.5.2.RELEASE 2017-03-03 11:12:55 -06:00
Greg Turnquist
69d1c5f793 Upgrade to Spring Boot 1.5.1.RELEASE 2017-01-30 23:29:36 -06:00
Greg Turnquist
c6783ee869 Upgrade to Spring Boot 1.5.0.RELEASE 2017-01-30 11:38:03 -06:00
Greg Turnquist
1b7fa858a0 Set maven pom.xml to Spring Boot 1.4.4.RELEASE 2017-01-26 12:47:34 -06:00
Greg Turnquist
2c03bf2281 Upgrade to Spring Boot 1.4.4.RELEASE 2017-01-26 12:37:09 -06:00
Greg Turnquist
537578d624 Upgrade to Spring Boot 1.4.3.RELEASE 2016-12-22 22:32:28 -06:00
Greg Turnquist
4182b71081 Upgrade to Spring Boot 1.4.2.RELEASE 2016-11-08 11:52:23 -06:00
Greg Turnquist
56f7d94f42 Upgrade to Spring Boot 1.4.1.RELEASE 2016-09-23 16:35:57 -05:00
Greg Turnquist
17c3ed6adf Upgrade to @SpringBoot 1.4.0.RELEASE 2016-07-29 11:27:09 -05:00
Greg Turnquist
4824c6338b Upgrade to Spring Boot 1.3.7.RELEASE 2016-07-28 06:52:47 -05:00
Greg Turnquist
cf7f7284a2 Upgrade to Spring Boot 1.3.6.RELEASE 2016-07-05 13:52:19 -05:00
Greg Turnquist
a7119437b4 Upgrade to Spring Boot 1.3.5.RELEASE 2016-05-10 10:26:23 -05:00
Greg Turnquist
eebc37a33c Upgrade to Spring Boot 1.3.4.RELEASE 2016-05-06 09:48:47 -05:00
Greg Turnquist
8b3b9f0364 Upgrade to Spring Boot 1.3.3.RELEASE 2016-02-26 07:29:51 -06:00
Greg Turnquist
13791682cb Upgrade to Spring Boot 1.3.2.RELEASE 2016-01-21 21:28:47 -06:00
Greg Turnquist
11fa14e75d Upgrade to Spring Boot 1.3.1.RELEASE 2015-12-18 09:40:10 -06:00
Greg Turnquist
7e29ccbda0 Upgrade to Spring Boot 1.3.0.RELEASE 2015-11-16 11:10:34 -06:00
Greg Turnquist
e1b55eb016 Upgraded to Spring Boot 1.2.7.RELEASE 2015-10-16 09:43:33 -04:00
Greg Turnquist
118faf83b5 Upgrade to Spring Boot 1.2.6.RELEASE 2015-09-20 15:41:33 -05:00
Greg Turnquist
3b885119f4 Upgrade to Spring Boot 1.2.5.RELEASE 2015-07-02 08:46:01 -05:00
Greg Turnquist
5e1b98f933 Upgrade non-specific guides to Java 8 2015-06-12 14:03:54 -04:00
Greg Turnquist
d35e75a78d Upgrade to Spring Boot 1.2.4 2015-06-09 09:41:45 -04:00
Greg Turnquist
367e5e5f89 Upgrade to Spring Boot 1.2.3.RELEASE 2015-03-31 16:56:08 -05:00
Greg Turnquist
c87941b203 Configure maven-jaxb2-plugin with new settings
* Add version tag to ensure latest version being used
* Disable forced regeneration based on https://github.com/highsource/maven-jaxb2-plugin/wiki/Do-Not-Use-forceRegenerate
2015-03-17 12:34:00 -05:00
Greg Turnquist
9893544c8d Upgrade to Spring Boot 1.2.2.RELEASE 2015-02-26 22:39:38 -06:00