Keith Donald
|
44fcc572a7
|
mvc:interceptors namespace element initial commit
|
15 years ago |
Juergen Hoeller
|
602118f1a3
|
extended CGLIB version range (SPR-6400)
|
15 years ago |
Mark Fisher
|
a6b6ba88dc
|
SPR-6368 The parser for the 'executor' element in the task namespace now creates a FactoryBean so that the pool-size range can be configured after property placeholder resolution when necessary.
|
15 years ago |
Mark Fisher
|
196000d765
|
removed printlns from test
|
15 years ago |
Thomas Risberg
|
937de9f032
|
removed note about getting started guide not ready until 3.0 final
|
15 years ago |
Thomas Risberg
|
3562858736
|
updated version for the 3.0 final release
|
15 years ago |
Thomas Risberg
|
5fbd87d939
|
updated remaing 2.5.x JavaDoc reeferences to 3.0.x ones (SPR-6402)
|
15 years ago |
Thomas Risberg
|
12a237a459
|
changed to use 3.0 xsd references
|
15 years ago |
Costin Leau
|
502c0e9055
|
SPR-6401
+ increase cglib range in OSGi manifest
|
15 years ago |
Costin Leau
|
38d6b55363
|
SPR-6333
SPR-6393
+ fix invalid static field
|
15 years ago |
Mark Fisher
|
c6f3613411
|
SPR-6354 DefaultLifecycleProcessor no longer waits for the shutdown of SmartLifecycle beans that are not actually running.
|
15 years ago |
Costin Leau
|
6653f25e81
|
SPR-6394
SPR-6333
+ eliminated compile-time dependency on GlassFish custom API for the GlassFish LTW
+ added support for GlassFish 3
|
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 |
Keith Donald
|
d9aab1079c
|
found hotspot; added ConverisonServiceFactoryBean
|
15 years ago |
Keith Donald
|
692b1ef636
|
found hotspot; added ConverisonServiceFactoryBean
|
15 years ago |
Juergen Hoeller
|
4024b67926
|
removed formal deprecation from addPropertyValue; just hinting at add now
|
15 years ago |
Juergen Hoeller
|
2cb6e21161
|
Derby requires a publicly accessible stream creation method (SPR-6346)
|
15 years ago |
David Syer
|
f49a8d2e3e
|
Add some tests (and comment out the one that is breaking the build)
|
15 years ago |
David Syer
|
af674bfac4
|
RESOLVED - issue SPR-6398: Document attributes in @Scheduled and friends
http://jira.springframework.org/browse/SPR-6398
|
15 years ago |
Keith Donald
|
5716360936
|
doc updates
|
15 years ago |
Keith Donald
|
b896457586
|
doc updates
|
15 years ago |
Juergen Hoeller
|
3b9605bc57
|
init/destroy methods get processed in the order of declaration at each hierarchy level (SPR-6344); process DestructionAwareBeanPostProcessors in common post-processor order; aligned metadata retrieval code
|
15 years ago |
Costin Leau
|
4375b9c89a
|
SPR-6333
SPR-6393
+ fixed the tests
|
15 years ago |
Juergen Hoeller
|
4efa91d2f0
|
mvc:annotation-driven exposes default Validator and ConversionService as top-level beans (SPR-6377)
|
15 years ago |
Costin Leau
|
a9d4a58294
|
+ fix filename problem
|
15 years ago |
Juergen Hoeller
|
46cd083976
|
added chaining-capable "add" method to MutablePropertyValues
|
15 years ago |
Keith Donald
|
a300aa19b6
|
improved toString method
|
15 years ago |
Keith Donald
|
34a75c1ae6
|
improved toString method
|
15 years ago |
Costin Leau
|
ab5e4a4ff3
|
SPR-6333
SPR-6393
+ eliminated compile-time dependency on oc4j classes
|
15 years ago |
Juergen Hoeller
|
856fefeaad
|
fixed javadoc to reflect current implementation (SPR-6390)
|
15 years ago |
Juergen Hoeller
|
b41e3956bc
|
revised scope inheritance: default scope is "" (empty String) now; consistent isPrototype checks
|
15 years ago |
Juergen Hoeller
|
ee5330801d
|
BeanDefinitions return isSingleton()=true by default again (for CXF compatibility)
|
15 years ago |
Juergen Hoeller
|
a741410421
|
TransactionTemplate catches undeclared checked exception and rethrows it as UndeclaredThrowableException (SPR-6361)
|
15 years ago |
Juergen Hoeller
|
eb0b4f0cbd
|
added support for Hibernate 3.3 RegionFactory cache SPI to LocalSessionFactoryBean (SPR-6387)
|
15 years ago |
Keith Donald
|
f2477c4bf5
|
default conversion service instance caching and tests
|
15 years ago |
Keith Donald
|
da5432fbf5
|
default conversion service instance caching and tests
|
15 years ago |
Keith Donald
|
7b561c76fe
|
default conversion service instance caching and tests
|
15 years ago |
Keith Donald
|
6c66406f7f
|
removed converter matcher since its not used directly
|
15 years ago |
Juergen Hoeller
|
08f9f8b8fb
|
startup thread marked as daemon now (SPR-6382)
|
15 years ago |
Keith Donald
|
3bfbcd7276
|
moved generic converter to spi; added entity converter; removed various service impls in favor of service factory
|
15 years ago |
Keith Donald
|
d85dc01e28
|
moved generic converter to spi; added entity converter; removed various service impls in favor of service factory
|
15 years ago |
Arjen Poutsma
|
211e36c249
|
SPR-6371 - Jaxb2Marshaller should use AnnotationUtils
|
15 years ago |
David Syer
|
7ac0e2ba02
|
RESOLVED - issue SPR-6366: Cannot import bean definitions using classpath*: resource location
http://jira.springframework.org/browse/SPR-6366
|
15 years ago |
David Syer
|
66939ded0f
|
RESOLVED - issue SPR-6366: Cannot import bean definitions using classpath*: resource location
http://jira.springframework.org/browse/SPR-6366
|
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 |
Luke Taylor
|
222ae33666
|
SPR-6087: Updated Javadoc for HandlerInterceptor to indicate invocation order of afterCompletion() methods
|
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 |