From 77cfbf6a8a62704915529f0dc5056a051e929f29 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 26 Feb 2024 18:03:07 +0100 Subject: [PATCH] Improved Method Harvester --- pom.xml | 4 +- .../harvester/MethodInvocationHarvester.java | 3 +- .../gcube/dataharvest/utils/DateUtils.java | 4 +- .../org/gcube/dataharvest/ContextTest.java | 173 +++++++++++++++++ .../AccountingDataHarvesterJupyterTest.java | 21 +- .../AccountingDataHarvesterRStudioTest.java | 16 +- .../sobigdata/SoBigDataHarvesterTest.java | 2 +- .../AccountingDataHarvesterPluginTest.java | 179 ++++++++++-------- .../utils/ContextAuthorizationTest.java | 1 + .../gcube/dataharvest/utils/ContextTest.java | 92 --------- src/test/resources/.gitignore | 1 + 11 files changed, 302 insertions(+), 194 deletions(-) create mode 100644 src/test/java/org/gcube/dataharvest/ContextTest.java rename src/test/java/org/gcube/dataharvest/{ => harvester}/AccountingDataHarvesterJupyterTest.java (82%) rename src/test/java/org/gcube/dataharvest/{ => harvester}/AccountingDataHarvesterRStudioTest.java (82%) rename src/test/java/org/gcube/dataharvest/{ => plugin}/AccountingDataHarvesterPluginTest.java (84%) delete mode 100644 src/test/java/org/gcube/dataharvest/utils/ContextTest.java diff --git a/pom.xml b/pom.xml index 04b1891..2dea2b9 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 4.0.0 org.gcube.accounting accounting-dashboard-harvester-se-plugin - 2.3.1 + 2.4.0-SNAPSHOT Accounting Dashboard Harvester Smart Executor Plugin Accounting Dashboard Harvester Smart Executor Plugin harvest accounting @@ -141,7 +141,7 @@ org.gcube.common authorization-utils - [2.0.0, 3.0.0-SNAPSHOT) + [2.2.0, 3.0.0-SNAPSHOT)