Releases: RADAR-base/radar-jersey
Releases · RADAR-base/radar-jersey
radar-jersey version 0.2.4
Changes since version 0.2.3:
- Log all access requests, whether granted or denied. This adds a
location
parameter to allAuth.checkPermissionOn...
which will be used in the log to describe what this permission was requested for (preferably a URI path). - Bump dependencies, including Kotlin 1.4.0
radar-jersey version 0.2.3
Changes since version 0.2.2.4:
- Pass multiple possible config file locations
- Bump dependencies
- Fix missing newline in logback configuration file
radar-jersey version 0.2.2.4
Changes since version 0.2.2.3:
- Update dependencies (fixes vulnerability https://app.snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-472980)
Release 0.2.2.3
Changes from Release 0.2.2.2
- Upgrades to radar-auth:0.5.8 ( This allows project admin to upload data)
Release 0.2.2.2
Changes from Release 0.2.2.1
- Adds support to read token from cookie
Release 0.2.2.1
Changes from Release 0.2.2
- Supports kotlinmodule when loading config.
- allows to optionally pass ObjectMapper for loading config file
radar-jersey version 0.2.2
Changes since version 0.2.1:
- Shorter
enhance()
syntax
radar-jersey version 0.2.1
Changes since version 0.2.0:
- Usability improvements for specifying resource config
- Added ConfigLoader.loadConfig call for use in Java
- Added
CorsFilter
andResponseLoggerFilter
utility filters.
radar-jersey version 0.2.0
Changes since version 0.1.0:
- Renamed
org.radarbase.auth.jersey
toorg.radarbase.jersey.auth
- Added more helpers for loading config and starting a server
- Added exception response rendering.
radar-auth-jersey version 0.1.0
Initial release of radar-auth-jersey.