Skip to content

Commit

Permalink
#1 version rollover
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Nov 17, 2020
1 parent 3ac9015 commit d53fe9a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 22 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

#### Add JWT config and issue support #9

Add ability to issue JWTs for logged-in users in order to access Metalnx associated microservices. This is initially to support pluggable search and notifications. This is for auth when Metalnx is acting as a client for other supporting microservices.

This change requires the addition of several properties in metalnx.properties...

#### fix authscheme in irodsauthentication provider to pull from http request #19

Clean up passing specific auth schemes to the authentication process based on a user selection

#### Support UTF-8 in metadata search #17

Removed 'sanitizing' code in metadata query that was trimming accented utf-8 characters

### Removed

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Jargon Extensions API for irods-ext


# Project: Jargon Extensions API - IRODS-EXT
### Date: 11/11/2020
### Release Version: 4.3.2.0-RELEASE
### git tag: 4.3.2.0-RELEASE
### Date:
### Release Version: 4.3.2.1-SNAPSHOT
### git tag:

## News

Expand Down
2 changes: 1 addition & 1 deletion emc-metalnx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>jargon-irods-ext</artifactId>
<groupId>org.irods.jargon</groupId>
<version>4.3.2.0-RELEASE</version>
<version>4.3.2.1-SNAPSHOT</version>
</parent>
<artifactId>emc-metalnx-core</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion emc-metalnx-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>jargon-irods-ext</artifactId>
<groupId>org.irods.jargon</groupId>
<version>4.3.2.0-RELEASE</version>
<version>4.3.2.1-SNAPSHOT</version>
</parent>
<artifactId>emc-metalnx-services</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion irodsext-data-profiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jargon-irods-ext</artifactId>
<groupId>org.irods.jargon</groupId>
<version>4.3.2.0-RELEASE</version>
<version>4.3.2.1-SNAPSHOT</version>
</parent>
<artifactId>irodsext-data-profiler</artifactId>
<name>irodsext-data-profiler</name>
Expand Down
2 changes: 1 addition & 1 deletion irodsext-data-typer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jargon-irods-ext</artifactId>
<groupId>org.irods.jargon</groupId>
<version>4.3.2.0-RELEASE</version>
<version>4.3.2.1-SNAPSHOT</version>
</parent>
<artifactId>irodsext-data-typer</artifactId>
<name>irodsext-data-typer</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon-pom</artifactId>
<version>4.3.2.0-RELEASE</version>
<version>4.3.2.1-SNAPSHOT</version>
</parent>
<properties>
<hibernate.version>4.3.11.Final</hibernate.version>
Expand Down

0 comments on commit d53fe9a

Please sign in to comment.