1178 Commits (544a29a91a96a1a47292e674d6e56a8fd9a70213)

Author SHA1 Message Date
Costin Leau 0053319c62 Add test to corner potential bug with @CacheEvict 13 years ago
Costin Leau c39a14a130 Parse cache:annotation-driven key-generator attribute 13 years ago
Costin Leau e9ab1a7abb Update cache ref docs re 'args' vs 'params' naming 13 years ago
Chris Beams 41c405998e Convert CRLF=>LF on files missed earlier 13 years ago
Juergen Hoeller e0252ad0b1 "file-encoding" attribute value is being applied correctly (SPR-8024) 13 years ago
Juergen Hoeller 8534764e99 "file-encoding" attribute value is being applied correctly (SPR-8024) 13 years ago
Chris Beams 88913f2b23 Convert CRLF (dos) to LF (unix) 13 years ago
Chris Beams ae72cf2f50 Convert CRLF (dos) to LF (unix) 13 years ago
Chris Beams e158f61e93 Increment version to 3.1.1.BUILD-SNAPSHOT 13 years ago
Chris Beams bd6c3becb0 Increment version to 3.2.0.BUILD-SNAPSHOT 13 years ago
Chris Beams ac107d0c2a Release Spring Framework 3.1.0.RELEASE 13 years ago
Chris Beams 2065b788c4 Re-introduce system-properties-mode to spring-context 3.1 XSD 13 years ago
Juergen Hoeller 0042243a11 SmartLifecycle beans in Lifecycle dependency graphs are only being started when isAutoStartup=true (SPR-8912) 13 years ago
Chris Beams d4123d0637 Support use of @Scheduled against JDK proxies 13 years ago
Chris Beams 48836e2ebb Allow parameters in FactoryBean-returning @Bean methods 13 years ago
Chris Beams 866999764d Polish whitespace in ConfigurationClassEnhancer 13 years ago
Chris Beams 0449f6cb84 Polish @Scope Javadoc 13 years ago
Chris Beams 34798a47ab Fix warnings, polish Javadoc for @Validated et al. 13 years ago
Juergen Hoeller e648245eb3 added MethodValidationInterceptor/PostProcessor for Hibernate Validator 4.2 based method validation; renamed Spring's variant of @Valid to @Validated 13 years ago
Juergen Hoeller 2dba480d9d used specific SLF4J versions for running the test suites of individual modules (fixing the Hibernate Validator 4.2 upgrade) 13 years ago
Chris Beams 615bb29f92 Revert .context to Hibernate Validator 4.1.0.GA 13 years ago
Chris Beams 1c58dd9d89 Upgrade to Hibernate Validator 4.2.0.Final 13 years ago
Chris Beams a962bd0677 Revert accidental changes in Eclipse/pom metadata 13 years ago
David Syer 1adf82503b SPR-7404: Fixed metadata 13 years ago
David Syer 4242b32624 Update spring-context dependencies in pom 13 years ago
Chris Beams 690d33e14f Update @PropertySource Javadoc re: ${...} placeholders 13 years ago
Juergen Hoeller 569426dfdf restored DataBinder's ability to bind to an auto-growing List with unknown element type (SPR-8828) 13 years ago
Costin Leau cb3524ff30 + fix failing cache tests 13 years ago
Costin Leau 735ba9dcde SPR-8082 13 years ago
Chris Beams 28ff473091 Allow multiple @Filter 'value' args for concision 13 years ago
Chris Beams df7bda5637 Constrain targets for @Filter declaration 13 years ago
Juergen Hoeller aedccec67e restored SpringValidatorAdapter's ability to handle bean constraints with property paths (SPR-8895) 13 years ago
Juergen Hoeller 207b2315ed added validation hints support to ValidationUtils as well (SPR-7847) 13 years ago
Juergen Hoeller 49a2aaf023 added SmartValidator interface with general support for validation hints; added custom @Valid annotation with support for JSR-303 validation groups; JSR-303 SpringValidatorAdapter and MVC data binding provide support for validation groups (SPR-6373) 13 years ago
Costin Leau 0a611aa776 SPR-8082 13 years ago
Juergen Hoeller d6d169ac56 resolved package dependency tangles 13 years ago
Juergen Hoeller 9f3e333084 fixed NotificationListenerBean assertion in constructor (SPR-8091) 13 years ago
Chris Beams 6991cd9cdf Allow @Configuration classes to self-@ComponentScan 13 years ago
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