From cbf7f70fbb2c00bd229fe2f656f9a367daf3d9ad Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Mon, 25 May 2020 09:56:36 +0200 Subject: [PATCH 1/5] Update 'src/main/resources/pre.authorization' endpoint updated to https --- src/main/resources/pre.authorization | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/pre.authorization b/src/main/resources/pre.authorization index da00e3f..ddbcff8 100644 --- a/src/main/resources/pre.authorization +++ b/src/main/resources/pre.authorization @@ -1 +1 @@ -auth-pre.d4science.orgfalse80 \ No newline at end of file +auth-pre.d4science.orgtrue443 \ No newline at end of file From 11cc8a8ba29770c5606212b4e94adc3a54567b55 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Mon, 25 May 2020 09:57:56 +0200 Subject: [PATCH 2/5] Update 'src/main/resources/default.authorization' endpoint updated to https --- src/main/resources/default.authorization | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/default.authorization b/src/main/resources/default.authorization index 35e591d..71af8a7 100644 --- a/src/main/resources/default.authorization +++ b/src/main/resources/default.authorization @@ -1 +1 @@ -authorization.d4science.orgfalse80 \ No newline at end of file +authorization.d4science.orgtrue443 \ No newline at end of file From ef343cef935247cbd4617e2a672cfd5e69b068d2 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Mon, 25 May 2020 09:58:31 +0200 Subject: [PATCH 3/5] Update 'pom.xml' pom updated for release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 70fe399..335ca56 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.gcube.common common-authorization - 2.2.0 + 2.2.1 authorization service common library From 5ceb62c0a91c1a7585508409c08c830061a0fbfb Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Tue, 26 May 2020 16:40:20 +0200 Subject: [PATCH 4/5] changelog added --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e6e41c3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ + +# Changelog + +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.1.6] - [2019-01-14] + +added ListMapper + + + +## [v2.1.3] - [2019-01-14] + +added the support for authorization control library + + + + +## [v2.0.2] - [2017-02-27] + +added set and reset of scope in AuthorizedTask + + + + +## [v2.0.0] - [2016-09-30] + +new model for auth2 + + + + +## [v1.0.0] - [2015-05-18] + +First Release + + + + + From 1f0f6096818337a191b838d990b127c2fafa78ec Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Tue, 26 May 2020 16:41:27 +0200 Subject: [PATCH 5/5] Update 'CHANGELOG.md' --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e41c3..872c0a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.2.1] - [2019-01-14] + +endpoint updated for https + + + ## [v2.1.6] - [2019-01-14] added ListMapper