This release is primarily in support of the Metalnx web application.
Jargon now depends on log4j 2. Users of this library will need to adjust log4j configuration and recompile applications accordingly.
Changed
- Improve support for 10-level iRODS permission model (irods-contrib/metalnx-web#342).
- Update log4j from v1 to v2 (#451).
- Replace
<tasks>
with<target>
in pom.xml files (#486, #496).
Removed
- Remove dependency on slf4j (#484).
Fixed
- Catch
InvalidUserException
and cleanly disconnect from iRODS server (irods-contrib/metalnx-web#133).