vorburger edited a comment on pull request #1574:
URL: https://github.com/apache/fineract/pull/1574#issuecomment-761144745
This fails due to:
```java
/fineract/fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/api/JsonCommand.java:380:
warning: [JavaUtilDate] Date has a bad API that leads to bugs; prefer
java.time.Instant or LocalDate.
time = LocalDateTime.parse(existingValue.toString(),
timeFormtter);
```
would someone reading this like to amend this PR to fix that problem?
We'll also have to fix FINERACT-924, as this PR will fail due to that after
the problem above is fixed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]