From a1ea9f75d8f85278590c17f0afb0f53c08ef87a2 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 1 Apr 2022 10:37:29 +0200 Subject: [PATCH] Updated for Next Release --- .settings/org.eclipse.wst.common.component | 2 +- CHANGELOG.md | 26 ++++------------------ changelog.xml | 13 ++++++++--- pom.xml | 2 +- src/main/webapp/WEB-INF/.gitignore | 6 +++++ 5 files changed, 22 insertions(+), 27 deletions(-) create mode 100644 src/main/webapp/WEB-INF/.gitignore diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index da8f71f..5181e5d 100755 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -59,7 +59,7 @@ - + uses diff --git a/CHANGELOG.md b/CHANGELOG.md index dc25bd6..e3f028a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/changelog.xml b/changelog.xml index 9aabcaa..a6a6274 100755 --- a/changelog.xml +++ b/changelog.xml @@ -1,15 +1,22 @@ + + Update wps service to support not writing of the computation status to the user's workspace [#23054] + Fixed protocol parameter when persistence is disabled [#23054] + + - Updated pom.xml to fix max computation limit [#22700] + Updated pom.xml to fix max computation limit [#22700] - Updated pom.xml for support gcube-bom-2.0.0 [#19790] + Updated pom.xml for support gcube-bom-2.0.0 [#19790] - Updated ExecuteResponseBuilder for support protocol option [#19129] + Updated ExecuteResponseBuilder for support protocol option + [#19129] Updated to Git and Jenkins [#18120] 4.0.0 org.gcube.data-analysis wps - 1.1.10-SNAPSHOT + 1.1.10 WPS A service implementing a WPS provider in the D4Science e-Infrastructure diff --git a/src/main/webapp/WEB-INF/.gitignore b/src/main/webapp/WEB-INF/.gitignore new file mode 100644 index 0000000..b7696bf --- /dev/null +++ b/src/main/webapp/WEB-INF/.gitignore @@ -0,0 +1,6 @@ +/CHANGELOG.md +/changelog.xml +/LICENSE.md +/README.md +/gcube-app.xml +/profile.xml