Prepared for new 1.3.0 version

This commit is contained in:
Mauro Mugnaini 2021-03-17 11:41:28 +01:00
parent db8887e3b1
commit 5580b20923
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "oidc-library-portal"
## [v1.3.0-SNAPSHOT]
Extracted the UMA issuing code for logged user from the Valve in the `threadlocal-vars-cleaner` project to be used also after the login process for UMA issue in the context, since the Valve has already finished its work at that moment. (#20591)
## [v1.2.0]
- New context roles mapper that not rely on User or Groups objects but in their ID as strings. New revised version of the cache proxy with mutex and session id used in place of session object, logs revised and scheduled log added that dumps cache contents. Marked as deprecated all utils methods for session objects get/set. (#20445)

View File

@ -11,7 +11,7 @@
</parent>
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
<dependency>
@ -42,6 +42,10 @@
<groupId>org.gcube.dvos</groupId>
<artifactId>usermanagement-core</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.common.portal</groupId>
<artifactId>portal-manager</artifactId>
</dependency>
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>portal-service</artifactId>