Release v0.17.0
Pre-release
Pre-release
Changes
belgif-rest-problem-java
- Normalize
*Idand*Codeinput names in 404 Resource Not Found detail message to id and code to account for updated [id-name] rule ⚠️ Renamedio.github.belgif.rest.problem.i18nproperty toio.github.belgif.rest.problem.i18n-enabled⚠️ By default, replace specialized input validation issue types invalidStructure, invalidPeriod, outOfRange, rejectedInput, requiredInput and cross-parameter validation issue types by new general issue typeurn:problem-type:belgif:input-validation:invalidInput.- io.github.belgif.rest.problem.ext.issue-types-enabled can be configured to keep using more specific issue types (from
urn:problem-type:belgif-ext:input-validation:*) instead ofurn:problem-type:belgif:input-validation:invalidInput.
- io.github.belgif.rest.problem.ext.issue-types-enabled can be configured to keep using more specific issue types (from
⚠️ By default, don’t populate inputs[] array for issue types that relate to multiple inputs.- io.github.belgif.rest.problem.ext.inputs-array-enabled can be configured to keep populating the inputs[] array.