809 Commits (5b2aa0be81610bec4be1c83a2ee7611a875ce6fd)

Author SHA1 Message Date
Sam Brannen 7df2e2a8d2 Remove APIs deprecated for removal in 6.1 2 years ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 2 years ago
Simon Baslé 90b0f451f0
Add a couple missing java.time types to StatementCreatorUtils 2 years ago
Sam Brannen 99e54fec3a Ensure all packages declare package-info.java with null-safety annotations 2 years ago
Sam Brannen 7f1b81ff53 Apply "instanceof pattern matching" in remainder of spring-jdbc module 2 years ago
Sam Brannen 8175a3bf09 Polishing 2 years ago
Juergen Hoeller ca9439657e Detect MSSQL code 2601 as duplicate key (aligned with sql-error-codes.xml) 2 years ago
Sam Brannen 08e7f5a292 Clearly document that DataClassRowMapper supports Java records 2 years ago
Sam Brannen 5f458e2578 Polish RowMapper tests 2 years ago
Sam Brannen 7584dfc79a Avoid confusing terminology in BeanPropertyRowMapper 2 years ago
Sam Brannen 84bc1dfa89 Polish RowMapper tests 2 years ago
Sam Brannen 159a3e71f2 Clarify semantics of primitivesDefaultedForNullValue in BeanPropertyRowMapper 2 years ago
Sam Brannen adbba712d6 Polish Javadoc for RowMappers 2 years ago
Sam Brannen 3f148c2aaa Avoid warnings / Polishing 2 years ago
Sam Brannen 58872c79ee Update copyright headers 2 years ago
Sam Brannen 24f18275dd Stop referring to "Spring 3.x" features in documentation and code 2 years ago
Sam Brannen 0502d18e3d Update copyright headers 2 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 2 years ago
Sam Brannen 11df955d88 Update copyright headers 2 years ago
Johnny Lim 62cf2f0a4f
Fix wrong asserted code in SQLExceptionSubclassTranslatorTests (#29748) 2 years ago
Juergen Hoeller 254c3725e2 Polishing 2 years ago
Juergen Hoeller a644245e0e Check well-known database error codes in case of generic SQL state 23000 2 years ago
Juergen Hoeller 4c69892f39 Detect SQL state 23505/40001 as DuplicateKeyException/CannotAcquireLockException 2 years ago
Sam Brannen 114d6a9256 Apply 'instanceof pattern matching' in spring-jdbc 2 years ago
Sam Brannen 4289a64e24 Improve Javadoc for SqlLobValue 2 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 2 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 2 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 2 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 2 years ago
Sam Brannen 917c41fd52 Use Set.of() for constant sets where appropriate 2 years ago
Sam Brannen abf3400c07 Use Assert.state() where appropriate 2 years ago
Sam Brannen 2aa78889d2 Use consistent wording in precondition error messages 2 years ago
Sam Brannen f26a7dee97 Fix broken tests, update copyright dates, and polish 2 years ago
Kulwant Singh b2c8546013 Rely on automatic boxing/unboxing in tests 2 years ago
Sam Brannen e058a6061a Move DataFieldMaxValueIncrementerTests to the appropriate package 2 years ago
Sam Brannen 8595493599 Polish contribution 2 years ago
Mahmoud Ben Hassine f9ed0721a8 Introduce DataFieldMaxValueIncrementer for SQL Server sequences 2 years ago
Sam Brannen 210019cad1 Polish contribution 2 years ago
Mahmoud Ben Hassine 39f24f0244 Introduce DataFieldMaxValueIncrementer for MariaDB 2 years ago
Juergen Hoeller aaa22ad07d Remove square brackets with index/key expressions from generated SQL 2 years ago
Juergen Hoeller 6f64cfd1e5 Test square brackets with index/key expressions 2 years ago
Juergen Hoeller d4fac82d68 Preserve square brackets for index/key expressions 2 years ago
Juergen Hoeller 311048726e Upgrade to Derby 10.16 2 years ago
Sébastien Deleuze 8ed1906f43 Refine SQLErrorCodesFactory reachability on native images 2 years ago
Sébastien Deleuze 42c3ac64ff Remove spring.spel.ignore and spring.xml.ignore flags 2 years ago
Johnny Lim 1c1a0afbed Use AssertJ static imports consistently in 5.3.x 2 years ago
Sébastien Deleuze ff81d64fb5 Add reflection hint for EmbeddedDataSourceProxy#shutdown 2 years ago
Marc Wrobel ce49068ff9 Fix links in Javadoc and reference docs 2 years ago
Marc Wrobel 92a231cf91 Fix typos in Javadoc, reference docs, and code 2 years ago
Brian Clozel 0770d86936 Deprecate StreamUtils.emptyInput() 2 years ago