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 |
Juergen Hoeller
|
e56aa91bd7
|
"data.sql" instead of "test-data.sql" (SPR-6020)
|
15 years ago |
Juergen Hoeller
|
c802253402
|
"data.sql" instead of "test-data.sql" (SPR-6020)
|
15 years ago |
Mark Pollack
|
4f94f45ec4
|
pom maintenance
|
15 years ago |
Juergen Hoeller
|
ca928944db
|
marked Derby dependency as optional (SPR-6109)
|
15 years ago |
Thomas Risberg
|
ea674f2fa6
|
revised the detection of Sybase (SPR-6053)
|
15 years ago |
Thomas Risberg
|
ceca0db645
|
added synchronization to compile method (SPR-6001)
|
15 years ago |
Thomas Risberg
|
b482d6db12
|
revised the detection of Sybase (SPR-6053)
|
15 years ago |
Juergen Hoeller
|
8754f0bc85
|
updated dependencies
|
15 years ago |
Juergen Hoeller
|
773bdcded5
|
changed NamedParameter/SimpleJdbcOperations parameter signatures to accept any Map value type (SPR-6046)
|
15 years ago |
Juergen Hoeller
|
e9823b57b4
|
revised embedded database support
|
15 years ago |
Mark Pollack
|
3081396c15
|
pom maintenance - changes needed to run inside eclipse via m2eclipse
|
15 years ago |
Mark Pollack
|
97e3b5ca8c
|
SPR-5976 - Upgrade POMS to JUnit 4.6
|
15 years ago |
Arjen Poutsma
|
3d29023ef3
|
Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom.
|
16 years ago |
Christian Dupuis
|
a4bbd9abda
|
xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import
|
16 years ago |
Juergen Hoeller
|
ea8f628c9c
|
polishing
|
16 years ago |