Last updated
Last updated
The ScriptEase demo project illustrates how to use ScriptEase and it contains some sample scripts to learn Groovy. It includes the latest version of the ScriptEase library.
Git Repository
The Demo project is currently . I recommend, if you know how to use Git, to pull it from there (use it as a Git repository) instead of downloading the zip-file.
The ScriptEase library scriptEaseLib.jar
provides the magic to edit, debug and test Boom Process- and Map-Scripts on your local machine using JetBrains IntelliJ.
.jar
Logging DefaultFormatter
no longer uses Thread, to support JDK 23 and JDK11.
testFileHelper
supports getText()
Fixed compatibility issues when using logging with Java 11.
Fixed typos on property names
Changed some property names on ExcutionContext
.
Please update to v1.1.1
All scriptEaseLib
classes use: @CompileStatic
and @TypeChecked
ProcessExecutionProperties
fixed
Better typed, library internal classes restricted to @PackageScope
Finally renamed to ScriptEase.
MGF (Markus`s Groovy Framework) became ScriptEaseLib to avoid any confusion with the PSO Boomi Framework.
NEW Licensing implemented
FIX No more HashMap, uses Map everywhere to improve compatibility with Java
That was the date when it all started!