@@ -13,9 +13,11 @@ Changes in version 3.0.3 (2010-06-14)
13
13
* added default InputSourceEditor for SAX InputSource construction with a URL String as system id
14
14
* CachedIntrospectionResults only caches GenericTypeAwarePropertyDescriptors if fully safe
15
15
* revised BeanWrapper's exception wrapping to consistently handle ConversionExceptions
16
+ * DefaultListableBeanFactory checks for alias circle on registerAlias (avoiding endless loop)
16
17
* ConversionService is able to apply Converters to interface-based array elements
17
18
* a context ConversionService is able to override an ApplicationContext's resource editors
18
19
* refined LifecycleProcessor exception handling, properly wrapping a start exception from a bean
20
+ * revised DefaultLifecycleProcessor's handling of circular dependencies to avoid stack overflow
19
21
* fixed constructor argument caching for prototypes with multiple constructor matches
20
22
* specific detection of CGLIB subclasses in order to properly handle CGLIB interfaces
21
23
* registerDependentBean resolves to the canonical bean name in order to handle alias references
@@ -36,12 +38,15 @@ Changes in version 3.0.3 (2010-06-14)
36
38
* AsyncAnnotationBeanPostProcessor consistently adds @Async processing as first Advisor in the chain
37
39
* ScheduledTaskRegistrar (as used for @Scheduled processing) properly shuts down its default executor
38
40
* CronTrigger defensively protects itself against accidental re-fires if a task runs too early
41
+ * MailSendException includes all messages as failed messages in case of a connect failure
39
42
* added support for JAX-WS 2.1 WebServiceFeatures to JaxWsPortClientInterceptor/PortProxyFactoryBean
40
43
* added XmlAwareFormHttpMessageConverter, taking over the 3.0.2-introduced XML multipart support
41
44
* ServletContextResourcePatternResolver handles "/WEB-INF/lib/*.jar!/**/context.xml" style patterns
42
45
* fixed MVC mapping regression for servlet url-pattern "/" case on servers other than WebSphere
43
46
* MVC mappings properly apply even to welcome file entries that forward to a DispatcherServlet
44
47
* fixed @ExceptionHandler resolution in case of multiple matches at different inheritance levels
48
+ * revised Portlet SessionStatus.setComplete() to avoid re-exposure of attributes in render phase
49
+ * shortened Portlet MVC's implicit model render parameter name to "implicitModel"
45
50
* added convenient "checkRefresh" bean property to TilesConfigurer
46
51
* TilesConfigurer's "definitionsFactoryClass" property applies common Tiles DefinitionsFactory setup
47
52
* JSP FormTag calculates proper default form action even when using a rewrite filter on WebSphere
0 commit comments