Several classes related to XML transformation causes build time initialisation of com.sun.org.slf4j.internal.Logger
#5045
Labels
com.sun.org.slf4j.internal.Logger
#5045
Describe the issue
I found
com.sun.org.apache.xml.internal.security.transforms.Transform
andcom.sun.org.apache.xml.internal.security.Init
causescom.sun.org.slf4j.internal.Logger
to be initialized at built time. They should not be safe, I guess.This happens in 22.2.0 but not in the latest 22.3 dev build and can be fixed with
--initialize-at-run-time=com.sun.org.apache.xml.internal.security
, so I am unsure if you want to fix this, but I wanted to note it either way.Steps to reproduce the issue
Source to reproduce:
Steps:
expected output is
<foo></foo>
.22.2.0 fails:
22.3 dev works:
The text was updated successfully, but these errors were encountered: