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 |
Keith Donald
|
3a3edb53f6
|
polish / code review of data source embedded and init
|
15 years ago |
David Syer
|
14e7b46163
|
RESOLVED - issue SPR-5917: fixed classpath pattern for ANT
|
15 years ago |
David Syer
|
e9a37e4400
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Moved classes but not resources (fixed)
|
15 years ago |
David Syer
|
747f71f9d2
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Tweak initializer to allow placeholders for script locations
|
15 years ago |
David Syer
|
0db68e1b57
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Moved populator to init package and added namespace features
|
15 years ago |
Thomas Risberg
|
4a315ba6d1
|
fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)
|
15 years ago |
Thomas Risberg
|
a2cd909306
|
fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)
|
15 years ago |
Thomas Risberg
|
84c1b56e35
|
fixed null handling for all Derby drivers to be the same as for the embedded driver (SPR-6000)
|
15 years ago |
Sam Brannen
|
6aee6a16ab
|
polishing
|
15 years ago |
Juergen Hoeller
|
09e6a85edd
|
fixed overview files
|
15 years ago |
Mark Pollack
|
c6cd1a528e
|
SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate
SPR-5956 - Remove commons-logging dependency definitions in pom.xml for all but spring-core so as to make exclusion rule easier for user who use slf4j
|
15 years ago |
Mark Pollack
|
bd098ce1db
|
pom maintenance - sync with ivy.xml
update junit version in ivy.xml for org.sf.aspects
|
15 years ago |