usnistgov / jsip

JSIP: Java SIP specification Reference Implementation (moved from java.net)
Other
288 stars 131 forks source link

JSLEE 1.1 requires MLets, MLets are deprecated for removal #84

Open AlanBateman opened 1 year ago

AlanBateman commented 1 year ago

JSLEE 1.1 specifies (14.4.1 Requirements of the SLEE Vendor) that implementations must support the loading and instantiation of management clients implemented as MLet MBeans.

javax.management.loading.MLet and the other interface/classes related to "advanced dynamic loading" were deprecated, for removal since Java SE 20.

Would it be possible to confirm that the maintainers of the JSLEE specification are aware that MLets are obsolete and will be removed in a future Java SE / JDK release?