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
Removed deprecated function call in JpaQueryMethod.
The method `assertParameterNamesInAnnotatedQuery()` used the deprecated function `StringUtils.isEmpty(String)`.
This has been changed to a function call that is not deprecated and has the same logic.
Original pull request spring-projects#2375
0 commit comments