Skip to content

Release v0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 16:04
· 13 commits to main since this release
2e472da

Changes

belgif-rest-problem-java

  • Remove @ApplicationException annotation on Problem, because it could potentially cause compilation errors when used in combination with annotation processors
  • Disallow creation of InputValidationIssue with inputs[] of size 1
    ⚠️ Potentially breaking:
    • removed InputValidationIssue.setInputs(List<Input<?>> inputs)
    • removed InputValidationIssue.setInputs(Input<?>... inputs)
    • removed InputValidationIssue.input(Input<?> input)

belgif-rest-problem-java-ee

  • Add EJBExceptionMapper that unwraps Problem cause, to address the removed @ApplicationException annotation

belgif-rest-problem-spring

Documentation | Javadoc