563 Commits (bee2b7cd736a7f59e3c1e35b3fe471cbcfbe1349)

Author SHA1 Message Date
Juergen Hoeller 02b40223e5 Polishing 5 years ago
perceptron8 dafe57fc6e Add BeanPropertyRowMapper.newInstance(mappedClass, conversionService) 5 years ago
Juergen Hoeller a5f2d8c222 Mark SqlRowSet accessor methods as nullable (for alignment with JDBC) 5 years ago
Juergen Hoeller 990bfd8772 Support for new MySQL 8 error code 3572 5 years ago
Juergen Hoeller 773b2f06a1 Avoid Connection.isReadOnly() call in resetConnectionAfterTransaction 5 years ago
Juergen Hoeller 2861fc65bd Polishing 5 years ago
Kwon Young Jae 6063c00e4e Delete obsolete comment in RowMapperTests 5 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 5 years ago
康智冬 0d742cf3d0 Fix typos related to indefinite articles for SQL acronym 5 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 5 years ago
Brian Clozel d4089747b8 Use dependency management in Framework build 5 years ago
Sebastien Deleuze ca02cc1194 Migrate to AssertJ in Kotlin tests 5 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 5 years ago
Brian Clozel e9523161f0 Revert "Revert "Refactor Gradle tasks in Spring Framework build"" 5 years ago
Stephane Nicoll fb0d618751 Revert "Refactor Gradle tasks in Spring Framework build" 5 years ago
Brian Clozel 1539ba8991 Refactor Gradle tasks in Spring Framework build 5 years ago
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 5 years ago
Sam Brannen 979508a7f3 Remove JUnit 4 dependency from all modules except spring-test 5 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 5 years ago
Sam Brannen 6c0e550b86 Polish contribution 5 years ago
zhuzhuman978 849bbf00b5 Simplify if statements and replace try-finally with try-with-resources 5 years ago
Juergen Hoeller 7c2e2d40af Polishing 5 years ago
Juergen Hoeller d8e624e97e Consistent suppression of get/clearWarnings without target connection 5 years ago
Juergen Hoeller 871bb57e02 TransactionAwareDataSourceProxy locally handles get/clearWarnings call 5 years ago
Sebastien Deleuze 095fd5bcb3 Use Kotlin BOM 5 years ago
Sam Brannen c788be30fe Polish contribution 5 years ago
Phillip Webb b5e4e02337 Polish ScriptUtilsUnitTests 5 years ago
Phillip Webb 17914fc44b Add multi-prefix comment support for SQL scripts 5 years ago
Juergen Hoeller 1ccd99ebe7 Polishing 6 years ago
Juergen Hoeller 98a49b46b7 NamedParameterJdbcTemplate only treats Iterables like Collections 6 years ago
Juergen Hoeller 7dc92aa05d Polishing 6 years ago
Juergen Hoeller eeb79c8dde NamedParameterJdbcTemplate treats arrays/Iterables like Collections 6 years ago
Sam Brannen 141ef9082f Clean up Mockito usage 6 years ago
Sam Brannen 4b9f5a35a6 Polish contribution 6 years ago
Сергей Цыпанов 6964ed33bf Allocate objects only when it's necessary 6 years ago
stsypanov 4cc7b9b9fc tiny simplifications regarding usage of Iterator 6 years ago
Sam Brannen f47481749b Fix Checkstyle violation 6 years ago
Sam Brannen a4cd547b7e Fix ScriptUtilsUnitTests 6 years ago
chrunchyjesus 771a05e878 Fix ScriptUtils for MS Windows line ending 6 years ago
Phillip Webb 9d74da006c Migrate JUnit 4 assertions to AssertJ 6 years ago
Phillip Webb 95a9d46a87 Migrate Hamcrest assertions to AssertJ 6 years ago
Phillip Webb 02850f357f Migrate exception checking tests to use AssertJ 6 years ago
Sam Brannen 73dbd06361 Enforces static imports for JUnit 4 assertions and assumptions 6 years ago
Phillip Webb 816bbee8de Remove '.*' imports from tests 6 years ago
Phil Webb d7320de871 Migrate away from ExpectedException (#22922) 6 years ago
Sam Brannen 4aaec942c4 Introduce HTTPS mappings in spring.schemas files 6 years ago
Sam Brannen 47c39304af Use assertThat from Hamcrest instead of JUnit 4 6 years ago
Juergen Hoeller a7949ac84a Consistent use of StringUtils.hasLength(String) vs isEmpty(Object) 6 years ago
Juergen Hoeller 5b1b1bae37 Consistent use of try-with-resources for local resource closing 6 years ago
Juergen Hoeller 31c3b8a291 Avoid unguarded String concatenation for debug/trace logging 6 years ago