What is the status of JMX 2.0?

后端 未结 2 1894
小蘑菇
小蘑菇 2021-02-14 21:00

It was supposed to be released with Java 7, but the status is Dormant. On the other hand, the same page says

Use generics in the JMX API, for example have

相关标签:
2条回答
  • 2021-02-14 21:23

    I asked this question also to the current product manager for JMX at Oracle, Tuva Palm some times ago (September 2011), and she promised me, that JMX 2.0 is not dead and there will be a technical roadmap in Q1/2012.

    However, nothing have happened until now and even worse, JSR-255, the JMX 2.0 spec (but also JSR-262, ther WebService connector stuff) has been marked as withdrawn since 2016 with the following reason:

    JSR 255 specified changes to javax.management.* which were subsequently abandoned due to lack of resources, and were not included in the Java SE 6 or 7 Platforms. (The changes were distinct from other changes to javax.management.* specified by JSRs 3, 160, and 336 for inclusion in the Java SE 6 and 7 Platforms.) It was determined in 2014 that future changes to JMX technology would be specified directly by the umbrella JSR for the Java SE Platform.

    So JMX 2.0 in its original form is factually dead.

    0 讨论(0)
  • 2021-02-14 21:25

    Apparently, it was postponed to JDK 8, and all already made changes reverted, so JDK 7 final implementation should be the same as JDK 6.

    0 讨论(0)
提交回复
热议问题