Skip to content

Release v0.4.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jun 11:00
· 154 commits to main since this release
4d1f5fc

Changes

belgif-rest-problem

  • Removed deprecated InvalidParamProblem: use InputValidationProblem, which supports both the legacy invalidParams[] and the new issues[] structure
  • Replace specific urn:problem-type:cbss:input-validation:unknownSsin issue type by generic urn:problem-type:cbss:input-validation:referencedResourceNotFound
  • Added optional replacedByHref property to replacedSsin issue type
  • Allow use of inputs[] and in/name/value when unmarshalling JSON

belgif-rest-problem-java-ee

  • Fix JAX-RS proxy for methods from Configurable interface
  • Fix problem response for missing request body

belgif-rest-problem-validator

  • Added requireIfPresent check for validating input(s) that must be present when a given target input is present

Documentation | Javadoc