446 Commits (9e2912e1dd214f613a1b25810c3b08f785543a9d)

Author SHA1 Message Date
Juergen Hoeller 65ca7f4909 Polishing 7 years ago
anton0xf 0204b082b1 Fix jdbc template error messages generation 7 years ago
Juergen Hoeller 51f7a3e40f Polishing 7 years ago
Juergen Hoeller 34663300a6 Avoid regex pattern matching for simple String replacement steps 7 years ago
Juergen Hoeller 78cad0fdd3 HibernateTransactionManager lazily acquires JDBC Connection 7 years ago
JungHoon, Lee 1dac0df38b Prevent instantiation of NamedParameterBatchUpdateUtils 7 years ago
Juergen Hoeller 84300b796c Fix recent javadoc errors 7 years ago
Sam Brannen bdac39150f Polish contribution 7 years ago
Chris Harding 24ed6de6aa Add backslash escape support to containsSqlScriptDelimiters 7 years ago
Juergen Hoeller 58e9706991 Polishing 7 years ago
Sam Brannen 7077af14f1 Use Float.valueOf(float) instead of deprecated Float(double) constructor 7 years ago
Kazuhiro Sera be211ceead Fix typos detected by github.com/client9/misspell 7 years ago
Juergen Hoeller b325c74216 Pruning of outdated JDK 6/7 references (plus related polishing) 7 years ago
Juergen Hoeller 4a147d26fc Initialize pre-filled HashMaps with large enough capacity 7 years ago
stsypanov 457d586859 SPR-17074 pass argument of addAll/putAll into constructor 7 years ago
Johnny Lim 38525ceff6 Fix log level guard in DatabaseStartupValidator.afterPropertiesSet() 7 years ago
Johnny Lim 964467d269 Polish DatabaseStartupValidator.afterPropertiesSet() 7 years ago
Juergen Hoeller 9a43d2ec20 Revised log levels: less WARN and INFO, fine-tuned DEBUG vs TRACE 7 years ago
Juergen Hoeller 9c08a482d1 Prefer ArrayList/ArrayDeque over LinkedList for multi-element holders 7 years ago
Juergen Hoeller a80c5121fe Polishing 7 years ago
Juergen Hoeller 63d6215247 Polishing 7 years ago
Juergen Hoeller 5dc8b5de6d Polishing 7 years ago
Juergen Hoeller 4ff1e3e74b Consistent abstract declaration for utility classes (plus polishing) 7 years ago
Phillip Webb a89e716cc7 Use tabs rather than spaces in tests 7 years ago
Phillip Webb 1c25cec44f Polish test code 7 years ago
Phillip Webb 81451aa800 Organize imports 7 years ago
Phillip Webb 5cedd0d5d4 Consistently use tabs rather than spaces 7 years ago
Phillip Webb 0b53c1096a Always use 'this.' when accessing fields 7 years ago
Phillip Webb eeebd51f57 Use consistent class design 7 years ago
Phillip Webb 866e9d702e Use consistent block style 7 years ago
Phillip Webb e0480f75ac Fix javadoc checkstyle issues 7 years ago
Juergen Hoeller 7bce7504c7 JdbcTemplate consistently exposes first value of equally named columns 7 years ago
Juergen Hoeller 25559b9e44 Polishing 7 years ago
Juergen Hoeller d9c63182d9 MapSqlParameterSource.addValue declares nullable value parameter 7 years ago
nkjackzhang a1fa0daad5 Fix a typo in javadoc 7 years ago
Johnny Lim fb898e1727 Remove inconsistent spaces 7 years ago
Johnny Lim 8f21cb1a7c Polish DatabaseStartupValidator 7 years ago
Juergen Hoeller ff53d78e96 Remove bogus DataSource test from JpaTransactionManagerTests 7 years ago
Juergen Hoeller 475c4d4425 Polishing 7 years ago
Juergen Hoeller 0bc01fcd55 Polishing 7 years ago
Johnny Lim 8dd0974e2f Rename SingleColumnRowMapperTest to align with the other tests 7 years ago
Juergen Hoeller 9a722b4558 Pass type name into PreparedStatement.setNull in case of Types.OTHER 7 years ago
nkjackzhang 82cb5dbf2b NamedParameterUtils.parseSqlStatement should parse :{x} style parameter correctly 7 years ago
Juergen Hoeller b2d87abcbb Polishing 7 years ago
Juergen Hoeller e3d0ef6015 Use Map.forEach instead of manual Map.Entry iteration wherever possible 7 years ago
Juergen Hoeller 702b27e1e4 Polishing 7 years ago
Juergen Hoeller 2c7efbb9d0 Deprecate TableMetaDataContext.getSimulationQueryForGetGeneratedKey 7 years ago
Juergen Hoeller b7c423813d CallMetaDataContext handles 'procedureColumnResult' as return parameter 7 years ago
Juergen Hoeller 4fef1fe820 Polishing 7 years ago
igor-suhorukov 2f9d0a7de8 simplify boolean NOT operation 7 years ago