362 Commits (2b91d668dfeb00e552f1f8e7be5e6d6ddc5ade94)

Author SHA1 Message Date
Juergen Hoeller 75bd516251 Refined TemporaryLobCreator null handling (from 4.3.x) 7 years ago
Juergen Hoeller 9190b76ab9 Latest dependency updates (POI 3.17, Rome 1.8, EhCache 3.4, Caffeine 2.5.6, RxJava 2.1.4, Tomcat 8.5.21, JRuby 9.1.13, Rhino 1.7.7.2) 7 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 7 years ago
Juergen Hoeller 215e5f5682 Defensively call getParameterType (which might fail for certain statements) 7 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 7 years ago
Sam Brannen 4e81ee5fdf Verify support for H2 database aliases in SQL scripts 7 years ago
Brian Clozel 397fd24849 Revert "Leverage Kotlin plugin dependency management" 7 years ago
Sebastien Deleuze 3e2f6c848a Leverage Kotlin plugin dependency management 7 years ago
Brian Clozel 2eeb428e95 Move modules to independent build files 7 years ago
Stephane Nicoll f6e7fef236 Polish 7 years ago
Juergen Hoeller 47a7475898 Resolve remaining nullability warnings 7 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 7 years ago
Juergen Hoeller 6d6d772f31 Polishing 7 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 7 years ago
Juergen Hoeller 9fc4fb10b0 Nullability fine-tuning around bean properties 7 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 7 years ago
Sebastien Deleuze 7a171c6ae9 Fix Kotlin return types to match @Nullable annotations 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Sebastien Deleuze 04d5a2951c Remove KClass based Kotlin extensions 7 years ago
Stephane Nicoll 1ab678a2a3 Polish "Refactor iterator of Map with Java8's Map.forEach" 7 years ago
diguage 1ef5f61ab2 Refactor iterator of Map with Java8's Map.forEach 7 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 7 years ago
diguage 4b1478d830 Replace relevant code with lambda 7 years ago
Juergen Hoeller 3ae84d6dd8 Consistent support for Charset/StandardCharsets in UriUtils etc 7 years ago
diguage c1d44d9a34 Use the diamond syntax 7 years ago
Sebastien Deleuze 86580b2358 Polishing 7 years ago
Sebastien Deleuze 8579ae66fc Add comprehensive tests of Kotlin extensions 7 years ago
Juergen Hoeller ee5fa2633a Protect against null return value from DataSource.getConnection() 7 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 7 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 7 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 7 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 7 years ago
Juergen Hoeller 0b118322b0 Polishing 8 years ago
Juergen Hoeller 9e55e8f8a6 Polishing 8 years ago
Juergen Hoeller 67ea4b3a05 package-info for repackaged libraries (and other polishing) 8 years ago
Juergen Hoeller af6f688196 Test for BeanPropertySqlParameterSource with collection 8 years ago
Amey Jadiye 472954bbb7 Polish javadoc 8 years ago
arturgspb 8db8c85b69 SPR-15382 Spring Jdbc add Postgresql ?| and ?& operators support 8 years ago
Juergen Hoeller e892e02f41 Polishing 8 years ago
Juergen Hoeller 79ea77908a Process NULLABLE column as integer instead of boolean 8 years ago
Sebastien Deleuze 9963c4a495 Fix Kotlin warnings 8 years ago
Ruslan Pistriak 8417a73913 Polishing 8 years ago
Juergen Hoeller 0f51ff5ebc Reset global rollback-only status when rolling back to savepoint 8 years ago
Juergen Hoeller 0da8dee289 Polishing 8 years ago
Juergen Hoeller 8d707eb530 Polishing 8 years ago
Juergen Hoeller 599c1ba73e Polishing 8 years ago
Juergen Hoeller 07dd61eabd Drop NativeJdbcExtractor mechanism in favor of JDBC 4 unwrap 8 years ago
Juergen Hoeller e9019cd7d1 Polishing 8 years ago
Juergen Hoeller c0f4d78ef9 Use Map.getOrDefault in getSqlType implementation 8 years ago
Juergen Hoeller b630c9bea7 Clear synchronization before triggering afterCompletion callbacks 8 years ago