v2.2.0
NEW FEATURES:
- AC Tool does not have to be pre-installed during initial installation anymore! With #210 implemented, both AC Tool and YAML files can be sub packages within a complete package and linked with a package dependency to ensure installation order is correct.
- The variable
RUNMODES
is now pre-populated and it can be checked with e.g.containsItem(RUNMODES, 'runmode')
inIF
clauses #312 #311 - Password is now optional for regular users to allow for certain IdP setup scenarios #335
Apart from that, also the build setup has been improved (using bnd plugin #324) and we moved away from jgitflow #323. Also quite a few bugs have been fixed, see https://github.com/Netcentric/accesscontroltool/issues?q=milestone:2.2.0 for a full list of what's in the release.
The released packages is available via maven central:
accesscontroltool-package-2.2.0
accesscontroltool-oakindex-package-2.2.0
accesscontroltool-exampleconfig-package-2.2.0