Skip to content

Releases: Neloop/jaclp

v4.1

02 Dec 13:18
Compare
Choose a tag to compare

Changelog

  • Update versions of dependencies and plugins
  • Update actions versions and add Java 21 to build matrix

v4.0

04 Apr 20:59
Compare
Choose a tag to compare

Changelog

  • BC: Built using Java 17; Java 11 support dropped
  • BC: Updated to Spring Framework 6
  • Dependency and plugin updates

v3.0

04 Oct 20:01
Compare
Choose a tag to compare

Changelog

  • BC: Built using Java 11; Java 8 support dropped
  • BC: Removed generics from IResourceRepository and replaced them with Object
  • Dependency updates, all deps are now using provided scope
  • Code tweaks
  • Migrate to ubuntu-22.04 in GH Actions

v2.3

12 May 11:09
Compare
Choose a tag to compare

Changelog

  • README tweaks
  • Dependencies update
  • Remove Travis CI support
  • GH Actions support for building and releasing

v2.2

23 Jun 12:16
Compare
Choose a tag to compare

Changelog

  • Permission rules now can contain multiple actions
  • Introduced RoleBuilder for more convenient Role creation

v2.1

09 May 19:45
Compare
Choose a tag to compare

Changelog

  • Fix: properly handle transactions in permission evaluator
  • New JaclpSpringConfiguration which can be used to import library beans to the context
  • Readme tuning, added link to example full-fledged project

v2.0

14 Nov 19:40
Compare
Choose a tag to compare

Changelog

  • Breaking change of evaluation logic, now all matching rules are found (matching with resource and action) and then the allowance of the first defined rule is returned
  • Added support for asterisk wildcard
  • Bit of refactoring
  • Readme tuning

v1.0

19 Sep 09:18
Compare
Choose a tag to compare

Initial release