Summary
-------
Drop SNMP support. The `jdk.snmp` module has been deprecated-for-removal since JDK 10.
Problem
-------
SNMP monitoring and management support was added in JDK 5 but has not been
widely used today. Due to its lack of usage, it has been decided to drop this
closed JDK feature. `jdk.snmp` module was deprecated for removal via JDK-8194164
and this CSR proposes to remove it.
Solution
--------
Remove `jdk.snmp` module entirely
Specification
-------------
jdk.snmp module is being removed. As part of this module removal,
- ${java.home}/conf/management/management.properties file is updated to drop com.sun.management.snmp.* properties for SNMP monitoring support.
- ${java.home}/conf/management/snmp.acl.template file will be removed.
With these updates, the following `com.sun.management.snmp.*` properties will become noop when
setting via the `-D` option or via the management.properties configuration.
- com.sun.management.snmp.port
- com.sun.management.snmp.trap
- com.sun.management.snmp.interface
- com.sun.management.snmp.acl
- com.sun.management.snmp.acl.file