Updated for Next Release

feature/23107
Giancarlo Panichi 2 years ago
parent 22d4abb88d
commit a1ea9f75d8

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

@ -1,68 +1,50 @@
# Changelog
## [v1.1.10-SNAPSHOT] - 2022-03-21
## [v1.1.10] - 2022-03-21
### Fixes
- Fixed protocol parameter when persistence is disabled
- Update wps service to support not writing of the computation status to the user's workspace [#23054]
- Fixed protocol parameter when persistence is disabled
## [v1.1.9] - 2022-01-26
### Fixes
- Updated pom.xml to fix max computation limit [#22700]
## [v1.1.8] - 2021-05-17
### Features
- Updated pom.xml to add to the war the new libraries released to solve slf4j-over-log4j issue [#11956]
## [v1.1.7] - 2020-11-11
### Fix
- Added a printStackTrace in executeRequest
- config Path configurable via web.xml
- fix repository declarations
## [v1.1.6] - 2020-10-15
### Features
## [v1.1.6] - 2020-10-15
- Updated pom.xml for support gcube-bom-2.0.0-SNAPSHOT [#19790]
## [v1.1.5] - 2020-06-05
>>>>>>> 7e2df26281c369848795991265f7484f7a3fe2c8
### Fixes
- Updated ExecuteResponseBuilder for support protocol option [#19423]
- Updated to Git and Jenkins [#18120]
## [v1.1.3] - 2018-12-13
### Features
- Added https support [#13024]
## [v1.1.0] - 2017-09-24
### Features
- Dynamic adding, removing and updating of algorithms added
- Moved to SocialNetworkingService 2.0
## [v1.0.0] - 2017-09-01
- First Release

@ -1,15 +1,22 @@
<ReleaseNotes>
<Changeset component="org.gcube.data-analysis.wps.1-1-10"
date="2022-03-26">
<Change>Update wps service to support not writing of the computation status to the user's workspace [#23054]</Change>
<Change>Fixed protocol parameter when persistence is disabled [#23054]
</Change>
</Changeset>
<Changeset component="org.gcube.data-analysis.wps.1-1-9"
date="2022-01-26">
<Change>Updated pom.xml to fix max computation limit [#22700]</Change>
<Change>Updated pom.xml to fix max computation limit [#22700]</Change>
</Changeset>
<Changeset component="org.gcube.data-analysis.wps.1-1-6"
date="2020-10-15">
<Change>Updated pom.xml for support gcube-bom-2.0.0 [#19790]</Change>
<Change>Updated pom.xml for support gcube-bom-2.0.0 [#19790]</Change>
</Changeset>
<Changeset component="org.gcube.data-analysis.wps.1-1-5"
date="2020-06-05">
<Change>Updated ExecuteResponseBuilder for support protocol option [#19129]</Change>
<Change>Updated ExecuteResponseBuilder for support protocol option
[#19129]</Change>
<Change>Updated to Git and Jenkins [#18120]</Change>
</Changeset>
<Changeset component="org.gcube.data-analysis.wps.1-1-3"

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.data-analysis</groupId>
<artifactId>wps</artifactId>
<version>1.1.10-SNAPSHOT</version>
<version>1.1.10</version>
<name>WPS</name>
<description>A service implementing a WPS provider in the D4Science e-Infrastructure</description>

@ -0,0 +1,6 @@
/CHANGELOG.md
/changelog.xml
/LICENSE.md
/README.md
/gcube-app.xml
/profile.xml
Loading…
Cancel
Save