Skip to content

Releases: RADAR-base/radar-jersey

radar-jersey 0.12.1

31 Oct 11:06
Compare
Choose a tag to compare

In this release only the version of the managementportal-client is updated to 2.1.7.

radar-jersey 0.12.0

30 Oct 16:05
20a5ee1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.12.0

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.