@@ -9,20 +9,24 @@ Changes in version 3.1 M1 (2011-02-11)
9
9
* upgraded to JUnit 4.8.1 and TestNG 5.12.1
10
10
* fixed aspects bundle to declare dependencies for @Async aspect as well
11
11
* introduced Environment abstraction with flexible placeholder resolution
12
- * introduced support for environment profiles in bean definition files
12
+ * introduced support for environment profiles in XML bean definition files
13
+ * introduced @Profile annotation for configuration classes and individual component classes
13
14
* introduced PropertySourcesPlaceholderConfigurer as alternative to PropertyPlaceholderConfigurer
14
15
* introduced "c:" namespace for constructor argument shortcuts (analogous to the "p:" namespace)
15
16
* introduced @FeatureConfiguration classes with @Feature methods that return FeatureSpecifications
16
17
* added TxAnnotationDriven, MvcAnnotationDriven, etc. as out-of-the-box FeatureSpecifications
17
18
* introduced caching abstraction and cache annotation support
19
+ * moved EhCache FactoryBeans from context-support to context module
20
+ * EhCacheManagerFactoryBean properly closes "ehcache.xml" input stream, if any
21
+ * exceptions thrown by @Scheduled methods will be propagated to a registered ErrorHandler
18
22
* ProxyCreationContext uses "ThreadLocal.remove()" over "ThreadLocal.set(null)" as well
23
+ * BeanDefinitionVisitor now actually visits factory method names
19
24
* fixed potential InjectionMetadata NPE when using SpringBeanAutowiringInterceptor
20
25
* fixed AbstractBindingResult to avoid NPE in "hashCode()" if target is null
21
- * EhCacheManagerFactoryBean properly closes "ehcache.xml" input stream, if any
22
26
* Servlet/PortletRequestDataBinder perform unwrapping for MultipartRequest as well
23
27
* ResourceHttpRequestHandler does not set Content-Length header for 304 response
24
28
* LocaleChangeInterceptor validates locale values in order to prevent XSS vulnerability
25
- * BeanDefinitionVisitor now actually visits factory method names
29
+
26
30
27
31
Changes in version 3.0.5 (2010-10-20)
28
32
-------------------------------------
0 commit comments