|
|
@ -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.GCubeSecret;
|
|
|
|
import org.gcube.common.authorization.utils.secret.Secret;
|
|
|
|
import org.gcube.common.authorization.utils.secret.Secret;
|
|
|
|
import org.gcube.common.scope.api.ScopeProvider;
|
|
|
|
import org.gcube.common.scope.api.ScopeProvider;
|
|
|
|
|
|
|
|
import org.junit.Test;
|
|
|
|
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.core.JsonParseException;
|
|
|
|
import com.fasterxml.jackson.core.JsonParseException;
|
|
|
|
import com.fasterxml.jackson.core.type.TypeReference;
|
|
|
|
import com.fasterxml.jackson.core.type.TypeReference;
|
|
|
@ -65,8 +66,8 @@ public class GeoportalToCatalogueBatchPublisher {
|
|
|
|
|
|
|
|
|
|
|
|
private static final int SLEEPING_TIME = 5000;
|
|
|
|
private static final int SLEEPING_TIME = 5000;
|
|
|
|
|
|
|
|
|
|
|
|
//public final static String profileID = "profiledConcessioni";
|
|
|
|
public final static String profileID = "profiledConcessioni";
|
|
|
|
public final static String profileID = "concessioni-estere";
|
|
|
|
//public final static String profileID = "concessioni-estere";
|
|
|
|
|
|
|
|
|
|
|
|
public final static Integer MAX_ITEMS = 100;
|
|
|
|
public final static Integer MAX_ITEMS = 100;
|
|
|
|
public static int limit = 10;
|
|
|
|
public static int limit = 10;
|
|
|
|