Skip to content

Release v0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 12:01
· 6 commits to main since this release
e0c6d62

Changes

belgif-rest-problem

  • Add internationalization support for localized detail messages based on Accept-Language HTTP request header
  • Don’t include null (issue) input values when serializing
  • ⚠️ Replace urn:problem-type:cbss:input-validation:referencedResourceNotFound by standardized urn:problem-type:belgif:input-validation:referencedResourceNotFound
  • Add fluent setter methods:
    • Problem: detail, href, instance, additionalProperties
    • InputValidationProblem: issues
    • RetryAfterProblem: retryAfter, retryAfterSec
  • Improve WWW-Authenticate header for token-related problem types:
    • Support setting the "realm" attribute
    • Add "error_description" and "scope" attributes for missing_scope

belgif-rest-problem-spring:

  • Fix compatibility issue with Spring Boot 3.4

belgif-rest-problem-quarkus:

  • New module for Quarkus support (only in JVM mode)

belgif-rest-problem-bom:

  • Added jakarta classifier artifacts

Documentation | Javadoc