Skip to content
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

Usage of Xerces appears to cause org.xml.sax.SAXNotRecognizedException when using Gradle 8.4+ #1743

Closed
frankjkelly opened this issue Dec 7, 2023 · 1 comment

Comments

@frankjkelly
Copy link

Due to the following change in Gradle 8.4
https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers

It appears that the pact plugin for gradle (which uses xerces) causes a SAXNotRecognizedException to occur when we resolve configurations using this algorithm

https://docs.gradle.org/current/userguide/dependency_management.html#ex-resolving-all-configurations

(I'm not 100% sure but we don't get this error in projects that do no use the pact plugin and the only dependency in the build logic we can find that uses Xerces is the pact plugin)

rholshausen added a commit that referenced this issue Dec 11, 2023
rholshausen added a commit that referenced this issue Dec 11, 2023
@rholshausen
Copy link
Contributor

4.6.4 released with xerces removed

rholshausen added a commit that referenced this issue Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants