oktadev / okta-secure-spring-rest-api-example

Secure Spring REST API
https://developer.okta.com/blog/2018/12/18/secure-spring-rest-api
Apache License 2.0
16 stars 16 forks source link

Support for Spring Boot 2.3.0.RELEASE #1

Open jphines57 opened 4 years ago

jphines57 commented 4 years ago

When will this project be updated to support Spring Boot 2.3.0.RELEASE? When I try to change the parent version and the okta-spring-boot-starter to 1.3.0 it still does not work.

mraible commented 4 years ago

@jphines57 Many of the repos in the @oktadeveloper org are tied to blog posts. As you can imagine, it's difficult to keep all our blog posts up-to-date.

If you use the versions specified in this repo, everything should work. For Spring Boot 2.3.0, you'll need to use v1.4.0 of the Okta Spring Boot starter. This video shows how to do it in 8 minutes.