percyashu commented on pull request #1179: URL: https://github.com/apache/fineract/pull/1179#issuecomment-699668368
@ptuomola Yeah java.time is stricter on date format, I noticed this during the migration. > The PR fixes this by changing every date in the tests to be 01 etc Actually the PR doesn't fixes this in that way. I resolved the issue by making use of parseLenient(). So even with 0 the date can still be parsed. I just added the 0 since they weren't that many in the ITs. ---------------------------------------------------------------- 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]
