Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove JMX support #2228

Merged
merged 2 commits into from
Jan 23, 2024
Merged

Remove JMX support #2228

merged 2 commits into from
Jan 23, 2024

Conversation

ppkarwasz
Copy link
Contributor

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.

@ppkarwasz ppkarwasz merged commit 4b9e4fb into apache:main Jan 23, 2024
9 checks passed
@ppkarwasz
Copy link
Contributor Author

Part of #2163

@ppkarwasz ppkarwasz deleted the remove-jmx branch January 23, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants