-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f504b26
commit de0aacd
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |