jvz opened a new issue, #1229:
URL: https://github.com/apache/logging-log4j2/issues/1229

   ## Description
   
   JMX is an older API from Java for recording various metrics and publishing 
them along with other remote management features. It seems as though the [JDK 
Flight 
Recorder](https://docs.oracle.com/en/java/javase/11/docs/api/jdk.jfr/module-summary.html)
 API would be more appropriate to use in 3.x, though in the meantime, it would 
be nice to make JMX usage opt-in as it increases the time for a cold app start 
and is otherwise less commonly used these days thanks to things like JFR.
   
   If disabling JMX entirely seems too drastic, then the JMX functionality that 
exists in Log4j should be broken up into more fine-grained feature flags to 
allow for selective use of it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to