We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
opentsdb/src/tools/ConfigMetaType.java
Line 549 in 9de0f9f
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
opentsdb/src/tools/ConfigMetaType.java
Line 549 in 9de0f9f
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.
The text was updated successfully, but these errors were encountered: