-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: other-libs
-
None
-
generic
-
generic
There are limited usages on sun.misc.Service in the JDK ( and it should not be used externally since it is a private implementation class ). These usages should be replace with the supported public java.util.ServiceLoader API. Then Service can be deprecated/removed.