Skip to content

Releases: RADAR-base/radar-jersey

radar-jersey version 0.2.4

27 Aug 12:46
c14e767
Compare
Choose a tag to compare

Changes since version 0.2.3:

  • Log all access requests, whether granted or denied. This adds a location parameter to all Auth.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

07 Apr 07:09
958076f
Compare
Choose a tag to compare

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

23 Dec 09:26
7d65201
Compare
Choose a tag to compare

Changes since version 0.2.2.3:

Release 0.2.2.3

29 Oct 15:55
8c7e429
Compare
Choose a tag to compare

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

24 Oct 08:55
202346c
Compare
Choose a tag to compare

Changes from Release 0.2.2.1

  • Adds support to read token from cookie

Release 0.2.2.1

23 Oct 08:12
64434f4
Compare
Choose a tag to compare

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

16 Oct 13:19
8450041
Compare
Choose a tag to compare

Changes since version 0.2.1:

  • Shorter enhance() syntax

radar-jersey version 0.2.1

14 Oct 08:32
ea0495e
Compare
Choose a tag to compare

Changes since version 0.2.0:

  • Usability improvements for specifying resource config
  • Added ConfigLoader.loadConfig call for use in Java
  • Added CorsFilter and ResponseLoggerFilter utility filters.

radar-jersey version 0.2.0

07 Oct 13:43
3a4eb31
Compare
Choose a tag to compare

Changes since version 0.1.0:

  • Renamed org.radarbase.auth.jersey to org.radarbase.jersey.auth
  • Added more helpers for loading config and starting a server
  • Added exception response rendering.

radar-auth-jersey version 0.1.0

01 Oct 15:12
Compare
Choose a tag to compare

Initial release of radar-auth-jersey.