You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments