-
Notifications
You must be signed in to change notification settings - Fork 4
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
84ee8e1
commit 527e8fd
Showing
2 changed files
with
5 additions
and
55 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 |
---|---|---|
@@ -1,36 +1,6 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
|
||
## [unreleased] | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
#### Remove LOWER functions on file properties/metadata #30 | ||
|
||
### Removed | ||
|
||
|
||
## [4.3.3.0-RELEASE] | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
### Removed | ||
|
||
|
||
|
||
## [4.3.2.5-RELEASE] | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
### Removed | ||
|
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 |
---|---|---|
@@ -1,27 +1,7 @@ | ||
# Jargon Extensions iRODS-EXT | ||
|
||
Jargon Extensions API for irods-ext | ||
Extended support in Jargon for advanced iRODS mid-tier capabilities using the IRODS-EXT database. This package is an implementation of the original jargon-extensions reference implementation. The prior version was associated with the cloud browser, this follow-on implements the same extension interfaces to track MetaLnx, and will attempt to provide a common API that bridges several projects, giving out-of-the-box baseline functionality. | ||
|
||
## Changes | ||
|
||
# Project: Jargon Extensions API - IRODS-EXT | ||
### Date: 12/15/2022 | ||
### Release Version: 4.3.3.0-RELEASE | ||
### git tag: | ||
|
||
## News | ||
|
||
Extended support in Jargon for advanced iRODS mid-tier capabilities using the IRODS-EXT database. This package is an implementation of the | ||
original jargon-extensions reference implementation. The prior version was associated with the cloud browser, this follow-on implements the | ||
same extension interfaces to track MetaLnx, and will attempt to provide a common API that bridges several projects, giving out-of-the-box baseline functionality. | ||
|
||
## 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 iRODS 4.3 consortium | ||
|
||
## Libraries | ||
|
||
Jargon-core 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/issues]] | ||
|
||
See [CHANGELOG](CHANGELOG.md) for updates. |