Joerg Hoh created SLING-11846:
---------------------------------
Summary: Fix API Build
Key: SLING-11846
URL: https://issues.apache.org/jira/browse/SLING-11846
Project: Sling
Issue Type: Task
Components: API
Affects Versions: API 2.27.2
Reporter: Joerg Hoh
the SLING API build is dependent on the locale, causing Jenkins build fail:
{noformat}
[ERROR] Failures:
[ERROR] ValueMapTest.testCalendarConversion:34 expected:<[Fri Aug 19 16:02:37
EST 2022]> but was:<[2022-08-19T21:02:37Z]>
{noformat}
Is reproducible via
{noformat}
MAVEN_OPTS="-Duser.country=US -DUser.language=en" mvn clean install
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)