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

Compatability with existing Spring 6/Spring Boot 3.x #938

Open
hantsy opened this issue Oct 12, 2023 · 0 comments
Open

Compatability with existing Spring 6/Spring Boot 3.x #938

hantsy opened this issue Oct 12, 2023 · 0 comments
Labels

Comments

@hantsy
Copy link

hantsy commented Oct 12, 2023

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.

  • 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:
@hantsy hantsy added the Feature label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant