Skip to content

Releases: RADAR-base/radar-jersey

radar-jersey 0.11.2

08 Aug 12:38
5fa43be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

radar-jersey 0.9.4 EOL

27 Jun 07:40
987fa4d
Compare
Choose a tag to compare
Pre-release

This release is an EOL release for support of managementportal 0.x

If you are using this version be aware that you are using deprecated versions and that even this update does not fix all vulnerabilities.

Please update to MP 2.x as soon as possible.

Changes since 0.9.3:

mpClientFactory uses url directly instead of cleaned httpUrl

radar-jersey 0.9.3 EOL

22 Mar 14:24
a01e996
Compare
Choose a tag to compare

This release is an EOL release for support of managementportal 0.x

If you are using this version be aware that you are using deprecated versions and that even this update does not fix all vulnerabilities.

Please update to MP 2.x as soon as possible.

Changes since 0.9.2:

Security updates

Full Changelog: v0.9.2...v0.9.3

radar-jersey 0.11.1

14 Mar 14:58
390a33a
Compare
Choose a tag to compare

Changes since version 0.11.0

  • Added AsyncApplicationEventListener for helping transitioning from events to suspended events.
  • Added support for using entity manager outside of scope
  • Updated dependencies

radar-jersey 0.11.0

17 Oct 11:26
4ef6ddb
Compare
Choose a tag to compare

Changes since version 0.10.0:

  • Use radar-auth 2.1.0 instead of custom authorisation processing code. Replaced Auth and explicit tokens with AuthService
  • Replace okhttp with ktor
  • Use radar-commons plugins and moved common code to radar-commons-kotlin.
  • Add support for async response processing using AsyncCoroutineService.
  • Make health checks use coroutines
  • Replace C3PO with HikariCP

What's Changed

Full Changelog: v0.10.0...v0.11.0

radar-jersey 0.10.0

16 Mar 14:32
d639844
Compare
Choose a tag to compare

Changes since version radar-jersey 0.9.2:

  • Update to ManagementPortal 2.0
  • Added organization to ProjectService
  • Updated dependencies
  • Add Vary header for caching

radar-jersey 0.9.2

15 Dec 09:37
Compare
Choose a tag to compare

Changes since version 0.9.1:

  • Updated dependencies
  • Improved Snyk GA
  • Enabled Kotlin features with config parser

radar-jersey 0.9.1

31 Oct 11:11
6ad3800
Compare
Choose a tag to compare

Changes since version 0.9.0:

  • Made root log level configurable with environment variable LOG4J_LOG_LEVEL
  • Updated dependencies
  • Updated SLF4J / Log4J usage instructions.

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.