-
Notifications
You must be signed in to change notification settings - Fork 126
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
Spring Boot 3 support #768
Comments
What does that mean exactly? |
https://spring.io/blog/2022/05/24/preparing-for-spring-boot-3-0
|
I've been playing around with fixing spring boot 3x support here: main...norrs:problem-spring-web:springboot-3x - but currently have issues with I also noticed it looks like spring framework 6.x (which is used by spring-boot 3.x) will come with batteries included according to spring-projects/spring-framework#27052 . Might have a peak and see how easy it is to replace it with how upstream plans to use "problem-json". |
Spring Web API changed in |
I will probably open a PR today. https://github.com/cemo/problem-spring-web/tree/upgrade-spring6 |
I opened a PR #826. |
Hi everything is working as expected, except these 3 imports: SB3 has migrated to jakarta namespace.
problem-spring-web/problem-spring-web/src/main/java/org/zalando/problem/spring/web/advice/security/SecurityProblemSupport.java
Lines 15 to 17 in 0f62aa0
The text was updated successfully, but these errors were encountered: