With recent Spring versions, a lot of the methods ...
# spring
j
With recent Spring versions, a lot of the methods in JdbcTemplate have become
@Nullable
. Thus I now get a ton of warnings for things that never expect null to be returned. Is there some commonly used alternative now?