@@ -2,6 +2,62 @@ SPRING FRAMEWORK CHANGELOG
2
2
===========================
3
3
http://www.spring.io
4
4
5
+ Changes in version 3.2.11 (2014-09-04)
6
+ -------------------------------------
7
+
8
+ CachingConnectionFactory should catch exceptions on logical close (SPR-12148)
9
+ Cache.get(Object key, Class<T> type) should be more explicit about what to do
10
+ in case of a type mismatch (SPR-12145)
11
+ Plain FactoryBean declaration on @Bean method leads to early call (pre
12
+ injection) (SPR-12141)
13
+ Performance issue on ResolvableType cache (SPR-12122)
14
+ GuavaCacheManager ignores cache specification due to eager initialization of
15
+ internal cache map with static cache names (SPR-12120)
16
+ MockMvc security filters causes FileUploadException: the request was rejected
17
+ because no multipart boundary was found (SPR-12114)
18
+ ServerEndpointExporter causes application context refresh to fail with an NPE
19
+ when used in a Spring Boot app (SPR-12109)
20
+ Update Apache HttpComponents to 4.3.5 - CVE-2014-3577: Apache HttpComponents
21
+ client: Hostname verification susceptible to MITM attack (SPR-12100)
22
+ ShallowEtagHeaderFilter doesn't support Servlet 3.1 setContentLengthLong
23
+ (SPR-12097)
24
+ Exclude spring-framework-bom artifacts from release distributions (SPR-12087)
25
+ Include all source artifacts in published sources jars (SPR-12085)
26
+ BeanNameViewResolver should not try to use non-View beans (SPR-12079)
27
+ Tiles 3 TilesViewResolver should allow for custom TilesView subclasses
28
+ (SPR-12075)
29
+ includeFilters and excludeFilters of @ComponentScan cause failures when used
30
+ in meta-annotations (SPR-12065)
31
+ AbstractTypeHierarchyTraversingFilter should be more lenient when loading
32
+ types (SPR-12042)
33
+ Incorrect documentation for
34
+ AbstractAnnotationConfigDispatcherServletInitializer.getServletConfigClasses()
35
+ (SPR-12028)
36
+ ConcurrentMapCacheManager has interdependent setters (SPR-12026)
37
+ Documentation typo (SPR-12020)
38
+ Spring may invoke @Bean methods too early in case of a circular reference
39
+ (SPR-12018)
40
+ RestTemplate with InputStreamResource does not work if Content-Length is not
41
+ set (SPR-12017)
42
+ AbstractMessageListenerContainer#doExecuteListener can cause a dropped message
43
+ if using CLIENT_ACKNOWLEDGE and the container is stopped and subsequently
44
+ started again. (SPR-12015)
45
+ Exceptions thrown during AbstractApplicationContext.refresh() not being logged
46
+ right when they are caught (SPR-12010)
47
+ Changes to AbstractApplicationEventMulticaster in 3.2.9 break
48
+ HttpSessionEventPublisher in Google AppEngine Runtime (SPR-12002)
49
+ NPE in SelectedValueComparator with null bound value (SPR-12001)
50
+ StaxStreamXMLReader ignores significant whitespace (SPR-12000)
51
+ user destinations docs are missing the brokerPrefix (SPR-11992)
52
+ Revert (SPR-11973) when bugfix verified in JDK 1.8.0_20 (SPR-11974)
53
+ UriComponentsBuilder.fromUriString may not parse correctly when there is no
54
+ path (SPR-11970)
55
+ getBean(Object.class) fails when introspecting Environment bean (SPR-10542)
56
+ Injecting EXTENDED @PersistenceContext into JUnit 4 test class causes
57
+ NoSuchBeanDefinitionException (SPR-8834)
58
+ XmlBeanDefinitionReader runs 10x slower due to resetBeanDefinition check
59
+ (SPR-8318)
60
+ Remove outdated IDE, JIRA and Tomcat references (SPR-7521)
5
61
6
62
Changes in version 3.2.10 (2014-07-15)
7
63
-------------------------------------
0 commit comments