radar-jersey 0.8.0
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
toorg.radarbase.jersey.enhancer.Enhancers
- Moved
ConfigLoader.Filters
toorg.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
andHttpApplicationEnhancer
intoExceptionEnhancer
- Moved HttpApplicationException rendering to separate class.
- Test
Instant
serialization.
Full Changelog: v0.7.0...v0.8.0