578 Commits (9aea10179b4901d49daf2023c29e49e9762819b7)

Author SHA1 Message Date
Sam Brannen c2367b3ad2 Polish contribution 5 years ago
Hyunjin Choi 1acf5a7424
Use dedicated catch block for ScriptException 5 years ago
Sam Brannen 7575616d26 Update copyright date 5 years ago
Hyunjin Choi b4cf88499c
Use try-with-resource in ScriptUtils 5 years ago
Juergen Hoeller d93403a257 Alphabetical order for database names 5 years ago
wilrosco c86e164b03 Add Informix to the list of supported database products for procedure calls 5 years ago
Juergen Hoeller 60c7af3625 Mention HikariCP next to DBCP and C3P0 in connection pool notes 5 years ago
Sam Brannen 734db23f4e Fix Checkstyle violation 5 years ago
Sam Brannen f527ca7515 Update copyright date 5 years ago
hyeonisism 89b8449999 Simplify getParsedSql() method in NamedParameterJdbcTemplate 5 years ago
Sam Brannen 798744838c Revise exception handling in AbstractEmbeddedDatabaseConfigurer 5 years ago
Sam Brannen 7cd4ddf5fc Rename test fixture package in spring-beans 5 years ago
Sam Brannen 4260c34b47 Rename test fixture package in spring-core 5 years ago
Sam Brannen 61d4ee594d Use Gradle test fixture support for spring-beans and spring-context 5 years ago
Sam Brannen 5718bf424b Use Gradle test fixture support for spring-core 5 years ago
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