diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b498f4..09ce8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pom.xml b/pom.xml index 0c54a03..d15f26e 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.portal oidc-library-portal - 1.2.0 + 1.3.0-SNAPSHOT @@ -42,6 +42,10 @@ org.gcube.dvos usermanagement-core + + org.gcube.common.portal + portal-manager + com.liferay.portal portal-service