Skip to content

Commit 0262d33

Browse files
committed
Polish
1 parent ab8c3c7 commit 0262d33

File tree

1 file changed

+32
-53
lines changed

1 file changed

+32
-53
lines changed

src/dist/changelog.txt

Lines changed: 32 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -5,59 +5,38 @@ http://www.spring.io
55
Changes in version 3.2.11 (2014-09-04)
66
-------------------------------------
77

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)
8+
fixed cachingConnectionFactory should catch exceptions on logical close (SPR-12148)
9+
allow Cache.get(Object key, Class<T> type) to be more explicit about what to do in case of a type mismatch (SPR-12145)
10+
fixed plain FactoryBean declaration on @Bean method leads to early call (pre injection) (SPR-12141)
11+
fixed performance issue on ResolvableType cache (SPR-12122)
12+
fixed GuavaCacheManager ignores cache specification due to eager initialization of internal cache map with static cache names (SPR-12120)
13+
fixed mockMvc security filters causes FileUploadException: the request was rejected because no multipart boundary was found (SPR-12114)
14+
fixed ServerEndpointExporter causes application context refresh to fail with an NPE when used in a Spring Boot app (SPR-12109)
15+
update Apache HttpComponents to 4.3.5 - CVE-2014-3577: Apache HttpComponents client: Hostname verification susceptible to MITM attack (SPR-12100)
16+
fixed shallowEtagHeaderFilter doesn't support Servlet 3.1 setContentLengthLong (SPR-12097)
17+
exclude spring-framework-bom artifacts from release distributions (SPR-12087)
18+
include all source artifacts in published sources jars (SPR-12085)
19+
fixed BeanNameViewResolver should not try to use non-View beans (SPR-12079)
20+
updated tiles 3 TilesViewResolver to accept custom TilesView subclasses (SPR-12075)
21+
fixed includeFilters and excludeFilters of @ComponentScan cause failures when used in meta-annotations (SPR-12065)
22+
allow AbstractTypeHierarchyTraversingFilter to be more lenient when loading types (SPR-12042)
23+
fixed incorrect documentation for AbstractAnnotationConfigDispatcherServletInitializer.getServletConfigClasses() (SPR-12028)
24+
fixed ConcurrentMapCacheManager has interdependent setters (SPR-12026)
25+
fixed documentation typo (SPR-12020)
26+
fixed Spring may invoke @Bean methods too early in case of a circular reference (SPR-12018)
27+
fixed RestTemplate with InputStreamResource does not work if Content-Length is not set (SPR-12017)
28+
fixed AbstractMessageListenerContainer#doExecuteListener can cause a dropped message if using CLIENT_ACKNOWLEDGE and the container is stopped and subsequently started again. (SPR-12015)
29+
fixed exceptions thrown during AbstractApplicationContext.refresh() not being logged right when they are caught (SPR-12010)
30+
fixed changes to AbstractApplicationEventMulticaster in 3.2.9 break HttpSessionEventPublisher in Google AppEngine Runtime (SPR-12002)
31+
fixed NPE in SelectedValueComparator with null bound value (SPR-12001)
32+
fixed StaxStreamXMLReader ignores significant whitespace (SPR-12000)
33+
fixed user destinations docs are missing the brokerPrefix (SPR-11992)
34+
revert (SPR-11973) when bugfix verified in JDK 1.8.0_20 (SPR-11974)
35+
fixed UriComponentsBuilder.fromUriString may not parse correctly when there is no path (SPR-11970)
36+
fixed getBean(Object.class) fails when introspecting Environment bean (SPR-10542)
37+
fixed injecting EXTENDED @PersistenceContext into JUnit 4 test class causes NoSuchBeanDefinitionException (SPR-8834)
38+
fixed XmlBeanDefinitionReader runs 10x slower due to resetBeanDefinition check (SPR-8318)
39+
remove outdated IDE, JIRA and Tomcat references (SPR-7521)
6140

6241
Changes in version 3.2.10 (2014-07-15)
6342
-------------------------------------

0 commit comments

Comments
 (0)