Skip to content

radar-jersey 0.8.0

Compare
Choose a tag to compare
@blootsvoets blootsvoets released this 02 Dec 14:34
115ce98

Changes since version 0.7.0:

  • Updated dependencies, including Kotlin 1.6.0 and Gradle 7.3.1, enabling Java 17 support.
  • Moved ConfigLoader.Enhancers to org.radarbase.jersey.enhancer.Enhancers
  • Moved ConfigLoader.Filters to org.radarbase.jersey.filter.Filters
  • Fixed ObjectMapper injection - the anonymous class type was not longer correctly identified in Kotlin >1.5.0.
  • Improved Json mapping exception handling
  • Merged GeneralExceptionEnhancer and HttpApplicationEnhancer into ExceptionEnhancer
  • Moved HttpApplicationException rendering to separate class.
  • Test Instant serialization.

Full Changelog: v0.7.0...v0.8.0