-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b148
With strong encapsulation it is no longer possible to install a provider that return a custom factory instance wrapping the builtin system-default implementation, because the builtin system-default is no longer accessible.
We propose to add new public methods to get new instances of the JAXP factories builtin system-default implementations in order to solve this issue.
We propose to add new public methods to get new instances of the JAXP factories builtin system-default implementations in order to solve this issue.
- relates to
-
JDK-8169948 Update ServiceProviderTest for newDefaultInstance() methods in JAXP factories
- Resolved
-
JDK-8152063 Add module-friendly ability to specify default JAXP providers
- Open