Skip to content

Commit

Permalink
initial release of irods4j
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn authored and trel committed Feb 4, 2025
1 parent f504b26 commit de0aacd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions content/posts/initial-release-of-irods4j.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Title: Initial release of irods4j
Date: 2025-02-03 23:00
Author: Kory Draughn
Slug: initial-release-of-irods4j
Status: published


The iRODS Consortium is pleased to announce the first release of [irods4j](https://github.com/irods/irods4j), a new Java client library for iRODS.

It is released today as v0.1.0 and targets Java 17 and iRODS 4.3.2.

The library is designed to put the full power of the iRODS API into the hands of Java developers by exposing APIs matching those found in the C and C++ libraries.

This release includes support for SSL/TLS, native and pam_password authentication schemes, and several high-level APIs for common iRODS tasks.

The library is published at [Maven Central Repository](https://central.sonatype.com/).

Visit [https://github.com/irods/irods4j/tree/0.1.0](https://github.com/irods/irods4j/tree/0.1.0) to learn more.

0 comments on commit de0aacd

Please sign in to comment.