14 comments (14 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java25,882 forks (25,882 forks)batch import
:Core/Infra/Core>enhancementTeam:Core/Infrahelp wanted
Repository metrics
- Stars
- 76,700 stars (76,700 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
It would be very useful to be able to easily extract the id of the resource thats not found from the body of a 404 request. I believe this would involve adding the ID to ResourceNotFoundException.
Contributor guide
- Research direction
- Locate the ResourceNotFoundException class in the codebase. Add a 'resourceId' field to the exception and modify the response serialization to include it in the 404 response body.
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Prerequisites
- Java