587 Commits (5af3223e7621004992fa6410d2e6a82be238fd8b)

Author SHA1 Message Date
Juergen Hoeller e9cded560d Introduce JdbcTransactionManager with SQLExceptionTranslator support 5 years ago
Juergen Hoeller 251501587b Consistent nullability of arguments array in JdbcOperations/Template 5 years ago
Juergen Hoeller 6177e38eb6 Close-suppressing Connection proxy exposes target isClosed() state 5 years ago
Sam Brannen e26764d249 Remove duplicate words in documentation and polish Javadoc 5 years ago
Qimiao Chen 7c831d2ef4
Replace anonymous inner classes with lambdas in tests 5 years ago
Juergen Hoeller 910d2788e9 Polishing 5 years ago
Sam Brannen 5e1e689739 Polishing 5 years ago
Qimiao Chen 5f2e298c08
Extract isDebugEnabled() checks to local variables 5 years ago
Juergen Hoeller 6db20eb773 Avoid package import cycles 5 years ago
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 6 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 6 years ago
康智冬 0d742cf3d0 Fix typos related to indefinite articles for SQL acronym 6 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 6 years ago
Brian Clozel d4089747b8 Use dependency management in Framework build 6 years ago
Sebastien Deleuze ca02cc1194 Migrate to AssertJ in Kotlin tests 6 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 6 years ago
Brian Clozel e9523161f0 Revert "Revert "Refactor Gradle tasks in Spring Framework build"" 6 years ago
Stephane Nicoll fb0d618751 Revert "Refactor Gradle tasks in Spring Framework build" 6 years ago
Brian Clozel 1539ba8991 Refactor Gradle tasks in Spring Framework build 6 years ago
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 6 years ago
Sam Brannen 979508a7f3 Remove JUnit 4 dependency from all modules except spring-test 6 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 6 years ago
Sam Brannen 6c0e550b86 Polish contribution 6 years ago
zhuzhuman978 849bbf00b5 Simplify if statements and replace try-finally with try-with-resources 6 years ago
Juergen Hoeller 7c2e2d40af Polishing 6 years ago
Juergen Hoeller d8e624e97e Consistent suppression of get/clearWarnings without target connection 6 years ago
Juergen Hoeller 871bb57e02 TransactionAwareDataSourceProxy locally handles get/clearWarnings call 6 years ago
Sebastien Deleuze 095fd5bcb3 Use Kotlin BOM 6 years ago
Sam Brannen c788be30fe Polish contribution 6 years ago