adamsaghy commented on PR #4535:
URL: https://github.com/apache/fineract/pull/4535#issuecomment-2826782253
```
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/SpmServiceIntegrationTest.java:61:
error: [JavaTimeDefaultTimeZone] LocalDate.now() is not allowed because it
silently uses the system default time-zone. You must pass an explicit time-zone
(e.g., ZoneId.of("America/Los_Angeles")) to this method.
LocalDate validFrom = LocalDate.now();
^
(see https://errorprone.info/bugpattern/JavaTimeDefaultTimeZone)
Did you mean 'LocalDate validFrom =
LocalDate.now(ZoneId.systemDefault());'?
> Task :integration-tests:compileTestJava
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/SpmServiceIntegrationTest.java:83:
error: [JavaTimeDefaultTimeZone] LocalDate.now() is not allowed because it
silently uses the system default time-zone. You must pass an explicit time-zone
(e.g., ZoneId.of("America/Los_Angeles")) to this method.
LocalDate validFrom = LocalDate.now();
```
Kindly fix the above issues!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]