The GitHub Actions job "Java CI" on commons-xml.git/feature/document-builder-hardening has succeeded. Run started by GitHub user ppkarwasz (triggered by ppkarwasz).
Head commit for run: 90ef0aef376245088679b3c71925049242f5993d / Piotr P. Karwasz <[email protected]> Fix Android test compilation The androidTest source set compiles all of ../src/test/java against android.jar, which broke on two tests new to this branch: - ShadingFootprintTest needs org.vafer.jdependency (a Maven-only test dependency) and pins the shading footprint, which is meaningless on Android. Exclude it from the Android test compilation. - SchemaLocationDomTest referenced XMLConstants.ACCESS_EXTERNAL_SCHEMA, which android.jar does not expose. Inline the constant's value (verified equal to the JDK constant); the test still skips at runtime on Android, since the parser does not honour that property. Verified on the api33 (Pixel 6a) managed device: 77 tests, 0 failures, 0 errors, 17 assumption-gated skips. Assisted-By: Claude Opus 4.8 (1M context) <[email protected]> Report URL: https://github.com/apache/commons-xml/actions/runs/27898573908 With regards, GitHub Actions via GitBox
