Greg Turnquist
f4749f9afc
Upgrade to Gradle 4.10.3.
2019-11-19 09:43:27 -06: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
e0fba8bb78
Add JDK 11 support.
2019-10-10 10:16:11 -05:00
Greg Turnquist
f25261be67
Updated to @OpenJDK.
2019-08-12 09:07:30 -05:00
Greg Turnquist
c18a424606
Upgrade to Spring Boot 2.1.6.RELEASE
2.1.6.RELEASE
2019-06-22 08:24:06 -05:00
Greg Turnquist
2c0571f53b
Upgrade to Spring Boot 2.1.4.RELEASE.
2.1.4.RELEASE
2019-04-22 10:41:00 -05:00
Greg Turnquist
32682b4b20
Upgrade to Spring Boot 2.1.3.RELEASE
2.1.3.RELEASE
2019-03-20 10:00:47 -05:00
Greg Turnquist
51ffb90821
Upgrade to Spring Boot 2.0.8.RELEASE.
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
Spring Operator
ab5e8adfc2
URL Cleanup ( #35 )
...
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://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).
# Ignored
These URLs were intentionally ignored.
* http://localhost:8080/ws/countries.wsdl
* 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-11 14:02:41 -05:00
Greg Turnquist
4002ac9801
Upgrade to Spring Boot 2.0.5.RELEASE and Spring Cloud Finchley.SR1
2.0.5.RELEASE
finchley.sr2
2018-09-17 11:00:40 -05:00
Dave Syer
160ffd1480
Give CI chance to download everything
2018-07-30 09:15:45 +01:00
Dave Syer
7fa41df3ff
Fix CI tests
2018-07-30 09:12:42 +01:00
Dave Syer
f5ee891b92
Switch from public SOAP API on internet to local one
...
Every time we pick a public SOAP API on the internet someone shuts
it down. It's easier to just use the one from the "producing"
guide.
Fixes gh-27
2018-07-30 08:53:52 +01:00
Greg Turnquist
114cdf9303
Upgrade to @SpringBoot 2.0.3.RELEASE and @SpringCloud Finchley.RELEASE
2.0.3.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
2.0.2.RELEASE
2018-05-09 11:26:10 -05:00
Greg Turnquist
13f788828c
Upgrade to Spring Boot 2.0.1.RELEASE
2.0.1.RELEASE
2018-04-05 11:44:33 -05:00
Greg Turnquist
37d9059170
Remove front matter
2018-04-02 13:03:21 -05:00
Greg Turnquist
3daf15481c
Replace jar gradle task with bootJar task
2.0.0.RELEASE
2018-03-05 23:21:35 -06:00
Greg Turnquist
f330d642aa
Polish guide to reference 2.0.0.RELEASE
2018-03-05 22:45:33 -06:00
Greg Turnquist
43e0f7b3d1
Upgrade to Spring Boot 2.0.0.RELEASE
2018-03-01 09:52:36 -06:00
Greg Turnquist
05ceb76b51
Upgrade to Gradle 4.6
2018-03-01 09:20:32 -06:00
Greg Turnquist
13aa315842
Upgrade to Spring Boot 1.5.10.RELEASE
1.5.10.RELEASE
edgware.sr2
2018-01-31 09:15:50 -06:00
Greg Turnquist
db286b73f1
Upgrade to Spring Boot 1.5.9.RELEASE
1.5.9.RELEASE
edgware.release
2017-11-30 11:06:30 -06:00
Augusto Toledo
1985a85c19
Change old ‘weather service’ references to the ‘stock market service’
2017-11-14 14:09:18 +00:00
ma
c128804ac5
args parameter added
...
Added args parameter to SpringApplication.run method to support command line arguments
2017-11-08 10:03:50 +00: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
Jay Bryant
506745d1a2
Added See Also links ( #21 )
...
At the bottom of the document (above the footer), I added links to other guides that readers may find to be useful.
2017-08-11 14:55:30 -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
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
1.5.2.RELEASE
2017-03-03 11:12:55 -06:00
Greg Turnquist
69d1c5f793
Upgrade to Spring Boot 1.5.1.RELEASE
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
Dave Syer
a625386b76
Switch to quote service (SOAP endpoint actually exists)
...
The weather service we had been using no longer exists and there
doesn't seem to be a simple publicly available alternative
(everyone is using plain HTTP these days). So this change converts
the sample to a public SOAP service that does stock quotes.
Fixes gh-9
2017-01-16 11:00:22 +00:00
Greg Turnquist
537578d624
Upgrade to Spring Boot 1.4.3.RELEASE
1.4.3.RELEASE
2016-12-22 22:32:28 -06:00
KC Baltz
62359bb948
Adding a comment to help others avoid a mistake
...
I think "hello.wsdl" sounds too much like a file name and not a package. My colleague changed one and not the other and didn't see the problem. I think this comment would help.
2016-12-20 11:58:34 +00:00
Greg Turnquist
c1060bbb5a
Upgrade plugin from spring-boot to o.s.boot
2016-11-30 10:06:22 -06:00
Greg Turnquist
4182b71081
Upgrade to Spring Boot 1.4.2.RELEASE
1.4.2.RELEASE
2016-11-08 11:52:23 -06:00
Greg Turnquist
56f7d94f42
Upgrade to Spring Boot 1.4.1.RELEASE
1.4.1.RELEASE
2016-09-23 16:35:57 -05:00
Greg Turnquist
867f79321f
Upgrade to gradle 2.13
2016-08-29 13:17:47 -05:00
Dave Syer
a79c648c21
Add macro for @SpringBootApplication
2016-08-26 16:46:19 +01: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
Dave Syer
e9c908b67c
Add Maven wrapper
2016-07-02 10:10:41 +01:00
Greg Turnquist
5485f6eae6
Clean up gradle build files
2016-06-28 09:10:20 -05:00