-
Sub-task
-
Resolution: Delivered
-
P3
-
9
-
Verified
The `@Deprecated` annotation was incorrectly added to the `newFactory()` method in `javax.xml.stream.XMLInputFactory`. The method should not be deprecated. The `newInstance()` method can be used to avoid the deprecation warning. A future release will correct this.