vorburger commented on issue #687: FINERACT-428 Parallelization of Jobs :Parallelizing and paging of update loan summary URL: https://github.com/apache/fineract/pull/687#issuecomment-573444710 @wkk91193 this now fails to build due to the recent Spring version upgrade ... That should be trivial to fix though, you will just need to replace `findOne()` with `findById(yourId).orElseThrow(() -> new SomeNotFoundException(YourId)`, see e.g. #653 and #642 for examples.
---------------------------------------------------------------- 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] With regards, Apache Git Services
