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 2019/12/16 15:53:31 UTC

[GitHub] [fineract] angelboxes commented on issue #592: FINERACT-614: Rates Module

angelboxes commented on issue #592: FINERACT-614: Rates Module
URL: https://github.com/apache/fineract/pull/592#issuecomment-566120434
 
 
   > @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!
   
   Ok, I will rebase the branch with dev. No problem

----------------------------------------------------------------
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


With regards,
Apache Git Services