From 3ee5659e67868a9c148b4481fc15a77f37e1358f Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 17 Oct 2024 14:17:50 +0200 Subject: [PATCH 1/5] declare `plugin-framework-version` at 1.0.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6dcadae..34e7fe0 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 2.5.1 [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) - 1.0.6-SNAPSHOT + 1.0.6 [2.0.0, 3.0.0-SNAPSHOT) From 90a0700c2ef790f54ad2ce51a3be22e617c1841b Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 17 Oct 2024 16:37:05 +0200 Subject: [PATCH 2/5] declared gcube-cms-suite at 1.0.6 as parent --- catalogue-binding-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalogue-binding-plugin/pom.xml b/catalogue-binding-plugin/pom.xml index 6760516..987fef0 100644 --- a/catalogue-binding-plugin/pom.xml +++ b/catalogue-binding-plugin/pom.xml @@ -11,7 +11,7 @@ org.gcube.application.cms gcube-cms-suite - [1.0.0, 2.0.0-SNAPSHOT) + 1.0.6 From 0af75603aef6b42692436422550d83eea7ff8109 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 18 Oct 2024 11:39:34 +0200 Subject: [PATCH 3/5] updated the pom --- catalogue-binding-plugin/.gitignore | 1 + catalogue-binding-plugin/pom.xml | 22 ++++++++++--------- .../GeoportalToCatalogueBatchPublisher.java | 5 +++-- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/catalogue-binding-plugin/.gitignore b/catalogue-binding-plugin/.gitignore index b83d222..731eb43 100644 --- a/catalogue-binding-plugin/.gitignore +++ b/catalogue-binding-plugin/.gitignore @@ -1 +1,2 @@ /target/ +/.settings/ diff --git a/catalogue-binding-plugin/pom.xml b/catalogue-binding-plugin/pom.xml index 987fef0..3995e09 100644 --- a/catalogue-binding-plugin/pom.xml +++ b/catalogue-binding-plugin/pom.xml @@ -11,7 +11,7 @@ org.gcube.application.cms gcube-cms-suite - 1.0.6 + [1.0.0, 2.0.0-SNAPSHOT) @@ -52,7 +52,7 @@ org.gcube.portlets.user uri-resolver-manager - [1.0.0,2.0.0-SNAPSHOT) + [1.8.0,2.0.0-SNAPSHOT) @@ -73,11 +73,13 @@ json 20090211 + + org.gcube.application geoportal-client - [1.1.0-SNAPSHOT, 2.0.0-SNAPSHOT) + [1.1.0, 2.0.0-SNAPSHOT) javax.servlet @@ -91,16 +93,10 @@ test - - org.slf4j - slf4j-api - provided - - org.gcube.application geoportal-data-mapper - [1.0.0, 2.0.0-SNAPSHOT) + [1.1.0, 2.0.0-SNAPSHOT) @@ -122,6 +118,12 @@ test + + org.slf4j + slf4j-api + provided + + diff --git a/catalogue-binding-plugin/src/test/java/geoportal_to_catalogue/GeoportalToCatalogueBatchPublisher.java b/catalogue-binding-plugin/src/test/java/geoportal_to_catalogue/GeoportalToCatalogueBatchPublisher.java index 64291ce..b2efd0c 100644 --- a/catalogue-binding-plugin/src/test/java/geoportal_to_catalogue/GeoportalToCatalogueBatchPublisher.java +++ b/catalogue-binding-plugin/src/test/java/geoportal_to_catalogue/GeoportalToCatalogueBatchPublisher.java @@ -37,6 +37,7 @@ import org.gcube.common.authorization.utils.manager.SecretManagerProvider; import org.gcube.common.authorization.utils.secret.GCubeSecret; import org.gcube.common.authorization.utils.secret.Secret; import org.gcube.common.scope.api.ScopeProvider; +import org.junit.Test; import com.fasterxml.jackson.core.JsonParseException; import com.fasterxml.jackson.core.type.TypeReference; @@ -65,8 +66,8 @@ public class GeoportalToCatalogueBatchPublisher { private static final int SLEEPING_TIME = 5000; - //public final static String profileID = "profiledConcessioni"; - public final static String profileID = "concessioni-estere"; + public final static String profileID = "profiledConcessioni"; + //public final static String profileID = "concessioni-estere"; public final static Integer MAX_ITEMS = 100; public static int limit = 10; From d596e59ff01d94d89240342dedaad909682bcbdd Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 18 Oct 2024 12:04:12 +0200 Subject: [PATCH 4/5] updated all lower ranges --- catalogue-binding-plugin/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/catalogue-binding-plugin/pom.xml b/catalogue-binding-plugin/pom.xml index 3995e09..82e250d 100644 --- a/catalogue-binding-plugin/pom.xml +++ b/catalogue-binding-plugin/pom.xml @@ -58,7 +58,7 @@ org.gcube.data-catalogue gcat-client - [2.0.0,3.0.0-SNAPSHOT) + [2.4.0,3.0.0-SNAPSHOT) @@ -74,12 +74,10 @@ 20090211 - - org.gcube.application geoportal-client - [1.1.0, 2.0.0-SNAPSHOT) + [1.2.2, 2.0.0-SNAPSHOT) javax.servlet @@ -115,6 +113,7 @@ org.gcube.application.cms cms-test-commons + [1.0.5, 2.0.0-SNAPSHOT) test From 1c17a38b3cc98e523f20361a10215aee5f6e3f6a Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 18 Oct 2024 12:16:55 +0200 Subject: [PATCH 5/5] updated lower ranges --- catalogue-binding-plugin/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/catalogue-binding-plugin/pom.xml b/catalogue-binding-plugin/pom.xml index 82e250d..836b8c3 100644 --- a/catalogue-binding-plugin/pom.xml +++ b/catalogue-binding-plugin/pom.xml @@ -52,7 +52,7 @@ org.gcube.portlets.user uri-resolver-manager - [1.8.0,2.0.0-SNAPSHOT) + [1.8.0-SNAPSHOT,2.0.0-SNAPSHOT) @@ -77,7 +77,7 @@ org.gcube.application geoportal-client - [1.2.2, 2.0.0-SNAPSHOT) + [1.2.2-SNAPSHOT, 2.0.0-SNAPSHOT) javax.servlet @@ -94,7 +94,7 @@ org.gcube.application geoportal-data-mapper - [1.1.0, 2.0.0-SNAPSHOT) + [1.1.0-SNAPSHOT, 2.0.0-SNAPSHOT) @@ -113,7 +113,6 @@ org.gcube.application.cms cms-test-commons - [1.0.5, 2.0.0-SNAPSHOT) test