Arjen Poutsma
|
b31c34ed7d
|
Upgrading version to 3.0.4
|
15 years ago |
Juergen Hoeller
|
2136b04b65
|
added limit for parsed SQL cache to NamedParameterJdbcTemplate (SPR-7237); added configurable cache limit to CachingMetadataReaderFactory
|
15 years ago |
Juergen Hoeller
|
0c6b38b0b5
|
DataSourceUtils lets timeout exceptions through even for setReadOnly calls (revised; SPR-7226)
|
15 years ago |
Juergen Hoeller
|
8800bab8a6
|
DataSourceUtils lets timeout exceptions through even for setReadOnly calls (revised; SPR-7226)
|
15 years ago |
Juergen Hoeller
|
ed3cb4217d
|
expect user name to be null (SPR-7228)
|
15 years ago |
Juergen Hoeller
|
66aca1e8b3
|
expect user name to be null (SPR-7228)
|
15 years ago |
Juergen Hoeller
|
d7f72fbbd4
|
DataSourceUtils lets timeout exceptions through even for setReadOnly calls (SPR-7226)
|
15 years ago |
Thomas Risberg
|
d22a6f9da9
|
fixed index test for parameter types (SPR-7199)
|
15 years ago |
Thomas Risberg
|
15df7b11d0
|
added null check for parameter (SPR-7193)
|
15 years ago |
Juergen Hoeller
|
853eab8b4c
|
setTransactionIsolation on JDBC Connection only called when actually necessary (for PostgreSQL; SPR-7184)
|
15 years ago |
David Syer
|
eb7f8309e2
|
Update version in POMs to 3.0.3
|
15 years ago |
Juergen Hoeller
|
f6d05eaad4
|
reintroduced two-arg constructor (making STS warning disappear); always use a ResourcePatternResolver (through ResourcePatternUtils)
|
15 years ago |
Thomas Risberg
|
2ff2f0205d
|
added metadata override to NUMERIC for NUMBER columns reported as DECIMAL but with zero decimal places (SPR-6912)
|
15 years ago |
Christian Dupuis
|
e22431188b
|
made SortedResourcesFactoryBean ResourceLoaderAware to prevent specifying the ResourceLoader in the jdbc NamespaceHandlers; prevents leaking of class loader instances in tooling
|
15 years ago |
Juergen Hoeller
|
ccb312a974
|
SimpleJdbcCall's "returningResultSet" accepts any plain RowMapper now (SPR-6963)
|
15 years ago |
Juergen Hoeller
|
4bda92fd8a
|
newArg(Type)PreparedStatementSetter declares PreparedStatementSetter interface as return type (SPR-6897)
|
15 years ago |
Juergen Hoeller
|
09f02bc620
|
use WeakHashMap for DataSource-keyed cache (SPR-6887)
|
15 years ago |
David Syer
|
1a351db6e0
|
Update Central POMs to 3.0.2
|
15 years ago |
Costin Leau
|
8d0bb00188
|
+ make use or property placeholders inside template.mf
|
15 years ago |
Juergen Hoeller
|
c39b529c93
|
added vararg variants of query methods to JdbcTemplate (as known from SimpleJdbcTemplate; SPR-6858)
|
15 years ago |
Juergen Hoeller
|
aafe8ef9be
|
added "lenientFallback" flag to AbstractRoutingDataSource (SPR-6809)
|
15 years ago |
Costin Leau
|
0fd4a45070
|
+ upgrade to AspectJ 1.6.8
+ externalize some of the jar versions
+ align the versions of some dependencies between pom.xml and ivy.xml
|
15 years ago |
David Syer
|
b077d5ba97
|
SPR-6678: fix poms for 3.0.1
|
15 years ago |
David Syer
|
e4d8651aa9
|
RESOLVED - issue SPR-6668: Small Connection leak in DataSourceInitializer
http://jira.springframework.org/browse/SPR-6668
|
15 years ago |
Juergen Hoeller
|
5c41e2c6e1
|
made comment prefix configurable (SPR-6667)
|
15 years ago |
Juergen Hoeller
|
a70f525d4e
|
fixed toString handling (SPR-5582)
|
15 years ago |
Juergen Hoeller
|
819f4be08e
|
added lock timeout error code for H2 (SPR-6612)
|
15 years ago |
Juergen Hoeller
|
f208988563
|
polishing
|
15 years ago |
David Syer
|
1202f67cc8
|
SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
|
15 years ago |
Juergen Hoeller
|
5d2d2bcf39
|
fixed supported HSQL/H2 version range (SPR-6403)
|
15 years ago |
Juergen Hoeller
|
9a2f9ccde4
|
added static newInstance method to BeanPropertyRowMapper (SPR-6433); aligned ParameterizedBeanPropertyRowMapper factory methods
|
15 years ago |
Thomas Risberg
|
5a158fb76f
|
added a "releaseResourcesAfterRead" property defaulting to false and code to handle releasing any LOB resources after read if requested (SPR-5998, SPR-6209)
|
15 years ago |
Juergen Hoeller
|
2cb6e21161
|
Derby requires a publicly accessible stream creation method (SPR-6346)
|
15 years ago |
David Syer
|
17887d24a1
|
RESOLVED - issue SPR-6365: spring-jdbc.xsd script element claims resource patterns can be used for any SQL resource location but this is only supported for initialize-database tag
Grr: classpath*: again...
|
15 years ago |
David Syer
|
7519162e65
|
RESOLVED - issue SPR-6365: spring-jdbc.xsd script element claims resource patterns can be used for any SQL resource location but this is only supported for initialize-database tag
Added resource pattern feature to embedded datasource XML parser.
|
15 years ago |
Keith Donald
|
3f65721ba8
|
removed new EmbeddedDatabaeBuilder methods that don't seem very useful for embedded scenarios; javadoc polishing
|
15 years ago |
David Syer
|
35472300ae
|
OPEN - issue SPR-6346: NoSuchMethodException in DerbyEmbeddedDatabaseConfigurer
Added derby test case to EmbeddedDatabaseBuilderTests
|
15 years ago |
Sam Brannen
|
35d4d7bbac
|
Fixed typos
|
15 years ago |
David Syer
|
efb2647978
|
RESOLVED - issue SPR-6348: ResourceDatabasePopulator is too verbose when reporting ignored failures
http://jira.springframework.org/browse/SPR-6348
|
15 years ago |
David Syer
|
534f8a4705
|
RESOLVED - issue SPR-6345: ResourceDatabasePopulator does not handle comments properly when ignoring failures
http://jira.springframework.org/browse/SPR-6345
|
15 years ago |
Thomas Risberg
|
3faf28ebaf
|
created a protected doSetValue method so sub-classes can override the implementation easier (SPR-3978)
|
15 years ago |
Thomas Risberg
|
e27330ec5d
|
created a protected doSetValue method so sub-classes can override the implementation easier (SPR-3978)
|
15 years ago |
Thomas Risberg
|
b88db7a594
|
extracted creation of new ArgPreparedStatementSetter and ArgTypePreparedStatementSetter into protected methods to allow sub-classes to override (SPR-3977)
|
15 years ago |
Sam Brannen
|
2415ec77f8
|
Fixed typo.
|
15 years ago |
Juergen Hoeller
|
d46c1f600a
|
TransactionAwareDataSourceProxy processes isClosed explicitly in order to avoid potential leaks (SPR-5780)
|
15 years ago |
Thomas Risberg
|
f38b8975c5
|
added entry for unversioned xsd reference
|
15 years ago |
Thomas Risberg
|
7d2b3f2e7e
|
relaxed Map<String, Object> to Map<String, ?> for method parameter
|
15 years ago |
Keith Donald
|
389ad03e84
|
package info file
|
15 years ago |
Keith Donald
|
2e4fa28ca6
|
removed embedded databases factory in favor of new useDefaultScripts builder method
|
15 years ago |
Keith Donald
|
f1d012bffa
|
embeddedd databases convenience factory; builder polishing
|
15 years ago |