Registry / web-framework / problem-spring-web

problem-spring-web

JSON →
library0.29.1javamavenunverified

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>
INSTALL
IMPORT
SIG · PROBLEM-SPRING-WEB
P
problem-spring-web
web-frameworkjavav0.29.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProblemHandling
org.zalando.problem.spring.web.advice.ProblemHandling

Implement ProblemHandling in a @ControllerAdvice to return RFC 7807 problem responses for exceptions.

import org.zalando.problem.spring.web.advice.ProblemHandling; import org.springframework.web.bind.annotation.ControllerAdvice; @ControllerAdvice public class ExceptionHandler implements ProblemHandling { // Automatically handles exceptions and returns RFC 7807 problem responses }
Debug
Known issues
breakingVersion 0.29.1 may have compatibility issues with Spring Boot 3.x due to Jakarta namespace changes.
fix
Upgrade to a version that supports Spring Boot 3.x or use the jakarta variant if available.
affects: <0.27.0
Upgrade
Version history
0.29.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
problem-spring-web — mvn dependency:get problem-spring-web · libregistry