Commit Graph
26 Commits
Author SHA1 Message Date
Costin Leau 1f92a12c1e moved cache abstraction from context.support to context
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3947 50f2f4bb-b051-0410-bef5-90022cba6387
2011-02-07 17:41:25 +00:00
Costin Leau 09ed0d0835 SPR-7308
+ fix initialization problem for root object (inside SpEL eval context)
+ add integration tests for root object expressions


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3828 50f2f4bb-b051-0410-bef5-90022cba6387
2010-12-21 15:47:22 +00:00
Costin Leau f4f287050f SPR-7308
SPR-7736
+ clarify storage of null values



git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3823 50f2f4bb-b051-0410-bef5-90022cba6387
2010-12-17 10:15:50 +00:00
Costin Leau a118023af6 SPR-7308
+ add support for multiple cache names
+ require each annotation to specify a cache name
+ add method support in Key generator interface
+ add bug fix for embedded JDK concurrent declaration

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3819 50f2f4bb-b051-0410-bef5-90022cba6387
2010-12-16 13:19:01 +00:00
Costin Leau 5c534c3757 SPR-7308
+ initial commit of caching abstraction
+ main API
+ Spring AOP and AspectJ support
+ annotation driven, declarative support
+ initial namespace draft

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3789 50f2f4bb-b051-0410-bef5-90022cba6387
2010-10-29 17:00:08 +00:00
Juergen Hoeller ec93f21809 MailSendException includes all messages as failed messages in case of a connect failure (SPR-7245)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3408 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-10 21:06:13 +00:00
Mark Fisher 8e92336f2b SPR-5507 The 'shutdownOrder' property of SmartLifecycle has been renamed 'phase'. The order no longer applies to shutdown only; now startup order is determined by the phase value as well. Components start in ascending order and stop in descending order.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2501 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-24 16:07:23 +00:00
Mark Fisher 80043c1e1a removed printlns from test
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2484 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-20 21:57:01 +00:00
Mark Fisher 057d31b338 SPR-6354 DefaultLifecycleProcessor no longer waits for the shutdown of SmartLifecycle beans that are not actually running.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2477 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-20 18:09:14 +00:00
Mark Fisher 7fc038cdc8 SPR-6307 Quartz SchedulerFactoryBean now "auto-starts" upon receiving a ContextRefreshedEvent rather than within afterPropertiesSet().
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2274 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-05 23:41:01 +00:00
David Syer ab179f9f20 RESOLVED - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception
Detect HSQL in LocalDataSourceJobStore and force locks to be taken locally (with a SimpleSemaphore)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2206 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 18:39:42 +00:00
David Syer fa62d4eef3 OPEN - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception
Convert test case to JUnit 4

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2205 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 18:25:18 +00:00
Juergen Hoeller b80bc81d7c removed separate placeholder test class
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1999 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 22:58:15 +00:00
Rob Harrop 745d40e45d [SPR-5727] CronTriggerBean supports start delay
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1879 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-14 15:53:05 +00:00
Juergen Hoeller 229584370b updated to EHCache 1.6.0
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1793 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-31 11:40:48 +00:00
Mark Pollack bed23619b7 SPR-5619
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1506 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-10 04:02:08 +00:00
Chris Beams 2796c55974 Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@464 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-18 14:50:25 +00:00
Chris Beams f01b92fb17 moving .jndi, .mail and .mock.web unit tests from .testsuite to .context, .context.support, and .test bundles respectively
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@444 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-17 02:20:01 +00:00
Chris Beams 015f9bb766 moving unit tests from .testsuite -> .context
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@410 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-14 19:47:56 +00:00
Chris Beams 9bafbdcfa2 moving unit tests from .testsuite -> .context.support
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@408 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-14 18:01:20 +00:00
Chris Beams b878327a39 moving unit tests from .testsuite -> .context.support
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@407 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-14 17:35:21 +00:00
Arjen Poutsma 0d7c824dc2 Moved tests from testsuite to context support
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@229 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-30 22:10:08 +00:00
Arjen Poutsma 34de5e0f55 Moved tests from testsuite to context.support
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@225 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-30 21:49:52 +00:00
Arjen Poutsma ba4274f08e Moved tests from testsuite to context and context support
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@208 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-30 16:24:14 +00:00
Arjen Poutsma dc4518040a Moved tests over from testsuite to context.support
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@190 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-29 16:41:03 +00:00
Arjen Poutsma 31233c7b67 Initial import of context support module
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@132 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-26 17:08:38 +00:00