Luke Taylor
|
94aad0b537
|
SPR-6219: Corrected typo
|
15 years ago |
Thomas Risberg
|
4fe21b71a2
|
updated version to RC2
|
15 years ago |
Luke Taylor
|
afe87ea881
|
SPR-6220: Corrected spelling of 'DataSource'
|
15 years ago |
Juergen Hoeller
|
a6bba67bca
|
added setValidating to XmlBeanDefinitionReader itself as well (SPR-6336)
|
15 years ago |
Luke Taylor
|
1ddbfe0759
|
SPR-6205: Added doc on annotation support for multiple transaction managers
|
15 years ago |
Juergen Hoeller
|
5d772554ae
|
report error in case of constructor-arg index ambiguity (SPR-6329)
|
15 years ago |
Arjen Poutsma
|
d66fd9843e
|
Reverted changes in r2282: now using varags again.
|
15 years ago |
Arjen Poutsma
|
bee051ece6
|
SWS-572
|
15 years ago |
Juergen Hoeller
|
86934e2403
|
added SQL String and related context to translated JDBCException messages (SPR-6304)
|
15 years ago |
Juergen Hoeller
|
747300f34c
|
added support for most recent EHCache 1.6 configuration properties to EHCacheFactoryBean (SPR-6234)
|
15 years ago |
Juergen Hoeller
|
9d59db7944
|
reintroduced DEFAULT_COOKIE_MAX_AGE in deprecated form (for binary compatibility; SPR-6276)
|
15 years ago |
Juergen Hoeller
|
f595b67618
|
avoid early Log4J initialization (SPR-6288)
|
15 years ago |
Juergen Hoeller
|
613b4d182b
|
avoid potential NPE (SPR-6300)
|
15 years ago |
Mark Fisher
|
6ee17d2826
|
SPR-5507 javadoc
|
15 years ago |
David Syer
|
568e6a3b38
|
RESOLVED - issue SPR-6321: Regression: ResourceEditor in 3.0 does not ignore unresolvable placeholders, but it did in 2.5.6
Different initialization exception popped up in app context
|
15 years ago |
David Syer
|
38f1383853
|
RESOLVED - issue SPR-6321: Regression: ResourceEditor in 3.0 does not ignore unresolvable placeholders, but it did in 2.5.6
|
15 years ago |
Keith Donald
|
7685b516f1
|
spring 3 mvc namespace whats new
|
15 years ago |
Keith Donald
|
ac551f756d
|
changelog updates
|
15 years ago |
Keith Donald
|
b53f180c14
|
link to validation section
|
15 years ago |
Keith Donald
|
2eff486b36
|
link to validation section
|
15 years ago |
Keith Donald
|
a2d19f1a2d
|
link to validation section
|
15 years ago |
Chris Beams
|
9f07b15185
|
Added Javadoc where necessary; polishing.
|
15 years ago |
Keith Donald
|
2e12907fe4
|
polish
|
15 years ago |
Keith Donald
|
fefaf123e6
|
updated refs
|
15 years ago |
Keith Donald
|
7e90e7a4d5
|
updated test to reflect correct behavior
|
15 years ago |
Keith Donald
|
eee2a2115a
|
doc polish
|
15 years ago |
Keith Donald
|
70fe75384d
|
fixed failing tests due to generic object to object converter fallback being over eager
|
15 years ago |
Keith Donald
|
c58378603a
|
validation updateS
|
15 years ago |
Keith Donald
|
b163f123ce
|
valueOf and Constructor-based conversion of source objects to targetTypes
|
15 years ago |
Keith Donald
|
b5cda8db7b
|
Deferring object mapper until Spring 3.1 when it will be used by other projects
|
15 years ago |
Keith Donald
|
3cdb942cbe
|
Deferring object mapper until Spring 3.1 when it will be used by other projects
|
15 years ago |
Juergen Hoeller
|
6ef9c2d710
|
fixed validating to be true by default and to set namespaceAware accordingly
|
15 years ago |
Costin Leau
|
e52e4c5717
|
+ commit actual jboss adapter
|
15 years ago |
Juergen Hoeller
|
c495cbb1bf
|
MergedBeanDefinitionPostProcessors apply after all other post-processors (for @PostConstruct to be invoked after other BPPs; SPR-6066)
|
15 years ago |
Costin Leau
|
4e321b1a3c
|
+ add minor fix to the internal weblogic adapter
|
15 years ago |
Costin Leau
|
1dc1d5ef9a
|
SPR-5764
+ add dynamic classfiletransformer -> JBoss translator adaptor (since there isn't any in JBoss 5.0.x)
|
15 years ago |
Juergen Hoeller
|
155f6b1aa1
|
polishing
|
15 years ago |
Juergen Hoeller
|
1c839dbe9c
|
added setValidating method to AbstractXmlApplicationContext, analogous to GenericXmlApplicationContext
|
15 years ago |
Juergen Hoeller
|
0832334648
|
polishing
|
15 years ago |
Juergen Hoeller
|
a884a407aa
|
child bean definition's scope attribute can be inherited from parent bean definition now (SPR-3542)
|
15 years ago |
Juergen Hoeller
|
fcaf692225
|
MergedBeanDefinitionPostProcessors apply after all other post-processors (for @PostConstruct to be invoked after other BPPs; SPR-6066)
|
15 years ago |
Mark Fisher
|
535ec5cffd
|
SPR-5507 Added support for shutdown order on SmartLifecycle. DefaultLifecycleProcessor now manages the shutdown in phases depending on that order (with a timeout value per group).
|
15 years ago |
Juergen Hoeller
|
d666f0a7d6
|
added GenericXmlApplicationContext with flexible configuration options for its XML support
|
15 years ago |
Juergen Hoeller
|
7428014ca3
|
MergedBeanDefinitionPostProcessors apply after all other post-processors (for @PostConstruct to be invoked after other BPPs; SPR-6066)
|
15 years ago |
Costin Leau
|
190aee17d8
|
+ internal improvement of WebLogic LTW
+ minor improvements to the LTW files (mainly trailing blank lines)
|
15 years ago |
Costin Leau
|
846c7f6000
|
SPR-5764
+ redone the JBossLTW (no dependency on the JBoss API)
- removed JBoss jars
- removed JBoss imports (Spring code doesn't rely on it)
|
15 years ago |
Juergen Hoeller
|
d0b6891275
|
child bean definition's scope attribute can be inherited from parent bean definition now (SPR-3542)
|
15 years ago |
Juergen Hoeller
|
4a25e2dde0
|
log a warning in case of ambiguous setter methods (SPR-4931)
|
15 years ago |
Keith Donald
|
e97c2bd7e9
|
rc2 updates
|
15 years ago |
Keith Donald
|
48cfb73f15
|
polish
|
15 years ago |