diff --git a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties index 27379e1..53f69a3 100644 --- a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties +++ b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties @@ -1,6 +1,6 @@ # REVIEW ACTION TITLE_REVIEW_REQUIRED=Review required for ${project_name} -MSG_REVIEW_REQUIRED=${user} submitted the project '${project_name}'. You are kindly requested to review it and decide either to APPROVE or REJECT it. See the Project at ${private_data_entry_link} +MSG_REVIEW_REQUIRED=${user_caller} submitted the project '${project_name}'. You are kindly requested to review it and decide either to APPROVE or REJECT it. See the Project at ${private_data_entry_link} # REJECTED ACTION TITLE_ITEM_REJECTED=Rejected ${project_name} MSG_ITEM_REJECTED=The project ${project_name} (id: ${project_id}) has just been rejected by ${user_caller}. See the Project at ${private_data_entry_link} diff --git a/cms-test-commons/pom.xml b/cms-test-commons/pom.xml index 399397a..a32cdd8 100644 --- a/cms-test-commons/pom.xml +++ b/cms-test-commons/pom.xml @@ -1,144 +1,144 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - 4.0.0 - cms-test-commons - 1.0.4 - CMS Test Commons + 4.0.0 + cms-test-commons + 1.0.4 + CMS Test Commons - - org.gcube.application.cms - gcube-cms-suite - 1.0.4 - + + org.gcube.application.cms + gcube-cms-suite + [1.0.0, 2.0.0-SNAPSHOT) + - - https://code-repo.d4science.org/gCubeSystem - 1.0 - + + https://code-repo.d4science.org/gCubeSystem + 1.0 + - - scm:git:${gitBaseUrl}/gcube-cms-suite - scm:git:${gitBaseUrl}/gcube-cms-suite - ${gitBaseUrl}/gcube-cms-suite - + + scm:git:${gitBaseUrl}/gcube-cms-suite + scm:git:${gitBaseUrl}/gcube-cms-suite + ${gitBaseUrl}/gcube-cms-suite + - - - - org.gcube.distribution - gcube-bom - ${gcube-bom-version} - pom - import - - - org.gcube.distribution - gcube-smartgears-bom - ${gcube-smartgears-bom-version} - pom - import - - - + + + + org.gcube.distribution + gcube-bom + ${gcube-bom-version} + pom + import + + + org.gcube.distribution + gcube-smartgears-bom + ${gcube-smartgears-bom-version} + pom + import + + + - + - - org.gcube.application.cms - geoportal-common - + + org.gcube.application.cms + geoportal-common + - - org.reflections - reflections - + + org.reflections + reflections + - - org.gcube.application.cms - cms-plugin-framework - compile - + + org.gcube.application.cms + cms-plugin-framework + compile + - - ch.qos.logback - logback-classic - + + ch.qos.logback + logback-classic + - - junit - junit - + + junit + junit + - - org.gcube.common - storagehub-client-library - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - + + org.gcube.common + storagehub-client-library + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + - - org.gcube.common - authorization-utils - [2.0.0, 3.0.0-SNAPSHOT) - + + org.gcube.common + authorization-utils + [2.0.0, 3.0.0-SNAPSHOT) + - - org.gcube.common - authorization-client - provided - + + org.gcube.common + authorization-client + provided + - - org.gcube.common - common-authorization - provided - + + org.gcube.common + common-authorization + provided + - - org.gcube.core - common-encryption - provided - + + org.gcube.core + common-encryption + provided + - - org.apache.logging.log4j - log4j-slf4j18-impl - 2.13.3 - + + org.apache.logging.log4j + log4j-slf4j18-impl + 2.13.3 + - - - com.sun.xml.bind - jaxb-impl - + + + com.sun.xml.bind + jaxb-impl + - - org.glassfish.jaxb - jaxb-runtime - + + org.glassfish.jaxb + jaxb-runtime + - - com.sun.xml.bind - jaxb-core - + + com.sun.xml.bind + jaxb-core + - - javax.activation - activation - + + javax.activation + activation + - + \ No newline at end of file diff --git a/cms-test-commons/src/main/java/org/gcube/application/cms/tests/TokenSetter.java b/cms-test-commons/src/main/java/org/gcube/application/cms/tests/TokenSetter.java index c948401..87012c7 100644 --- a/cms-test-commons/src/main/java/org/gcube/application/cms/tests/TokenSetter.java +++ b/cms-test-commons/src/main/java/org/gcube/application/cms/tests/TokenSetter.java @@ -37,9 +37,9 @@ public class TokenSetter { static{ try { - props.load(TokenSetter.class.getResourceAsStream("/tokens.properties")); + props.load(TokenSetter.class.getResourceAsStream("./tokens.properties")); } catch (Exception e) { - throw new RuntimeException("YOU NEED TO SET TOKEN FILE IN CONFIGURATION",e); + throw new RuntimeException("YOU NEED TO SET tokens.properties TOKEN FILE IN CONFIGURATION",e); } }