I'm getting Authorization issue while migrating my code to spring boot version 3.3.0 while in 3.2.7 it's working as expected,am i missing something ? I'm using oauth 2.0 for security ,is there any major changes in 3.3.0

Comment From: wilkinsona

Major changes are described in the release notes. I don't recall anything specifically related to OAuth 2.0 and Security but please check for yourself. Spring Boot 3.3 upgrades to Spring Security 6.3 so you should also check its documentation.

Beyond this, I don't think there's anything more that we can do to help. If you're still having issues, I'd recommend asking a question on Stack Overflow. If you do so, please take the time to describe the problem in full and provide a minimal reproducible example. It's unlikely that someone will be able to help you with the level of information that you have provided here.