Spring Authorization Server 0.3.1 available now
On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.3.1.
You can download it from Maven Central by using the module coordinates:
implementation 'org.springframework.security:spring-security-oauth2-authorization-server:0.3.1'
See the release notes for complete details.
This release includes downgrading to JDK 1.8 baseline along with some minor enhancements and bug fixes.
To get started using Spring Authorization Server, see the Getting Started chapter of the reference documentation and the samples to…