Closed dev-mend-for-github-com[bot] closed 1 year ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.
This PR contains the following updates:
2.5.6.SEC01
->3.0.6.RELEASE
By merging this PR, the issue #14 will be automatically resolved and closed:
Release Notes
spring-projects/spring-framework
### [`v3.0.6.RELEASE`](https://togithub.com/spring-projects/spring-framework/releases/tag/v3.0.6.RELEASE): 3.0.6 Release [Compare Source](https://togithub.com/spring-projects/spring-framework/compare/v3.0.5.RELEASE...v3.0.6.RELEASE) #### :star: New Features - Invalid MIME-type causes a 500 error \[SPR-7712] [#12368](https://togithub.com/spring-projects/spring-framework/issues/12368) - Required annotation processing can't be skipped by using bean definition meta element \[SPR-8617] [#13260](https://togithub.com/spring-projects/spring-framework/issues/13260) - Allow read and connect timeouts and request headers to be set on SimpleHttpInvokerRequestExecutor \[SPR-8615] [#13258](https://togithub.com/spring-projects/spring-framework/issues/13258) - Allow the read and connect timeout to be set on SimpleClientHttpRequestFactory \[SPR-8614] [#13257](https://togithub.com/spring-projects/spring-framework/issues/13257) - ExposeInvocationInterceptor should always be highest precedence \[SPR-8544] [#13188](https://togithub.com/spring-projects/spring-framework/issues/13188) - Add setInstanceName and setInstanceId methods into LocalTaskExecutorThreadPool \[SPR-8542] [#13186](https://togithub.com/spring-projects/spring-framework/issues/13186) - CollectionToObjectConverter uses the first element of a collection even when the collection could be assigned to an Object \[SPR-8538] [#13182](https://togithub.com/spring-projects/spring-framework/issues/13182) - ResourceHttpRequestHandler should check for directory traversal \[SPR-8515] [#13160](https://togithub.com/spring-projects/spring-framework/issues/13160) - Type conversion not applied on `@Resource` annotation \[SPR-8480] [#13126](https://togithub.com/spring-projects/spring-framework/issues/13126) - Javadocs on CustomDateEditor misleading \[SPR-7759] [#12415](https://togithub.com/spring-projects/spring-framework/issues/12415) - ConcurrentModificationException in DefaultListableBeanFactory when using your own bean factory to register beans \[SPR-7757] [#12413](https://togithub.com/spring-projects/spring-framework/issues/12413) - improve the process of finding actual methods for servlet and portlet handlers \[SPR-7703] [#12359](https://togithub.com/spring-projects/spring-framework/issues/12359) - Reduce footprint due to BeanDefinitions \[SPR-7491] [#12149](https://togithub.com/spring-projects/spring-framework/issues/12149) - Double EL expression evaluation in JSP MessageTag \[SPR-5308] [#9981](https://togithub.com/spring-projects/spring-framework/issues/9981) #### :beetle: Bug Fixes - Problem using SpringBeanAutowiringInterceptor with `@Value` annotation in a Stateless Session Bean \[SPR-8621] [#13264](https://togithub.com/spring-projects/spring-framework/issues/13264) - RedirectView always sends 302s in HTTP/1.0 (default) mode \[SPR-8612] [#13255](https://togithub.com/spring-projects/spring-framework/issues/13255) - PersistenceAnnotationBeanPostProcessor does not operate on the most specific persistence annotation declaration \[SPR-8594] [#13238](https://togithub.com/spring-projects/spring-framework/issues/13238) - Can not inject primitive values from property file using `@Value` annotation into servlet \[SPR-8574] [#13218](https://togithub.com/spring-projects/spring-framework/issues/13218) -