vorburger commented on issue #592: FINERACT-614: Rates Module URL: https://github.com/apache/fineract/pull/592#issuecomment-564888083 @angelboxes I've just rebased this (merge commit), but unfortunately 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 #653 and #642 for examples. If you are still willing to do that, I'd be happy to merge this contribution ASAP (without further functional review). I'm sure you know what you are doing. Really sorry it took so long; as a community we should try to do better than this!
---------------------------------------------------------------- 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
