-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML DocumentBuilderFactory error after upgrade from 3.0.0 to 3.1.0 #397
Comments
can you provide a simple project to reproduce your issue? |
I have also seen this and I have made a small project here: https://github.com/pedro-w/foptest/tree/main If I run
using I'm using:
|
Hello, We are seeing the same problem while using log4j, the system throws an exception on the line
Tested with apache maven 3.9.6 and exec-maven-plugin 3.1.0, 3.1.1 and 3.2.0 on JDK21. We used log4j 2.23.0 and slf4j 2.0.12. |
@ctabin is that the same problem actually? (I genuinely don't know) |
@pedro-w It is also related to the |
@slawekjaranowski FYI this bug is still present in 3.4.0 with maven 3.9.8 and JDK21. |
@ctabin - I suppose so We have a project with reproduce, so we can add it as next IT and try to fix |
After upgrading from 3.0.0 to 3.1.0, I have a blocking error:
javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
When running with -Djaxp.debug=true we can see the difference :
Version 3.1.0:
Version 3.0.0:
Full error stack with version 3.1.0
Note: JDK is 1.8
The text was updated successfully, but these errors were encountered: