1138 Commits (aa7fcb543159ccfc4e83fcdfa6ccaf2da3afec6d)

Author SHA1 Message Date
Juergen Hoeller 1843bdde35 added "forwarder" property to ConnectorServerFactoryBean, accepting an MBeanServerForwarder (SPR-8820) 13 years ago
Juergen Hoeller bba70a7f12 renamed ValueWrapperImpl to SimpleValueWrapper (for use in Cache implementations) 13 years ago
Juergen Hoeller 372d461bef upgraded compile-time dependency to EHCache 2.0.0 13 years ago
Juergen Hoeller a09a0316b7 exposed EHCache 1.7's "statisticsEnabled"/"sampledStatisticsEnabled" on EhCacheFactoryBean () 13 years ago
Juergen Hoeller 1e2f49104d SpringValidatorAdapter accepts non-indexed set paths (for Hibernate Validator compatibility; SPR-8634) 13 years ago
Costin Leau f91f778fb5 + align @CacheEvict behaviour with @Cacheable and @CachePut 13 years ago
Chris Beams d35620511e Introduce @EnableSpringConfigured 13 years ago
Chris Beams 22e37aac44 Polish .aop copy of SpringConfiguredBDP 13 years ago
Chris Beams 68f61f3b3c Fix nested @Component annotation instantiation bug 13 years ago
Chris Beams faba5941f7 Provide ConfigurationClass#toString implementation 13 years ago
Chris Beams 91f05c8b9d Avoid creation of unnecessary Environment objects 13 years ago
Chris Beams a53d592f62 Use 'name' vs 'key' consistently in PropertySource 13 years ago
Chris Beams 03f6d23536 Reference @EnableCaching from spring-cache XSD 13 years ago
Chris Beams 333f9f31a7 Polish imports 13 years ago
Costin Leau 3416a26136 + add docs 13 years ago
Chris Beams 0113ea91a3 Support by-type lookup/injection of primitive types 13 years ago
Chris Beams c03a950706 Polish tests and Javadoc for SPR-8824 13 years ago
Chris Beams 224cf11fcb Make @Configuration class enhancement idempotent 13 years ago
Chris Beams 70c28a0bc5 Add Apache license header where missing in src/main 13 years ago
Chris Beams 9c0c87f6a7 Polish AutoProxyRegistrar 13 years ago
Chris Beams d1f6672a58 Refactor ImportSelector support 13 years ago
Chris Beams 4f3cbb45f4 Introduce @EnableCaching 13 years ago
Chris Beams 732bf58570 Rename @CacheDefinitions => @Caching 13 years ago
Chris Beams a252a285e2 Convert cache package line endings from CRLF => LF 13 years ago
Chris Beams f9879b762b Rename KeyGenerator#extract => #generate 13 years ago
Chris Beams 06306f9149 Extract various constants in DefaultKeyGenerator 13 years ago
Chris Beams 83d099db98 Prune CacheAspectSupport#setCacheOperationSource 13 years ago
Chris Beams 42cbee883f Add generics to AbstractCacheManager#caches 13 years ago
Chris Beams 96200b690c Refactor cache support test hierarchy 13 years ago
Chris Beams 8abb315042 Fix cache generics warnings; polish whitespace 13 years ago
Chris Beams 1533822b0a Update proxyTargetClass-related Javadoc; add tests 13 years ago
Chris Beams 124662189e Polish @EnableAsync imports, etc 13 years ago
Chris Beams 43b3b4c261 Polish @Enable* Javadoc 13 years ago
Chris Beams 40798bd48f Improve ImportStack#toString output 13 years ago
Chris Beams 4ededaf11c Fix typo in DateTimeFormat Javadoc 13 years ago
Chris Beams b167b75453 Polish @Scheduled Javadoc 13 years ago
Costin Leau dc88a7c8ba SPR-8830 13 years ago
Costin Leau e4c88553d8 + rename test (as otherwise it gets picked even if it's abstract) 13 years ago
Costin Leau 473eaac117 + temporarily disable XML defs (since cache-update and cache-definition are not yet supported) 13 years ago
Costin Leau eddb0ac3be + introduced @CacheUpdate annotation 13 years ago
Juergen Hoeller 3bd9a3e3e0 RmiClientInterceptor detects nested SocketException as connect failure as well (SPR-8628) 13 years ago
Juergen Hoeller 2fdc2b5822 fixed StandardServlet/PortletEnvironment to check for JNDI (for Google App Engine compatibility) 13 years ago
Juergen Hoeller de5a007e46 cleanup of conversation dependencies 13 years ago
Chris Beams 38e90105a0 Support destroy method inference 13 years ago
Chris Beams 739775ca19 Introduce @EnableAspectJAutoProxy 13 years ago
Chris Beams 3920c5a158 Polish @ComponentScan/@Configuration/@Lazy Javadoc 13 years ago
Juergen Hoeller 0d02ef5fe5 removed conversation prototype from 3.1 codebase 13 years ago
Chris Beams 2760542182 Add repro test case for package-private @Bean issue 13 years ago
Chris Beams 980c15d578 Distinguish between different bridge method types 13 years ago
Chris Beams 6837111bda Refactor AnnotationUtils#findAllAnnotationAttributes 13 years ago