Skip to content

Commit f8690cf

Browse files
committed
DispatcherServlet etc
1 parent f6c07b3 commit f8690cf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.0.4 (2010-08-11)
6+
Changes in version 3.0.4 (2010-08-16)
77
-------------------------------------
88

99
* support for Hibernate Core 3.6, Hibernate Validator 4.1, EclipseLink 2.1, EHCache 2.2
@@ -16,10 +16,11 @@ Changes in version 3.0.4 (2010-08-11)
1616
* ConversionService does not accidentally use copy constructor for same type
1717
* fixed double ConversionFailedException nesting for ObjectToObjectConverter invocations
1818
* BeanWrapper preserves annotation information for individual array/list/map elements
19+
* Spring's constructor resolution consistently finds non-public multi-arg constructors
1920
* SpEL passes full collection type context (generics, annotations) to ConversionService
2021
* SpEL 'select last' operator now works consistently with maps
2122
* BeanWrapper/DataBinder's "autoGrowNestedPaths" works for Maps as well
22-
* fixed concurrency issue in TypedStringValue, showing for nested typed Maps in prototype beans
23+
* fixed concurrency issue in TypedStringValue, showing for nested typed Maps in prototype beans
2324
* fixed WeakReferenceMonitor to never stop its monitoring thread if an entry has been registered
2425
* fixed CronTrigger to correctly parse month parts expressed as numbers (1-12 instead of 0-11)
2526
* TaskExecutorFactoryBean (as used by task:executor) exposes full ThreadPoolTaskExecutor type
@@ -32,6 +33,7 @@ Changes in version 3.0.4 (2010-08-11)
3233
* AbstractJaxWsServiceExporter supports "webServiceFeatures" bean property on JAX-WS 2.2
3334
* JaxWsPortProxyFactoryBean takes "wsdlDocumentUrl", "namespaceUri" etc defaults from @WebService
3435
* Jaxb2Marshaller's "marshallerProperties" Map accepts any value type
36+
* SpringTemplateLoader for FreeMarker supports last-modified timestamp through Resource abstraction
3537
* HibernateJpaDialect correctly closes borrowed connections even for nested JDBC executions
3638
* DefaultJdoDialect supports JDO 3.0 query timeout facility (as supported by DataNucleus 2.1)
3739
* transaction names based on method id from most specific method (target class instead of interface)
@@ -48,8 +50,10 @@ Changes in version 3.0.4 (2010-08-11)
4850
* Portlet @MVC's implicit render model will be updated at the end of the event phase
4951
* Portlet AbstractController consistently uses session mutex if "synchronizeOnSession" is active
5052
* PortletWrappingController supports Portlet 2.0 resource and event requests as well
53+
* fixed JSP EvalTag to render null result as empty String instead of "null" String
5154
* JSP EvalTag resolves "@myBeanName" references in expressions against the WebApplicationContext
5255
* added support for static resource serving: ResourceHttpRequestHandler, mvc:resources
56+
* revised DispatcherServlet's last-modified handling to properly work with scoped controllers
5357

5458

5559
Changes in version 3.0.3 (2010-06-15)

0 commit comments

Comments
 (0)