Library for handling HTTP problem details (RFC 7807) in Spring Web applications, providing structured error responses.
<dependency>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-web</artifactId>
<version>0.29.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Implement ProblemHandling in a @ControllerAdvice to return RFC 7807 problem responses for exceptions.
Upgrade to a version that supports Spring Boot 3.x or use the jakarta variant if available.
No dependency data recorded yet.