@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.0.4 (2010-08-11 )
6
+ Changes in version 3.0.4 (2010-08-16 )
7
7
-------------------------------------
8
8
9
9
* 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)
16
16
* ConversionService does not accidentally use copy constructor for same type
17
17
* fixed double ConversionFailedException nesting for ObjectToObjectConverter invocations
18
18
* BeanWrapper preserves annotation information for individual array/list/map elements
19
+ * Spring's constructor resolution consistently finds non-public multi-arg constructors
19
20
* SpEL passes full collection type context (generics, annotations) to ConversionService
20
21
* SpEL 'select last' operator now works consistently with maps
21
22
* 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
23
24
* fixed WeakReferenceMonitor to never stop its monitoring thread if an entry has been registered
24
25
* fixed CronTrigger to correctly parse month parts expressed as numbers (1-12 instead of 0-11)
25
26
* TaskExecutorFactoryBean (as used by task:executor) exposes full ThreadPoolTaskExecutor type
@@ -32,6 +33,7 @@ Changes in version 3.0.4 (2010-08-11)
32
33
* AbstractJaxWsServiceExporter supports "webServiceFeatures" bean property on JAX-WS 2.2
33
34
* JaxWsPortProxyFactoryBean takes "wsdlDocumentUrl", "namespaceUri" etc defaults from @WebService
34
35
* Jaxb2Marshaller's "marshallerProperties" Map accepts any value type
36
+ * SpringTemplateLoader for FreeMarker supports last-modified timestamp through Resource abstraction
35
37
* HibernateJpaDialect correctly closes borrowed connections even for nested JDBC executions
36
38
* DefaultJdoDialect supports JDO 3.0 query timeout facility (as supported by DataNucleus 2.1)
37
39
* 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)
48
50
* Portlet @MVC's implicit render model will be updated at the end of the event phase
49
51
* Portlet AbstractController consistently uses session mutex if "synchronizeOnSession" is active
50
52
* 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
51
54
* JSP EvalTag resolves "@myBeanName" references in expressions against the WebApplicationContext
52
55
* added support for static resource serving: ResourceHttpRequestHandler, mvc:resources
56
+ * revised DispatcherServlet's last-modified handling to properly work with scoped controllers
53
57
54
58
55
59
Changes in version 3.0.3 (2010-06-15)
0 commit comments