You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/01/15 19:27:20 UTC

[GitHub] [fineract] vorburger commented on pull request #1574: chore(deps): update dependency com.google.errorprone:error_prone_core to v2.5.1

vorburger commented on pull request #1574:
URL: https://github.com/apache/fineract/pull/1574#issuecomment-761144745


   This fails due to:
   
   ```/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:
users@infra.apache.org