spring-attic / tut-react-and-spring-data-rest

React.js and Spring Data REST :: A tutorial based on the 5-part blog series by Greg Turnquist
https://spring.io/guides/tutorials/react-and-spring-data-rest
882 stars 1.58k forks source link

Spring Boot 2.0 → 2.1 and minor dependency to be compliant with Java 9+ #101

Closed mrsarm closed 5 years ago

mrsarm commented 5 years ago

It's not just an upgrade, currently the source code is not working with Java 11+, with Java 9+ is still compatible but with warnings, see #91

I tested the changes against Java 8 and Java 11 and it worked.

pivotal-issuemaster commented 5 years ago

@mrsarm Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster commented 5 years ago

@mrsarm Thank you for signing the Contributor License Agreement!

gregturn commented 5 years ago

Resolved via a31b2bf.

gregturn commented 5 years ago

Sorry @mrsarm! I updated this before spotting your PR.