belgif / rest-problem-java

Java library for RFC 9457 Problems with support for standard problem types of the Belgif REST guide (https://www.belgif.be/specification/rest/api-guide/#error-handling)
https://belgif.github.io/rest-problem-java/
Apache License 2.0
3 stars 0 forks source link

Remove deprecated InvalidParamProblem #34

Closed jpraet closed 5 months ago

jpraet commented 6 months ago

I suspect the deprecated InvalidParamProblem can be safely deleted, because BadRequestProblem and ResourceNotFoundProblem support the deprecated InvalidParams.

Potentially this support for the deprecated InvalidParams could be moved up into InputValidationProblem.