Skip to content

Releases: DICE-UNC/jargon-extensions-if

4.3.4.0-RELEASE

30 Aug 19:17
Compare
Choose a tag to compare
4.3.4.0 Release

4.3.2.5-RELEASE

15 Feb 14:41
Compare
Choose a tag to compare
dice.repository dice.repository https://raw.github.com/DICE-UNC/DICE-Maven/master/releases true false always warn

....

org.irods.jargon jargon-extensions-if 4.3.2.5-RELEASE

4.3.2.4-RELEASE

25 Jan 21:46
Compare
Choose a tag to compare

Maintenance release to support Metalnx

<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.2.4-RELEASE</version>
        </dependency>

4.3.2.2-RELEASE

25 May 18:00
Compare
Choose a tag to compare

Maintenance release to support Metalnx

<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.2.2-RELEASE</version>
        </dependency>

4.3.2.1-RELEASE

26 Feb 20:32
Compare
Choose a tag to compare

Maintenance release to support Metalnx

<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.2.1-RELEASE</version>
        </dependency>

4.3.2.0-RELEASE

13 Nov 18:39
Compare
Choose a tag to compare

Maintenance release to support Metalnx

<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.2.0-RELEASE</version>
        </dependency>

4.3.1.0-RELEASE

27 Jan 15:40
Compare
Choose a tag to compare

Maintenance release to support Metalnx 2.0.1.

<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.1.0-RELEASE</version>
        </dependency>

4.3.0.2-RELEASE

15 Apr 20:28
Compare
Choose a tag to compare

Maintenance release for Metalnx 2.0.0

4.3.0.1-RELEASE

25 Oct 12:41
Compare
Choose a tag to compare

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.1-RELEASE</version>
        </dependency>

Project: Jargon Extensions Interface

Date: 10/25/2018

Release Version: 4.3.0.1-RELEASE

git tag: 4.3.0.1-RELEASE

Developer: Mike Conway - DICE

News

Please go to [[https://github.com/DICE-UNC/jargon-extensions-if]] for the latest news and info.

Interfaces and abstract classes that define extensions built on top of Jargon and iRODS for things like metadata templates, and other higher level services used in DFC and iRODS architecture.

Requirements

  • Jargon depends on Java 1.8+
  • Jargon is built using Apache Maven2, see POM for dependencies
  • Jargon supports iRODS 3.0 through iRODS 3.3.1 community, as well as through iRODS 4.3 consortium

Libraries

This project uses Maven for dependency management. See the pom.xml file for references to various dependencies.

Note that the following bug and feature requests are logged in GitHub with related commit information [[https://github.com/DICE-UNC/jargon-extensions-if/issues]]

Changes

Update misc dependency versions

4.3.0.0-RELEASE

05 Jul 16:48
Compare
Choose a tag to compare

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>