ppkarwasz opened a new pull request, #2228:
URL: https://github.com/apache/logging-log4j2/pull/2228

   As partial solution to #1344, this PR drop JMX support and replaces the 
usage of `RingBufferAdmin` in tests with a direct access to the `RingBuffer`.
   
   ## Motivation
   
   JMX is an old monitoring technology, which less and less used today. Given 
its inherent insecurity, we should evaluate if JMX support should even be part 
of Log4j Core.
   
   Our JMX support code is the main obstacle to the separation of `AsyncLogger` 
and related code into its own artifact.
   
   IMHO we should drop JMX support in 3.0.x and evaluate if such a technology 
should be added again in 3.1.x.


-- 
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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to