Xalan's xslt 3.0 implementation updates
Mukul Gandhi
mukulg at apache.org
Wed Oct 29 17:29:44 UTC 2025
Hello Alan,
As per your suggestions within mail below, Xalan has modified on
its repos, the code of JDK 1.8 class PatternSyntaxException.
With these modifications, Xalan's XSLT 3.0 code is now compiling fine
with JDK 25 with version 1.8 byte code compatibility.
On Thu, Oct 23, 2025 at 10:14 PM Alan Bateman <alan.bateman at oracle.com> wrote:
> JDK 6 to JDK 8, it was been a warning at compile time to use JDK
> internal APIs. This changed to be a compile-time error in JDK 9, and for
> code compiled to older releases, an error at run-time since JDK 16.
>
> In the case of sun.security.action.GetPropertyAction then this was for
> the security manager case that is gone since JDK 24. So now needed now.
> There was a never a good reason to use this sun.* class directly as it
> just used AccessController.doPrivileged to invoke System.getProperty. So
> should be easy to replace the usage.
--
Regards,
Mukul Gandhi
More information about the core-libs-dev
mailing list