From 0262d33f1103f936d490b6d6f6ec3d7e55dca2aa Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 4 Sep 2014 11:27:55 +0200 Subject: [PATCH] Polish --- src/dist/changelog.txt | 85 ++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 53 deletions(-) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 63318baf462..4d5554dc033 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -5,59 +5,38 @@ http://www.spring.io Changes in version 3.2.11 (2014-09-04) ------------------------------------- -CachingConnectionFactory should catch exceptions on logical close (SPR-12148) -Cache.get(Object key, Class type) should be more explicit about what to do -in case of a type mismatch (SPR-12145) -Plain FactoryBean declaration on @Bean method leads to early call (pre -injection) (SPR-12141) -Performance issue on ResolvableType cache (SPR-12122) -GuavaCacheManager ignores cache specification due to eager initialization of -internal cache map with static cache names (SPR-12120) -MockMvc security filters causes FileUploadException: the request was rejected -because no multipart boundary was found (SPR-12114) -ServerEndpointExporter causes application context refresh to fail with an NPE -when used in a Spring Boot app (SPR-12109) -Update Apache HttpComponents to 4.3.5 - CVE-2014-3577: Apache HttpComponents -client: Hostname verification susceptible to MITM attack (SPR-12100) -ShallowEtagHeaderFilter doesn't support Servlet 3.1 setContentLengthLong -(SPR-12097) -Exclude spring-framework-bom artifacts from release distributions (SPR-12087) -Include all source artifacts in published sources jars (SPR-12085) -BeanNameViewResolver should not try to use non-View beans (SPR-12079) -Tiles 3 TilesViewResolver should allow for custom TilesView subclasses -(SPR-12075) -includeFilters and excludeFilters of @ComponentScan cause failures when used -in meta-annotations (SPR-12065) -AbstractTypeHierarchyTraversingFilter should be more lenient when loading -types (SPR-12042) -Incorrect documentation for -AbstractAnnotationConfigDispatcherServletInitializer.getServletConfigClasses() -(SPR-12028) -ConcurrentMapCacheManager has interdependent setters (SPR-12026) -Documentation typo (SPR-12020) -Spring may invoke @Bean methods too early in case of a circular reference -(SPR-12018) -RestTemplate with InputStreamResource does not work if Content-Length is not -set (SPR-12017) -AbstractMessageListenerContainer#doExecuteListener can cause a dropped message -if using CLIENT_ACKNOWLEDGE and the container is stopped and subsequently -started again. (SPR-12015) -Exceptions thrown during AbstractApplicationContext.refresh() not being logged -right when they are caught (SPR-12010) -Changes to AbstractApplicationEventMulticaster in 3.2.9 break -HttpSessionEventPublisher in Google AppEngine Runtime (SPR-12002) -NPE in SelectedValueComparator with null bound value (SPR-12001) -StaxStreamXMLReader ignores significant whitespace (SPR-12000) -user destinations docs are missing the brokerPrefix (SPR-11992) -Revert (SPR-11973) when bugfix verified in JDK 1.8.0_20 (SPR-11974) -UriComponentsBuilder.fromUriString may not parse correctly when there is no -path (SPR-11970) -getBean(Object.class) fails when introspecting Environment bean (SPR-10542) -Injecting EXTENDED @PersistenceContext into JUnit 4 test class causes -NoSuchBeanDefinitionException (SPR-8834) -XmlBeanDefinitionReader runs 10x slower due to resetBeanDefinition check -(SPR-8318) -Remove outdated IDE, JIRA and Tomcat references (SPR-7521) +fixed cachingConnectionFactory should catch exceptions on logical close (SPR-12148) +allow Cache.get(Object key, Class type) to be more explicit about what to do in case of a type mismatch (SPR-12145) +fixed plain FactoryBean declaration on @Bean method leads to early call (pre injection) (SPR-12141) +fixed performance issue on ResolvableType cache (SPR-12122) +fixed GuavaCacheManager ignores cache specification due to eager initialization of internal cache map with static cache names (SPR-12120) +fixed mockMvc security filters causes FileUploadException: the request was rejected because no multipart boundary was found (SPR-12114) +fixed ServerEndpointExporter causes application context refresh to fail with an NPE when used in a Spring Boot app (SPR-12109) +update Apache HttpComponents to 4.3.5 - CVE-2014-3577: Apache HttpComponents client: Hostname verification susceptible to MITM attack (SPR-12100) +fixed shallowEtagHeaderFilter doesn't support Servlet 3.1 setContentLengthLong (SPR-12097) +exclude spring-framework-bom artifacts from release distributions (SPR-12087) +include all source artifacts in published sources jars (SPR-12085) +fixed BeanNameViewResolver should not try to use non-View beans (SPR-12079) +updated tiles 3 TilesViewResolver to accept custom TilesView subclasses (SPR-12075) +fixed includeFilters and excludeFilters of @ComponentScan cause failures when used in meta-annotations (SPR-12065) +allow AbstractTypeHierarchyTraversingFilter to be more lenient when loading types (SPR-12042) +fixed incorrect documentation for AbstractAnnotationConfigDispatcherServletInitializer.getServletConfigClasses() (SPR-12028) +fixed ConcurrentMapCacheManager has interdependent setters (SPR-12026) +fixed documentation typo (SPR-12020) +fixed Spring may invoke @Bean methods too early in case of a circular reference (SPR-12018) +fixed RestTemplate with InputStreamResource does not work if Content-Length is not set (SPR-12017) +fixed AbstractMessageListenerContainer#doExecuteListener can cause a dropped message if using CLIENT_ACKNOWLEDGE and the container is stopped and subsequently started again. (SPR-12015) +fixed exceptions thrown during AbstractApplicationContext.refresh() not being logged right when they are caught (SPR-12010) +fixed changes to AbstractApplicationEventMulticaster in 3.2.9 break HttpSessionEventPublisher in Google AppEngine Runtime (SPR-12002) +fixed NPE in SelectedValueComparator with null bound value (SPR-12001) +fixed StaxStreamXMLReader ignores significant whitespace (SPR-12000) +fixed user destinations docs are missing the brokerPrefix (SPR-11992) +revert (SPR-11973) when bugfix verified in JDK 1.8.0_20 (SPR-11974) +fixed UriComponentsBuilder.fromUriString may not parse correctly when there is no path (SPR-11970) +fixed getBean(Object.class) fails when introspecting Environment bean (SPR-10542) +fixed injecting EXTENDED @PersistenceContext into JUnit 4 test class causes NoSuchBeanDefinitionException (SPR-8834) +fixed XmlBeanDefinitionReader runs 10x slower due to resetBeanDefinition check (SPR-8318) +remove outdated IDE, JIRA and Tomcat references (SPR-7521) Changes in version 3.2.10 (2014-07-15) -------------------------------------