Browse Source
As a consequence of our renaming efforts in CRUD methods, we lost some generics lookup information to distinguish deleteById(ID) from delete(T) solely based on the method parameter type in case of an intermediate generic repository redeclaring the method as the bound is now expanded to Object and not Serializable, as it did in 1.x. We now rather check for the method name ending in …ById which is much simpler anyway.pull/303/head
2 changed files with 38 additions and 3 deletions
Loading…
Reference in new issue