This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Description
The JMX shutdown code expects the following to resolve
def agent = [vm.systemProperties.getProperty("java.home"), "lib", "management-agent.jar"].join(File.separator)
However the new java library configuration does not have the jar files in that location.
The classpath (certainly with OpenJDK) is
"${java.home}!/java.management"
This means JMX shutdown does not work, and I am trying to work out how to get the API call shutdown to work as this is not working either.