I accidentally found that the JMX client GUI JConsole plugin no longer
worked because the plugin class name was changed
from ClientGUIJConsolePlugin to ClientGuiJConsolePlugin.

Just to make everyone aware, there is a config file
META-INF/services/com.sun.tools.jconsole.JConsolePlugin that contains the
fully specified class name of the jConsole plugin. This config file also
needed to be updated.

I'm glad I found this one before the release, but are there any other
similar config files that might need updating? (The ones I found in core
did not have any acronyms so they are probably fine.)

Regards,
Remko

Reply via email to