Releases: RADAR-base/radar-jersey
Releases · RADAR-base/radar-jersey
radar-jersey 0.9.0
Changes since version 0.8.3:
- Bumped dependencies, including Kotlin 1.7.10, Grizzly 4.0.0 and Hibernate 6.1.1.Final. This includes mapping of the remaining
javax
root package tojakarta
as per Java EE 10. - Fixed Snyk GA.
- Removed health endpoint logging when the service base URL is mapped to the root path. Still allow it to be seen in debug mode.
radar-jersey 0.8.3
Changes since version 0.8.2:
- Fix Jackson release
- Updated dependencies
- Do not log successful
/health
endpoint calls - Pass contexts to liquibase.
radar-jersey 0.8.2
Changes since version 0.8.1:
- Dependency updates
- Style fixes
radar-jersey 0.8.1
Changes since version 0.8.0.1
- Bumped log4j 2 to 2.17.0
- Bumped dependencies
radar-jersey 0.8.0.1
Hotfix: bumps release of Log4J 2, resolving CVE-2021-44228.
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
radar-jersey 0.7.0
Changes since version 0.6.2:
- Split Utility resource enhancers into OkHttp and ObjectMapper resource enhancers.
- Fully move to Kotlin 1.5
- Bumped dependencies
- Documented
Cache
annotation - Do not log error if client aborts a connection. This was very common for Kubernetes health checks to do.
- Kotlin syntax improvements
radar-jersey 0.6.2
Changes since version 0.6.1:
- Fixes
MPClient
andMPProjectService
imports - Improved documentation
radar-jersey 0.6.1
Changes since version 0.6.0:
- Allow importing utilities without RadarResourceEnhancer via a separate UtilityResourceEnhancer
- Log permissions exclude any internal methods
- Improve logging support including Log4j 2
- Updated dependencies
radar-jersey 0.6.0
Changes since 0.5.0:
- Update dependencies
- Remove bintray dependencies