Groovy Support
Your application now supports Groovy for extensions, via the script engine. This support was added to augment the Java and Scripting support to offer an alternative. The implementation of Groovy has some limitations for security reasons:
Groovy API's that have direct access to operating system functions have been blocklisted for security reasons and therefore cannot be used. Alternative functions are provided to offer safe access to selected operating system functions.
It is possible to implement a custom allow list for non-cloud implementations. Refer to the Server Administration Guide for more information.
Refer to the online documentation for more details of Groovy support.