Skip to content

Commit c8984d2

Browse files
committed
Portlet MVC, etc
1 parent 11330ba commit c8984d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ Changes in version 3.0.3 (2010-06-14)
1313
* added default InputSourceEditor for SAX InputSource construction with a URL String as system id
1414
* CachedIntrospectionResults only caches GenericTypeAwarePropertyDescriptors if fully safe
1515
* revised BeanWrapper's exception wrapping to consistently handle ConversionExceptions
16+
* DefaultListableBeanFactory checks for alias circle on registerAlias (avoiding endless loop)
1617
* ConversionService is able to apply Converters to interface-based array elements
1718
* a context ConversionService is able to override an ApplicationContext's resource editors
1819
* refined LifecycleProcessor exception handling, properly wrapping a start exception from a bean
20+
* revised DefaultLifecycleProcessor's handling of circular dependencies to avoid stack overflow
1921
* fixed constructor argument caching for prototypes with multiple constructor matches
2022
* specific detection of CGLIB subclasses in order to properly handle CGLIB interfaces
2123
* 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)
3638
* AsyncAnnotationBeanPostProcessor consistently adds @Async processing as first Advisor in the chain
3739
* ScheduledTaskRegistrar (as used for @Scheduled processing) properly shuts down its default executor
3840
* 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
3942
* added support for JAX-WS 2.1 WebServiceFeatures to JaxWsPortClientInterceptor/PortProxyFactoryBean
4043
* added XmlAwareFormHttpMessageConverter, taking over the 3.0.2-introduced XML multipart support
4144
* ServletContextResourcePatternResolver handles "/WEB-INF/lib/*.jar!/**/context.xml" style patterns
4245
* fixed MVC mapping regression for servlet url-pattern "/" case on servers other than WebSphere
4346
* MVC mappings properly apply even to welcome file entries that forward to a DispatcherServlet
4447
* 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"
4550
* added convenient "checkRefresh" bean property to TilesConfigurer
4651
* TilesConfigurer's "definitionsFactoryClass" property applies common Tiles DefinitionsFactory setup
4752
* JSP FormTag calculates proper default form action even when using a rewrite filter on WebSphere

0 commit comments

Comments
 (0)