-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b18
-
generic, x86
-
generic, windows_xp
-
Not verified
The JSR 269 implementation was originally written to use the java.util.Service class introduced in Mustang rather than the off-used but non-standard sun.misc.Service. However, since NetBeans needs to be able to use JSR 269 on down-rev JDK's, it is helpful if the JSR 269 implementation doesn't have any dependencies on APIs introduced in Mustang. Addressing this situation led to bug 6343486 to have JSR 269 use sun.misc.Service instead. This bug is to update the annotation processing infrastructure to the standard service provider.
- relates to
-
JDK-6343486 Change java.util.Service reference to sun.misc.Service in JavacProcessingEnvironment.
-
- Resolved
-
-
JDK-6348193 AS8.1 UR2 BAT test failure with "javac"
-
- Closed
-
-
JDK-6538914 eliminate use of sun.reflect.annotation.* for compiler annotation proxies
-
- Closed
-
-
JDK-6575445 Update annotation processor to only use java.util.ServiceLoader
-
- Closed
-
-
JDK-8306819 Consider disabling the compiler's default active annotation processing
-
- Resolved
-