Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
adds:
- waitFor boolean configuration to wait or not the process (= you need to kill the server if false but no watchdog)
- additionalClasses, preTasks, postTasks configuration. This is qualified name classes added to the runner. pre/post tasks are executed before/after the server execution (post only supported if waitFor = true). Tasks are Runnable which can optionally take a Map<?, ?> as constructor parameter to share a state.
Note: a reserved key in the map is "jvmArgs" to add custom system props