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.
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.