diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee1a587..68af4f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Issue Fixes - Fix for `Document.getFields()` not returning iterable fields +- Fix for failing tests on systems with non-ENGLISH locale #994 ## Release 4.3.0 - Jul 1, 2024 diff --git a/pom.xml b/pom.xml index 6233e819..e6b40580 100644 --- a/pom.xml +++ b/pom.xml @@ -365,6 +365,9 @@ org.apache.maven.plugins maven-surefire-plugin ${surefire.version} + + @{argLine} -Duser.language=en -Duser.region=US + org.jacoco