You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I'd rather be strict here, so adding another variant is fine.
However, what'd really be neat would be to have a unit test to verify these cases.
Also perhaps Spring module would be good, if there are other commonly encountered other issues.
But for now, I think I'll just add one more case. This is deep enough in code that removing a check that shouldn't be applied is difficult, so cost of false positive is non-trivial.
in BeanUtil.isCglibGetCallbacks
the callbacks is not detected because spring repackages cglib: org.springframework.cglib....
changing:
to:
would work, with the disadvantage or other cglib name usages....
The text was updated successfully, but these errors were encountered: