194 Commits (6f3909f2f044b59fe792bb4f1785e512edf65bb4)

Author SHA1 Message Date
Juergen Hoeller 773b2f06a1 Avoid Connection.isReadOnly() call in resetConnectionAfterTransaction 6 years ago
Kwon Young Jae 6063c00e4e Delete obsolete comment in RowMapperTests 7 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 7 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 7 years ago
Sebastien Deleuze ca02cc1194 Migrate to AssertJ in Kotlin tests 7 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 7 years ago
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 7 years ago
Sam Brannen 979508a7f3 Remove JUnit 4 dependency from all modules except spring-test 7 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 7 years ago
Juergen Hoeller 7c2e2d40af Polishing 7 years ago
Juergen Hoeller d8e624e97e Consistent suppression of get/clearWarnings without target connection 7 years ago
Phillip Webb b5e4e02337 Polish ScriptUtilsUnitTests 7 years ago
Phillip Webb 17914fc44b Add multi-prefix comment support for SQL scripts 7 years ago
Juergen Hoeller 98a49b46b7 NamedParameterJdbcTemplate only treats Iterables like Collections 7 years ago
Juergen Hoeller eeb79c8dde NamedParameterJdbcTemplate treats arrays/Iterables like Collections 7 years ago
Sam Brannen 141ef9082f Clean up Mockito usage 7 years ago
Sam Brannen f47481749b Fix Checkstyle violation 7 years ago
Sam Brannen a4cd547b7e Fix ScriptUtilsUnitTests 7 years ago
chrunchyjesus 771a05e878 Fix ScriptUtils for MS Windows line ending 7 years ago
Phillip Webb 9d74da006c Migrate JUnit 4 assertions to AssertJ 7 years ago
Phillip Webb 95a9d46a87 Migrate Hamcrest assertions to AssertJ 7 years ago
Phillip Webb 02850f357f Migrate exception checking tests to use AssertJ 7 years ago
Sam Brannen 73dbd06361 Enforces static imports for JUnit 4 assertions and assumptions 7 years ago
Phillip Webb 816bbee8de Remove '.*' imports from tests 7 years ago
Phil Webb d7320de871 Migrate away from ExpectedException (#22922) 7 years ago
Sam Brannen 47c39304af Use assertThat from Hamcrest instead of JUnit 4 7 years ago
Juergen Hoeller 0babc1fb64 Polishing 7 years ago
Juergen Hoeller a11a592734 AbstractSqlParameterSource enumerates parameter values in toString() 7 years ago
Spring Operator 3db08c6b7a URL Cleanup 7 years ago
Spring Operator 8f77b7366e URL Cleanup 7 years ago
Sebastien Deleuze cbb5a78aa0 Infer Kotlin null-safety from type variables 7 years ago
Sebastien Deleuze 0ca8428603 Fix lambda nullability in JdbcOperations extensions 7 years ago
Spring Operator 540759ec41 URL Cleanup 7 years ago
Spring Operator dc6f63f610 URL Cleanup 7 years ago
Spring Operator d99edd154f URL Cleanup 7 years ago
Spring Operator 6a0ef1aa64 URL Cleanup 7 years ago
Juergen Hoeller 106a757098 Polishing 7 years ago
Sam Brannen f7e53a071b Polishing 7 years ago
Mansur Mustaquim 82dbde13b6 Fix for ScriptUtils failure when '--' occurs inside a multi-line comment on the same line as '*/' (#22392) 7 years ago
Sebastien Deleuze 0b9522c84e Migrate Kotlin Mockito tests to Mockk 7 years ago
Rossen Stoyanchev 38ae282c3b Update log category precision for all tests 7 years ago
Juergen Hoeller bf272b0b21 Nullability fine-tuning based on IntelliJ IDEA 2018.3 inspection 7 years ago
Juergen Hoeller a3d763d137 Consistent parameter resolution for batch updates (IN clauses etc) 7 years ago
Stephane Nicoll 7b6f2f8fb3 Polish contribution 7 years ago
Hanope bfb49c7249 Fix typos 7 years ago
Juergen Hoeller 362c59c310 Consistently return empty array in case of empty batch arguments 7 years ago
Sam Brannen bdac39150f Polish contribution 8 years ago
Chris Harding 24ed6de6aa Add backslash escape support to containsSqlScriptDelimiters 8 years ago
Juergen Hoeller 58e9706991 Polishing 8 years ago
Sam Brannen 7077af14f1 Use Float.valueOf(float) instead of deprecated Float(double) constructor 8 years ago