Extracted the UMA issuing code #8

Manually merged
massimiliano.assante merged 2 commits from mauro.mugnaini/threadlocal-vars-cleaner:master into master 2021-03-19 12:23:56 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 3b54a86bc8 - Show all commits

View File

@ -4,6 +4,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.3.0-SNAPSHOT]
## [v2.2.1] - 2020-07-21
Added support for OIDC related communications

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>threadlocal-vars-cleaner</artifactId>
<version>2.2.1</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>threadlocal-vars-cleaner</name>
<description>This component clean the Smartgears ThreadLocal variables each time a new Thread is assigned to a request from tomcat thread pool</description>