4.3.0.0-RELEASE
michael-conway
released this
05 Jul 16:48
·
75 commits
to master
since this release
Initial release of jargon extensions in Metalnx 2.0.0. This defines higher-level services in an abstract fashion to promote pluggable and configurable features such as file format recognition and virtual collections support.
Metalnx is being gradually refactored to make use of services defined via these API as a method of unifying various clients and standardizing on functionality as the iRODS core server picks up various new features.
This is available on Maven
<repository>
<id>dice.repository</id>
<name>dice.repository</name>
<url>https://raw.github.com/DICE-UNC/DICE-Maven/master/releases</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
....
<dependency>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-extensions-if</artifactId>
<version>4.3.0.0-RELEASE</version>
</dependency>