791 Commits (012b8f18c65e491c298e02b718c5d24ce205cc17)

Author SHA1 Message Date
Sam Brannen 11df955d88 Update copyright headers 3 years ago
Johnny Lim 62cf2f0a4f
Fix wrong asserted code in SQLExceptionSubclassTranslatorTests (#29748) 3 years ago
Juergen Hoeller 254c3725e2 Polishing 3 years ago
Juergen Hoeller a644245e0e Check well-known database error codes in case of generic SQL state 23000 3 years ago
Juergen Hoeller 4c69892f39 Detect SQL state 23505/40001 as DuplicateKeyException/CannotAcquireLockException 3 years ago
Sam Brannen 114d6a9256 Apply 'instanceof pattern matching' in spring-jdbc 3 years ago
Sam Brannen 4289a64e24 Improve Javadoc for SqlLobValue 3 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 3 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 3 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 3 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 3 years ago
Sam Brannen 917c41fd52 Use Set.of() for constant sets where appropriate 3 years ago
Sam Brannen abf3400c07 Use Assert.state() where appropriate 3 years ago
Sam Brannen 2aa78889d2 Use consistent wording in precondition error messages 3 years ago
Sam Brannen f26a7dee97 Fix broken tests, update copyright dates, and polish 3 years ago
Kulwant Singh b2c8546013 Rely on automatic boxing/unboxing in tests 3 years ago
Sam Brannen e058a6061a Move DataFieldMaxValueIncrementerTests to the appropriate package 3 years ago
Sam Brannen 8595493599 Polish contribution 3 years ago
Mahmoud Ben Hassine f9ed0721a8 Introduce DataFieldMaxValueIncrementer for SQL Server sequences 3 years ago
Sam Brannen 210019cad1 Polish contribution 3 years ago
Mahmoud Ben Hassine 39f24f0244 Introduce DataFieldMaxValueIncrementer for MariaDB 3 years ago
Juergen Hoeller aaa22ad07d Remove square brackets with index/key expressions from generated SQL 3 years ago
Juergen Hoeller 6f64cfd1e5 Test square brackets with index/key expressions 3 years ago
Juergen Hoeller d4fac82d68 Preserve square brackets for index/key expressions 3 years ago
Juergen Hoeller 311048726e Upgrade to Derby 10.16 3 years ago
Sébastien Deleuze 8ed1906f43 Refine SQLErrorCodesFactory reachability on native images 3 years ago
Sébastien Deleuze 42c3ac64ff Remove spring.spel.ignore and spring.xml.ignore flags 3 years ago
Johnny Lim 1c1a0afbed Use AssertJ static imports consistently in 5.3.x 3 years ago
Sébastien Deleuze ff81d64fb5 Add reflection hint for EmbeddedDataSourceProxy#shutdown 3 years ago
Marc Wrobel ce49068ff9 Fix links in Javadoc and reference docs 3 years ago
Marc Wrobel 92a231cf91 Fix typos in Javadoc, reference docs, and code 3 years ago
Brian Clozel 0770d86936 Deprecate StreamUtils.emptyInput() 3 years ago
Brian Clozel 2b5ca63339 Fix serialization compiler warnings with Java 18 3 years ago
Sam Brannen 261124f497 Remove flaky executesHugeScriptInReasonableTime() tests 3 years ago
Brian Clozel c470262c8e Rewrite ConcurrentLruCache implementation 3 years ago
ben-enfuse-io 21577c4777 Treat MariaDB as an independent database type 3 years ago
Stephane Nicoll f9ee8a93ad Polish "Improve test coverage of RdbmsOperation" 3 years ago
Jiayi Li 608be54a58 Improve test coverage of RdbmsOperation 3 years ago
Marc Wrobel bd3499671c Fix typos in test code 3 years ago
Marc Wrobel bca104798b Fix and improve Javadoc in spring-jdbc 3 years ago
Juergen Hoeller 5247eeba84 Support LocalDate/Time for SQL type mappings 3 years ago
Sam Brannen d274e893a6 Remove superfluous static declaration for enum, annotation, & interface 3 years ago
Sam Brannen 5650e20edd Polishing 4 years ago
Johnny Lim 2885177f5b Add @since tag for new CannotGetJdbcConnectionException constructor 4 years ago
Stephane Nicoll e98b602d4f Polish "Fix DataSourceUtils inconsistent exception handling" 4 years ago
Kevin Schönfeld edfe5d2f18 Fix DataSourceUtils inconsistent exception handling 4 years ago
Juergen Hoeller d7be1e0dab Polishing 4 years ago
Juergen Hoeller 083113d8a4 Use SQLExceptionSubclassTranslator by default (avoiding sql-error-codes.xml) 4 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 4 years ago
Sam Brannen 59c7bb1f86 Use Arrays.toString instead of Arrays.asList when generating Strings 4 years ago