-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow usage of LookupTableImpl and LookupTableInfoImpl in Groovy #1187
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does that conclude challenging #1166 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Florian for adding them. I just didn't know what else should be added.
Yes, I would say so. I've asked @Kate-Lyndegaard in the ING ticket to re-challenge it with the build from this PR and the example project I attached to the ING ticket. |
hale studio builds for this pull request: Build triggered for commit e6da4e6. |
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
a5f63b5
to
11521eb
Compare
Challenged by @Kate-Lyndegaard (Jira comment) |
🎉 This PR is included in version 5.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Allow the usage of the classes
LookupTableImpl
andLookupTableInfoImpl
to make it possible to useLookupService
in Groovy scripts without having to lift the restrictions.ING-4256