Skip to content

Commit

Permalink
feat: allow usage of LookupTableImpl and LookupTableInfoImpl in Groovy
Browse files Browse the repository at this point in the history
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
  • Loading branch information
florianesser committed May 28, 2024
1 parent f982280 commit 6b96ff9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions common/plugins/eu.esdihumboldt.hale.common.lookup/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,13 @@
allowAll="false"
class="eu.esdihumboldt.hale.common.lookup.internal.LookupServiceImpl">
</allow>
<allow
allowAll="false"
class="eu.esdihumboldt.hale.common.lookup.impl.LookupTableInfoImpl">
</allow>
<allow
allowAll="false"
class="eu.esdihumboldt.hale.common.lookup.impl.LookupTableImpl">
</allow>
</extension>
</plugin>

0 comments on commit 6b96ff9

Please sign in to comment.