Added the support to new JWT token via URI Resolver

This commit is contained in:
Giancarlo Panichi 2022-04-05 18:34:16 +02:00
parent ad799e9801
commit d2bc0039d2
4 changed files with 12 additions and 3 deletions

View File

@ -59,7 +59,7 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="dataminer-1.8.1.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/dataminer/dataminer"> <dependent-module archiveName="dataminer-1.9.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/dataminer/dataminer">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## [v1.2.0-SNAPSHOT] - 2022-04-05
- Added support to new JWT token via URI Resolver [#23107]
## [v1.1.10] - 2022-03-21 ## [v1.1.10] - 2022-03-21
- Update wps service to support not writing of the computation status to the user's workspace [#23054] - Update wps service to support not writing of the computation status to the user's workspace [#23054]

View File

@ -1,4 +1,8 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.data-analysis.wps.1-2-0"
date="2022-04-05">
<Change>Added support to new JWT token via URI Resolver [#23107]</Change>
</Changeset>
<Changeset component="org.gcube.data-analysis.wps.1-1-10" <Changeset component="org.gcube.data-analysis.wps.1-1-10"
date="2022-03-26"> date="2022-03-26">
<Change>Update wps service to support not writing of the computation status to the user's workspace [#23054]</Change> <Change>Update wps service to support not writing of the computation status to the user's workspace [#23054]</Change>

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.data-analysis</groupId> <groupId>org.gcube.data-analysis</groupId>
<artifactId>wps</artifactId> <artifactId>wps</artifactId>
<version>1.1.10</version> <version>1.2.0-SNAPSHOT</version>
<name>WPS</name> <name>WPS</name>
<description>A service implementing a WPS provider in the D4Science e-Infrastructure</description> <description>A service implementing a WPS provider in the D4Science e-Infrastructure</description>
@ -87,7 +87,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>2.1.1</version> <version>2.2.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>