You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling Problem Details in the latest Spring Boot 3.1, adding zalando problem spring webflux will be failed when the application context is started, the Spring built-in exception handlers will handle MethodNotAllowed, etc. , which is conflict with the ones in zalando problem Spring web project.
I have to disable the Spring Boot problem details support, and follow the steps in zalando project homepage to use zalando problem.
Possible Implementation
If possible to create a standalone module that is based on the existing Problem Details support provided in Spring 6/Spring Boot 3.1, and add the missing part as expected.
Handling Constraints Violates Exception
Handling exceptions in SecurityContext
Handling Spring Cloud Execeptions
...
Your Environment
Version used: 0.29.1 Java 21, Spring Boot 3.1.4
Link to your project:
The text was updated successfully, but these errors were encountered:
Detailed Description
When enabling Problem Details in the latest Spring Boot 3.1, adding zalando problem spring webflux will be failed when the application context is started, the Spring built-in exception handlers will handle
MethodNotAllowed
, etc. , which is conflict with the ones in zalando problem Spring web project.I have to disable the Spring Boot problem details support, and follow the steps in zalando project homepage to use zalando problem.
Possible Implementation
If possible to create a standalone module that is based on the existing Problem Details support provided in Spring 6/Spring Boot 3.1, and add the missing part as expected.
Your Environment
The text was updated successfully, but these errors were encountered: