From 11521eb66f41b1fa3ad57e607e1d2e17131d2370 Mon Sep 17 00:00:00 2001 From: Florian Esser Date: Mon, 27 May 2024 15:49:53 +0200 Subject: [PATCH] feat: allow usage of LookupTableImpl and LookupTableInfoImpl in Groovy Allow the usage of the classes `LookupTableImpl` and `LookupTableInfoImpl` to make it possible to use `LookupService` in Groovy scripts without having to lift the restrictions. ING-4256 --- .../plugins/eu.esdihumboldt.hale.common.lookup/plugin.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/plugins/eu.esdihumboldt.hale.common.lookup/plugin.xml b/common/plugins/eu.esdihumboldt.hale.common.lookup/plugin.xml index 5015937654..5fd2e2549e 100644 --- a/common/plugins/eu.esdihumboldt.hale.common.lookup/plugin.xml +++ b/common/plugins/eu.esdihumboldt.hale.common.lookup/plugin.xml @@ -42,5 +42,13 @@ allowAll="false" class="eu.esdihumboldt.hale.common.lookup.internal.LookupServiceImpl"> + + + +