Skip to content

Releases: DICE-UNC/jargon

4.3.7.0-RELEASE

02 Jun 16:55

Choose a tag to compare

This is a bug fix release which resolves issues with passwords and the RError stack.

Fixed

  • Escape backslashes in passwords (#510).
  • Do not include extra backslash when escaping semicolons in passwords (#220, #510).
  • Do not interpret RError stack messages as errors (#513).

4.3.6.0-RELEASE

11 Apr 17:38

Choose a tag to compare

This release is primarily in support of the Metalnx web application.

Fixed

4.3.5.0-RELEASE

11 Feb 23:19

Choose a tag to compare

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

Removed

  • Remove dependency on slf4j (#484).

Fixed

4.3.4.0-RELEASE

30 Aug 19:15

Choose a tag to compare

Added

  • Add version detection functions [#471] [#445] [#432]
  • Add support for GenQuery2 API [#442]
  • Add support for library features API [#441]
  • Add support for replica truncate API [#440]
  • Add support for new permission levels [#428]
  • Add functions for manipulating metadata using rodsadmin level privileges [#420]
  • Add support for reporting application name to iRODS server [#407] [#352]

Changed

Fixed

  • Fix issues with iRODS Consumer server Docker container for testing [#474] [#446]
  • Fix failing tests for replica truncate function call [#472]
  • Fix duplicate entries appearing in large collection listing [#437]
  • Fix sending of incorrect option value in StartupPack [#429]
  • Fix test failure involving non-existent resource [#425]
  • Fix addAVUMetadata returning error when communicating with iRODS 4.3.0 server [#415]
  • Allow data object close operations with replica token to work when communicating with older iRODS versions [#402]

Security

  • Add wording about reporting security vulnerabilities [#480]

4.3.2.5-RELEASE

15 Feb 14:34

Choose a tag to compare

A maintenance release incorporating multiple bug fixes and pull requests to support the Metalnx
See CHANGELOG.md for changes for this milestone

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-core</artifactId>
            <version>4.3.2.5-RELEASE</version>
        </dependency>

4.3.2.4-RELEASE

25 Jan 21:17

Choose a tag to compare

A maintenance release incorporating multiple bug fixes and pull requests to support the Metalnx
See CHANGELOG.md for changes for this milestone

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-core</artifactId>
            <version>4.3.2.4-RELEASE</version>
        </dependency>

4.3.2.2-RELEASE

25 May 17:43

Choose a tag to compare

A maintenance release incorporating multiple bug fixes and pull requests to support the Metalnx
See CHANGELOG.md for changes for this milestone

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-core</artifactId>
            <version>4.3.2.2-RELEASE</version>
        </dependency>

4.3.2.1-RELEASE

26 Feb 20:19

Choose a tag to compare

A maintenance release incorporating multiple bug fixes and pull requests to support the Metalnx
See CHANGELOG.md for changes for this milestone

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-core</artifactId>
            <version>4.3.2.1-RELEASE</version>
        </dependency>

4.3.2.0-RELEASE

13 Nov 18:22

Choose a tag to compare

A maintenance release incorporating multiple bug fixes and pull requests to support the Metalnx
See CHANGELOG.md for changes for this milestone: https://github.com/DICE-UNC/jargon/milestone/24

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-core</artifactId>
            <version>4.3.2.0-RELEASE</version>
        </dependency>

4.3.1.0-RELEASE

27 Jan 15:16

Choose a tag to compare

A maintenance release incorporating multiple bug fixes and pull requests to support the Metalnx 2.0.1 Release.

See CHANGELOG.md for changes for this milestone: https://github.com/DICE-UNC/jargon/milestone/26

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-core</artifactId>
            <version>4.3.1.0-RELEASE</version>
        </dependency>