On Thu, 23 Jan 2025 15:23:37 GMT, Kevin Walls <kev...@openjdk.org> wrote:
> java.util.logging.LoggingMXBean and > java.util.logging.LogManager::getLoggingMXBean are deprecated since > JDK-8139982 in JDK 9. > > These deprecations should be uprated to state they are for future removal. > > java.util.logging.Logging (implements LoggingMXBean) should also be > deprecated for removal. Maybe a first step should be to stop using the API that are proposed for removal internally. When nothing uses them (except other things that are also proposed for removal), then we can proceed by marking the APIs as deprecated for removal? ------------- PR Comment: https://git.openjdk.org/jdk/pull/23271#issuecomment-2637860005