The GitHub Actions job "CI" on grails-core.git/chore/remove-dead-xml-apis-exclusions-8.0.x has succeeded. Run started by GitHub user codeconsole (triggered by codeconsole).
Head commit for run: e469c27e11a237b99691835b1b3f13ea1099ede1 / Scott Murphy Heiberg <[email protected]> Remove dead xml-apis dependency exclusions xml-apis:xml-apis has not been reachable from any of these dependencies for several major versions, so the exclusions are no-ops: - hibernate-core 7.4.1.Final and hibernate-core-jakarta 5.6.15.Final never declare xml-apis. Hibernate's own POM already excludes it from every one of its dependencies, and mapping XML has been bound with JAXB (jakarta.xml.bind-api + jaxb-runtime) since Hibernate 6 dropped dom4j. - commons-validator 1.9.0 no longer pulls commons-digester/xml-apis. The resolved compileClasspath, runtimeClasspath and testRuntimeClasspath of all three modules are byte-identical with the exclusions removed. The only publication change is the removal of three dead <exclusion> entries from the generated POMs. Report URL: https://github.com/apache/grails-core/actions/runs/33340675541 With regards, GitHub Actions via GitBox
