Releases: RADAR-base/radar-jersey
radar-jersey 0.12.1
In this release only the version of the managementportal-client is updated to 2.1.7.
radar-jersey 0.12.0
What's Changed
- Up management portal client version to 2.1.6 by @pvannierop in #95
- Impl. override of required config parameters by @pvannierop in #94
- Set project version to 0.12.0 by @pvannierop in #96
New Contributors
- @pvannierop made their first contribution in #95
Full Changelog: v0.11.2...v0.12.0
radar-jersey 0.11.2
What's Changed
- Fix malformed www-authenticate issue by @Bdegraaf1234 in #88
- Configure using github secret for snapshot publishing by @Bdegraaf1234 in #89
- Release 0.11.2 by @Bdegraaf1234 in #90
Full Changelog: v0.11.1...v0.11.2
radar-jersey 0.9.4 EOL
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
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
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
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
- Update to ManagementPortal dev by @blootsvoets in #73
- Default to "main" organization for non-supported MP by @blootsvoets in #77
- Release 0.11.0 by @blootsvoets in #78
Full Changelog: v0.10.0...v0.11.0
radar-jersey 0.10.0
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
Changes since version 0.9.1:
- Updated dependencies
- Improved Snyk GA
- Enabled Kotlin features with config parser
radar-jersey 0.9.1
Changes since version 0.9.0:
- Made root log level configurable with environment variable
LOG4J_LOG_LEVEL
- Updated dependencies
- Updated SLF4J / Log4J usage instructions.