spring-guides / gs-consuming-rest

Consuming a RESTful Web Service :: Learn how to retrieve web page data with Spring's RestTemplate.
https://spring.io/guides/gs/consuming-rest/
Apache License 2.0
195 stars 287 forks source link

Upgraded to Spring Boot 2.2 #38

Closed Buzzardo closed 4 years ago

Buzzardo commented 5 years ago

I upgraded the build files to Spring Boot 2.2.0, which necessitated changing the tests to use JUnit 5 and replacing the Gradle wrappers. I also noticed that I hadn't change the package of the /complete test path, so I did that, too.

dsyer commented 4 years ago

Obsoleted by f1af974b

Buzzardo commented 4 years ago

Greg changed the version in the readme file. I changed the version in the build files and changed the tests to use Junit 5 and updated the Gradle wrappers. It's a different set of work.

dsyer commented 4 years ago

I guess it might be different, but this change conflicts, so can you rebase it?

Buzzardo commented 4 years ago

Thanks, Dave. :)