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

javax.management.loading.MLet deprecated for removal from the JDK #2292

Open
kevinjwalls opened this issue Nov 2, 2023 · 0 comments
Open

Comments

@kevinjwalls
Copy link

Hi,

I wanted to check if anybody in this project has concerns about the JDK deprecating the MLet classes for removal:

https://bugs.openjdk.org/browse/JDK-8318707
https://bugs.openjdk.org/browse/JDK-8318710

javax.management.loading.MLet is used by this project (which is unusual), in net/opentsdb/tools/ConfigMetaType$ClassPathValidator

final MLet classLoader = new MLet(urls.toArray(new URL[urls.size()]));

If this project runs only with older JDKs, this will not affect you, but building with JDK20 or later would show deprecation for removal warnings.

The planned removal could affect JDK 22 at the earliest.

Thanks for any comments.

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

No branches or pull requests

1 participant