Skip to content

Releases: RADAR-base/radar-jersey

radar-jersey 0.9.0

13 Jul 10:06
49e6596
Compare
Choose a tag to compare

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 to jakarta 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

28 Mar 09:08
d114455
Compare
Choose a tag to compare

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

14 Mar 10:10
1cc4b1e
Compare
Choose a tag to compare

Changes since version 0.8.1:

  • Dependency updates
  • Style fixes

radar-jersey 0.8.1

23 Dec 13:41
a80ae91
Compare
Choose a tag to compare

Changes since version 0.8.0.1

  • Bumped log4j 2 to 2.17.0
  • Bumped dependencies

radar-jersey 0.8.0.1

13 Dec 10:49
5d08435
Compare
Choose a tag to compare

Hotfix: bumps release of Log4J 2, resolving CVE-2021-44228.

radar-jersey 0.8.0

02 Dec 14:34
115ce98
Compare
Choose a tag to compare

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

radar-jersey 0.7.0

02 Nov 10:03
92d982c
Compare
Choose a tag to compare

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

25 May 09:51
Compare
Choose a tag to compare

Changes since version 0.6.1:

  • Fixes MPClient and MPProjectService imports
  • Improved documentation

radar-jersey 0.6.1

20 May 13:58
a6fdb46
Compare
Choose a tag to compare

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

14 Apr 12:48
02aa09c
Compare
Choose a tag to compare

Changes since 0.5.0:

  • Update dependencies
  • Remove bintray dependencies