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
Backward compatibility broken with SimpleJdbcOperations.query() methods. This appeared after M3, but before RC1.
SimpleJdbcOperations method signatures do not refer to ParameterizedRowMapper any more (even though the interface still exists). This is fine for new code, but if I depend on a library that was compiled with the old signature (e.g. Spring Batch 2.0), I get a NoSuchMethodError at runtime, even if my code doesn't use the method at all.