Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please upgrade to Spring Boot 3.0.0 with Spring Security 6.x #2

Open
donhuvy opened this issue Dec 3, 2022 · 3 comments
Open

Please upgrade to Spring Boot 3.0.0 with Spring Security 6.x #2

donhuvy opened this issue Dec 3, 2022 · 3 comments

Comments

@donhuvy
Copy link

donhuvy commented Dec 3, 2022

Please upgrade to Spring Boot 3.0.0 with Spring Security 6.x

public class WebSecurityConfig extends WebSecurityConfigurerAdapter {

cannot work with Spring Boot 3.0.0 . See https://stackoverflow.com/questions/74667235/spring-security-6-when-upgrade-to-spring-boot-3-org-springframework-security-a

and

https://stackoverflow.com/questions/74666596/how-to-fix-error-of-websecurityconfigureradapter-when-upgrade-to-spring-boot-3-0

Thank you very much!

@tienbku
Copy link
Contributor

tienbku commented Dec 4, 2022

Hi Vy, please update latest commit in which, WebSecurityConfigurerAdapter is not used.

20c3567#diff-276245e39351786175bf81208d9ea7709fd3c84798d8a707d37820002a085734

@donhuvy
Copy link
Author

donhuvy commented Dec 4, 2022

Can you upgrade to Spring Boot 3.0.0 by yourself. https://github.com/bezkoder/spring-boot-refresh-token-jwt/blob/master/src/main/java/com/bezkoder/spring/security/jwt/models/User.java#L6 now use jakarta ee, and so much change.

@donhuvy
Copy link
Author

donhuvy commented Dec 4, 2022

I send you a pull request #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants