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
JdbcCursorItemReader calls getWarnings() even if ignoreWarnings is true. This behavior was changed in Spring Framework and we should make similar adjustments in the JdbcCursorItemReader.
Affects: 1.1.3, 2.0.0.M2
Issue Links:
SPR-5148 Provide option to turn off getWarnings() call in JdbcTemplate