-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add JMX to new Jetty 10 jetty-slf4j-impl #4830
Labels
Comments
joakime
added a commit
that referenced
this issue
Apr 30, 2020
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
May 1, 2020
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
sbordet
added a commit
that referenced
this issue
May 3, 2020
Alternative implementation that adds JMX support for jetty-slf4j-impl. This version modifies MBeanContainer to be aware of @mxbean annotations and *MBean and *MXBean interfaces, so it does not require a dependency on jetty-jmx nor on java.management. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
May 3, 2020
Updates after review. Fixed test failures. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
joakime
added a commit
that referenced
this issue
May 8, 2020
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
May 8, 2020
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
May 8, 2020
…l names Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
sbordet
added a commit
that referenced
this issue
May 8, 2020
Updates after review. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
May 8, 2020
Updates after review, take 2. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
May 19, 2020
…mpl-with-jmx-2 Issue #4830 - Enabling JMX on jetty-slf4j-impl
Implemented in #4839. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
10.0.x
Description
Add ability to manage the jetty-slf4j-impl runtime via jmx.
The text was updated successfully, but these errors were encountered: