RFR: 8365: Jolokia - Additional support for security mechanisms related to SSL / authentication, discovery restrictions

Martin Skarsaune duke at openjdk.org
Tue Jul 29 10:57:17 UTC 2025


On Sat, 12 Jul 2025 15:01:40 GMT, Martin Skarsaune <duke at openjdk.org> wrote:

>> Note: The majority of the work in this PR is to make it work well with RMI connections. For Jolokia however, it should work out of the box as setting the env var will force https.
>
> application/org.openjdk.jmc.jolokia/src/main/java/org/openjdk/jmc/jolokia/JmcJolokiaPlugin.java line 78:
> 
>> 76: 		JolokiaServiceManager serviceManager = JolokiaServiceManagerFactory.createJolokiaServiceManager(configuration,
>> 77: 				new JulLogHandler(PLUGIN_ID), new AllowAllRestrictor(),
>> 78: 				logHandler -> new TreeSet<ServerDetector>(Arrays.asList(ServerDetector.FALLBACK)));
> 
> Unrelated compiltion erro

Reverted this to separate concerns

-------------

PR Review Comment: https://git.openjdk.org/jmc/pull/665#discussion_r2210860544


More information about the jmc-dev mailing list