Bump spring.version from 4.3.7.RELEASE to 5.2.1.RELEASE in /MyBlog
Bumps spring.version from 4.3.7.RELEASE to 5.2.1.RELEASE.
Updates spring-webmvc from 4.3.7.RELEASE to 5.2.1.RELEASE
Release notes
Sourced from spring-webmvc's releases.
v5.2.1.RELEASE
:star: New Features
- Support for limits on input stream processing in WebFlux codecs #23884
- Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
- Add RSocketRequester retrieveAndAwaitOrNull extension #23874
- Support unidirectional
@AliasForattribute mapping within an annotation #23834- Allow setting primary flag on BeanDefinitionBuilder #23794
- Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
- EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
- Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
- Handling of ResponseStatusException to also include setting of response headers #23741
- Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628
:beetle: Bug Fixes
- Reorder date formatting converter in registrar #23893
- Revisit
@Configuration(proxyBeanMethods = false) with qualified injection points #23887- Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
- WebClient onStatus order changed #23880
- TransactionalOperator::transactional does not close the transaction when cancelled #23864
- Remove unused type parameter declarations in XpathRequestMatchers #23860
- Remove unused type parameter declarations in MockMvc #23858
- Repeatable annotation container no longer found on custom composed annotation #23856
- Missing CORS headers defined in SockJS CORS configuration #23843
- Consider target transaction manager for traditional vs reactive transaction decision #23832
- InaccessibleObjectException after upgrading to Framework 5.2 #23829
- Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
- Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
- Preserve expires attribute in MockCookie #23769
- Regression: attribute override configured via
@AliasForno longer honored in annotation hierarchy #23767- spring 5.2 dist.zip naming issue #23745
- MockServletContext should treat InvalidPathException like an IOException #23717
:notebook_with_decorative_cover: Documentation
- Update Spring Boot references in testing documentation #23848
- Fix typo in rsocket doc #23762
- Fixes broken links to dev.java.net #23746
- Fix typo in web-uris doc #23739
- Update documentation for importing projects into Eclipse #23706
:hammer: Dependency Upgrades
- Upgrade to Reactor Dysprosium-SR1 #23871
:heart: Contributors
We'd like to thank all the contributors who worked on this release!
... (truncated)
Commits
21d751dRelease version 5.2.1.RELEASE89fc0f2Fix typo in docs2d208deClear connection pool for OkHttpClient3858a69Path RequestPredicate should honor servlet path95af079Document unidirectional @AliasFor attribute mapping support005d201Refine changes for PR64f2bebFixing NPE in AbstractNamedValueMethodArgumentResolverfd96788Use int for maxParts instead of long3691c18Preserve order of onStatus handlers74b7b55Make MBeanServer tests more robust- Additional commits viewable in compare view
Updates spring-context from 4.3.7.RELEASE to 5.2.1.RELEASE
Release notes
Sourced from spring-context's releases.
v5.2.1.RELEASE
:star: New Features
- Support for limits on input stream processing in WebFlux codecs #23884
- Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
- Add RSocketRequester retrieveAndAwaitOrNull extension #23874
- Support unidirectional
@AliasForattribute mapping within an annotation #23834- Allow setting primary flag on BeanDefinitionBuilder #23794
- Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
- EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
- Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
- Handling of ResponseStatusException to also include setting of response headers #23741
- Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628
:beetle: Bug Fixes
- Reorder date formatting converter in registrar #23893
- Revisit
@Configuration(proxyBeanMethods = false) with qualified injection points #23887- Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
- WebClient onStatus order changed #23880
- TransactionalOperator::transactional does not close the transaction when cancelled #23864
- Remove unused type parameter declarations in XpathRequestMatchers #23860
- Remove unused type parameter declarations in MockMvc #23858
- Repeatable annotation container no longer found on custom composed annotation #23856
- Missing CORS headers defined in SockJS CORS configuration #23843
- Consider target transaction manager for traditional vs reactive transaction decision #23832
- InaccessibleObjectException after upgrading to Framework 5.2 #23829
- Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
- Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
- Preserve expires attribute in MockCookie #23769
- Regression: attribute override configured via
@AliasForno longer honored in annotation hierarchy #23767- spring 5.2 dist.zip naming issue #23745
- MockServletContext should treat InvalidPathException like an IOException #23717
:notebook_with_decorative_cover: Documentation
- Update Spring Boot references in testing documentation #23848
- Fix typo in rsocket doc #23762
- Fixes broken links to dev.java.net #23746
- Fix typo in web-uris doc #23739
- Update documentation for importing projects into Eclipse #23706
:hammer: Dependency Upgrades
- Upgrade to Reactor Dysprosium-SR1 #23871
:heart: Contributors
We'd like to thank all the contributors who worked on this release!
... (truncated)
Commits
21d751dRelease version 5.2.1.RELEASE89fc0f2Fix typo in docs2d208deClear connection pool for OkHttpClient3858a69Path RequestPredicate should honor servlet path95af079Document unidirectional @AliasFor attribute mapping support005d201Refine changes for PR64f2bebFixing NPE in AbstractNamedValueMethodArgumentResolverfd96788Use int for maxParts instead of long3691c18Preserve order of onStatus handlers74b7b55Make MBeanServer tests more robust- Additional commits viewable in compare view
Updates spring-core from 4.3.7.RELEASE to 5.2.1.RELEASE
Release notes
Sourced from spring-core's releases.
v5.2.1.RELEASE
:star: New Features
- Support for limits on input stream processing in WebFlux codecs #23884
- Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
- Add RSocketRequester retrieveAndAwaitOrNull extension #23874
- Support unidirectional
@AliasForattribute mapping within an annotation #23834- Allow setting primary flag on BeanDefinitionBuilder #23794
- Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
- EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
- Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
- Handling of ResponseStatusException to also include setting of response headers #23741
- Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628
:beetle: Bug Fixes
- Reorder date formatting converter in registrar #23893
- Revisit
@Configuration(proxyBeanMethods = false) with qualified injection points #23887- Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
- WebClient onStatus order changed #23880
- TransactionalOperator::transactional does not close the transaction when cancelled #23864
- Remove unused type parameter declarations in XpathRequestMatchers #23860
- Remove unused type parameter declarations in MockMvc #23858
- Repeatable annotation container no longer found on custom composed annotation #23856
- Missing CORS headers defined in SockJS CORS configuration #23843
- Consider target transaction manager for traditional vs reactive transaction decision #23832
- InaccessibleObjectException after upgrading to Framework 5.2 #23829
- Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
- Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
- Preserve expires attribute in MockCookie #23769
- Regression: attribute override configured via
@AliasForno longer honored in annotation hierarchy #23767- spring 5.2 dist.zip naming issue #23745
- MockServletContext should treat InvalidPathException like an IOException #23717
:notebook_with_decorative_cover: Documentation
- Update Spring Boot references in testing documentation #23848
- Fix typo in rsocket doc #23762
- Fixes broken links to dev.java.net #23746
- Fix typo in web-uris doc #23739
- Update documentation for importing projects into Eclipse #23706
:hammer: Dependency Upgrades
- Upgrade to Reactor Dysprosium-SR1 #23871
:heart: Contributors
We'd like to thank all the contributors who worked on this release!
... (truncated)
Commits
21d751dRelease version 5.2.1.RELEASE89fc0f2Fix typo in docs2d208deClear connection pool for OkHttpClient3858a69Path RequestPredicate should honor servlet path95af079Document unidirectional @AliasFor attribute mapping support005d201Refine changes for PR64f2bebFixing NPE in AbstractNamedValueMethodArgumentResolverfd96788Use int for maxParts instead of long3691c18Preserve order of onStatus handlers74b7b55Make MBeanServer tests more robust- Additional commits viewable in compare view
Updates spring-beans from 4.3.7.RELEASE to 5.2.1.RELEASE
Release notes
Sourced from spring-beans's releases.
v5.2.1.RELEASE
:star: New Features
- Support for limits on input stream processing in WebFlux codecs #23884
- Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
- Add RSocketRequester retrieveAndAwaitOrNull extension #23874
- Support unidirectional
@AliasForattribute mapping within an annotation #23834- Allow setting primary flag on BeanDefinitionBuilder #23794
- Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
- EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
- Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
- Handling of ResponseStatusException to also include setting of response headers #23741
- Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628
:beetle: Bug Fixes
- Reorder date formatting converter in registrar #23893
- Revisit
@Configuration(proxyBeanMethods = false) with qualified injection points #23887- Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
- WebClient onStatus order changed #23880
- TransactionalOperator::transactional does not close the transaction when cancelled #23864
- Remove unused type parameter declarations in XpathRequestMatchers #23860
- Remove unused type parameter declarations in MockMvc #23858
- Repeatable annotation container no longer found on custom composed annotation #23856
- Missing CORS headers defined in SockJS CORS configuration #23843
- Consider target transaction manager for traditional vs reactive transaction decision #23832
- InaccessibleObjectException after upgrading to Framework 5.2 #23829
- Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
- Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
- Preserve expires attribute in MockCookie #23769
- Regression: attribute override configured via
@AliasForno longer honored in annotation hierarchy #23767- spring 5.2 dist.zip naming issue #23745
- MockServletContext should treat InvalidPathException like an IOException #23717
:notebook_with_decorative_cover: Documentation
- Update Spring Boot references in testing documentation #23848
- Fix typo in rsocket doc #23762
- Fixes broken links to dev.java.net #23746
- Fix typo in web-uris doc #23739
- Update documentation for importing projects into Eclipse #23706
:hammer: Dependency Upgrades
- Upgrade to Reactor Dysprosium-SR1 #23871
:heart: Contributors
We'd like to thank all the contributors who worked on this release!
... (truncated)
Commits
21d751dRelease version 5.2.1.RELEASE89fc0f2Fix typo in docs2d208deClear connection pool for OkHttpClient3858a69Path RequestPredicate should honor servlet path95af079Document unidirectional @AliasFor attribute mapping support005d201Refine changes for PR64f2bebFixing NPE in AbstractNamedValueMethodArgumentResolverfd96788Use int for maxParts instead of long3691c18Preserve order of onStatus handlers74b7b55Make MBeanServer tests more robust- Additional commits viewable in compare view
Updates spring-tx from 4.3.7.RELEASE to 5.2.1.RELEASE
Release notes
Sourced from spring-tx's releases.
v5.2.1.RELEASE
:star: New Features
- Support for limits on input stream processing in WebFlux codecs #23884
- Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
- Add RSocketRequester retrieveAndAwaitOrNull extension #23874
- Support unidirectional
@AliasForattribute mapping within an annotation #23834- Allow setting primary flag on BeanDefinitionBuilder #23794
- Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
- EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
- Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
- Handling of ResponseStatusException to also include setting of response headers #23741
- Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628
:beetle: Bug Fixes
- Reorder date formatting converter in registrar #23893
- Revisit
@Configuration(proxyBeanMethods = false) with qualified injection points #23887- Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
- WebClient onStatus order changed #23880
- TransactionalOperator::transactional does not close the transaction when cancelled #23864
- Remove unused type parameter declarations in XpathRequestMatchers #23860
- Remove unused type parameter declarations in MockMvc #23858
- Repeatable annotation container no longer found on custom composed annotation #23856
- Missing CORS headers defined in SockJS CORS configuration #23843
- Consider target transaction manager for traditional vs reactive transaction decision #23832
- InaccessibleObjectException after upgrading to Framework 5.2 #23829
- Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
- Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
- Preserve expires attribute in MockCookie #23769
- Regression: attribute override configured via
@AliasForno longer honored in annotation hierarchy #23767- spring 5.2 dist.zip naming issue #23745
- MockServletContext should treat InvalidPathException like an IOException #23717
:notebook_with_decorative_cover: Documentation
- Update Spring Boot references in testing documentation #23848
- Fix typo in rsocket doc #23762
- Fixes broken links to dev.java.net #23746
- Fix typo in web-uris doc #23739
- Update documentation for importing projects into Eclipse #23706
:hammer: Dependency Upgrades
- Upgrade to Reactor Dysprosium-SR1 #23871
:heart: Contributors
We'd like to thank all the contributors who worked on this release!
... (truncated)
Commits
21d751dRelease version 5.2.1.RELEASE89fc0f2Fix typo in docs2d208deClear connection pool for OkHttpClient3858a69Path RequestPredicate should honor servlet path95af079Document unidirectional @AliasFor attribute mapping support005d201Refine changes for PR64f2bebFixing NPE in AbstractNamedValueMethodArgumentResolverfd96788Use int for maxParts instead of long3691c18Preserve order of onStatus handlers74b7b55Make MBeanServer tests more robust- Additional commits viewable in compare view
Updates spring-context-support from 4.3.7.RELEASE to 5.2.1.RELEASE
Release notes
Sourced from spring-context-support's releases.
v5.2.1.RELEASE
:star: New Features
- Support for limits on input stream processing in WebFlux codecs #23884
- Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
- Add RSocketRequester retrieveAndAwaitOrNull extension #23874
- Support unidirectional
@AliasForattribute mapping within an annotation #23834- Allow setting primary flag on BeanDefinitionBuilder #23794
- Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
- EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
- Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
- Handling of ResponseStatusException to also include setting of response headers #23741
- Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628
:beetle: Bug Fixes
- Reorder date formatting converter in registrar #23893
- Revisit
@Configuration(proxyBeanMethods = false) with qualified injection points #23887- Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
- WebClient onStatus order changed #23880
- TransactionalOperator::transactional does not close the transaction when cancelled #23864
- Remove unused type parameter declarations in XpathRequestMatchers #23860
- Remove unused type parameter declarations in MockMvc #23858
- Repeatable annotation container no longer found on custom composed annotation #23856
- Missing CORS headers defined in SockJS CORS configuration #23843
- Consider target transaction manager for traditional vs reactive transaction decision #23832
- InaccessibleObjectException after upgrading to Framework 5.2 #23829
- Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
- Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
- Preserve expires attribute in MockCookie #23769
- Regression: attribute override configured via
@AliasForno longer honored in annotation hierarchy #23767- spring 5.2 dist.zip naming issue #23745
- MockServletContext should treat InvalidPathException like an IOException #23717
:notebook_with_decorative_cover: Documentation
- Update Spring Boot references in testing documentation #23848
- Fix typo in rsocket doc #23762
- Fixes broken links to dev.java.net #23746
- Fix typo in web-uris doc #23739
- Update documentation for importing projects into Eclipse #23706
:hammer: Dependency Upgrades
- Upgrade to Reactor Dysprosium-SR1 #23871
:heart: Contributors
We'd like to thank all the contributors who worked on this release!
... (truncated)
Commits
21d751dRelease version 5.2.1.RELEASE89fc0f2Fix typo in docs2d208deClear connection pool for OkHttpClient3858a69Path RequestPredicate should honor servlet path95af079Document unidirectional @AliasFor attribute mapping support005d201Refine changes for PR64f2bebFixing NPE in AbstractNamedValueMethodArgumentResolverfd96788Use int for maxParts instead of long3691c18Preserve order of onStatus handlers74b7b55Make MBeanServer tests more robust- Additional commits viewable in compare view
Updates spring-aop from 4.3.7.RELEASE to 5.2.1.RELEASE
Release notes
Sourced from spring-aop's releases.
v5.2.1.RELEASE
:star: New Features
- Support for limits on input stream processing in WebFlux codecs #23884
- Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
- Add RSocketRequester retrieveAndAwaitOrNull extension #23874
- Support unidirectional
@AliasForattribute mapping within an annotation #23834- Allow setting primary flag on BeanDefinitionBuilder #23794
- Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
- EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
- Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
- Handling of ResponseStatusException to also include setting of response headers #23741
- Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628
:beetle: Bug Fixes
- Reorder date formatting converter in registrar #23893
- Revisit
@Configuration(proxyBeanMethods = false) with qualified injection points #23887- Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
- WebClient onStatus order changed #23880
- TransactionalOperator::transactional does not close the transaction when cancelled #23864
- Remove unused type parameter declarations in XpathRequestMatchers #23860
- Remove unused type parameter declarations in MockMvc #23858
- Repeatable annotation container no longer found on custom composed annotation #23856
- Missing CORS headers defined in SockJS CORS configuration #23843
- Consider target transaction manager for traditional vs reactive transaction decision #23832
- InaccessibleObjectException after upgrading to Framework 5.2 #23829
- Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
- Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
- Preserve expires attribute in MockCookie #23769
- Regression: attribute override configured via
@AliasForno longer honored in annotation hierarchy #23767- spring 5.2 dist.zip naming issue #23745
- MockServletContext should treat InvalidPathException like an IOException #23717
:notebook_with_decorative_cover: Documentation
- Update Spring Boot references in testing documentation #23848
- Fix typo in rsocket doc #23762
- Fixes broken links to dev.java.net #23746
- Fix typo in web-uris doc #23739
- Update documentation for importing projects into Eclipse #23706
:hammer: Dependency Upgrades
- Upgrade to Reactor Dysprosium-SR1 #23871
:heart: Contributors
We'd like to thank all the contributors who worked on this release!
... (truncated)
Commits
21d751dRelease version 5.2.1.RELEASE89fc0f2Fix typo in docs2d208deClear connection pool for OkHttpClient3858a69Path RequestPredicate should honor servlet path95af079Document unidirectional @AliasFor attribute mapping support005d201Refine changes for PR64f2bebFixing NPE in AbstractNamedValueMethodArgumentResolverfd96788Use int for maxParts instead of long3691c18Preserve order of onStatus handlers74b7b55Make MBeanServer tests more robust- Additional commits viewable in compare view
Updates spring-jdbc from 4.3.7.RELEASE to 5.2.1.RELEASE
Release notes
Sourced from spring-jdbc's releases.
v5.2.1.RELEASE
:star: New Features
- Support for limits on input stream processing in WebFlux codecs #23884
- Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
- Add RSocketRequester retrieveAndAwaitOrNull extension #23874
- Support unidirectional
@AliasForattribute mapping within an annotation #23834- Allow setting primary flag on BeanDefinitionBuilder #23794
- Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
- EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
- Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
- Handling of ResponseStatusException to also include setting of response headers #23741
- Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628
:beetle: Bug Fixes
- Reorder date formatting converter in registrar #23893
- Revisit
@Configuration(proxyBeanMethods = false) with qualified injection points #23887- Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
- WebClient onStatus order changed #23880
- TransactionalOperator::transactional does not close the transaction when cancelled #23864
- Remove unused type parameter declarations in XpathRequestMatchers #23860
- Remove unused type parameter declarations in MockMvc #23858
- Repeatable annotation container no longer found on custom composed annotation #23856
- Missing CORS headers defined in SockJS CORS configuration #23843
- Consider target transaction manager for traditional vs reactive transaction decision #23832
- InaccessibleObjectException after upgrading to Framework 5.2 #23829
- Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
- Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
- Preserve expires attribute in MockCookie #23769
- Regression: attribute override configured via
@AliasForno longer honored in annotation hierarchy #23767- spring 5.2 dist.zip naming issue #23745
- MockServletContext should treat InvalidPathException like an IOException #23717
:notebook_with_decorative_cover: Documentation
- Update Spring Boot references in testing documentation #23848
- Fix typo in rsocket doc #23762
- Fixes broken links to dev.java.net #23746
- Fix typo in web-uris doc #23739
- Update documentation for importing projects into Eclipse #23706
:hammer: Dependency Upgrades
- Upgrade to Reactor Dysprosium-SR1 #23871
:heart: Contributors
We'd like to thank all the contributors who worked on this release!
... (truncated)
Commits
21d751dRelease version 5.2.1.RELEASE89fc0f2Fix typo in docs2d208deClear connection pool for OkHttpClient3858a69Path RequestPredicate should honor servlet path95af079Document unidirectional @AliasFor attribute mapping support005d201Refine changes for PR64f2bebFixing NPE in AbstractNamedValueMethodArgumentResolverfd96788Use int for maxParts instead of long3691c18Preserve order of onStatus handlers74b7b55Make MBeanServer tests more robust- Additional commits viewable in compare view
Updates spring-web from 4.3.7.RELEASE to 5.2.1.RELEASE
Release notes
Sourced from spring-web's releases.
v5.2.1.RELEASE
:star: New Features
- Support for limits on input stream processing in WebFlux codecs #23884
- Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
- Add RSocketRequester retrieveAndAwaitOrNull extension #23874
- Support unidirectional
@AliasForattribute mapping within an annotation #23834- Allow setting primary flag on BeanDefinitionBuilder #23794
- Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
- EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
- Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
- Handling of ResponseStatusException to also include setting of response headers #23741
- Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628
:beetle: Bug Fixes
- Reorder date formatting converter in registrar #23893
- Revisit
@Configuration(proxyBeanMethods = false) with qualified injection points #23887- Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
- WebClient onStatus order changed #23880
- TransactionalOperator::transactional does not close the transaction when cancelled #23864
- Remove unused type parameter declarations in XpathRequestMatchers #23860
- Remove unused type parameter declarations in MockMvc #23858
- Repeatable annotation container no longer found on custom composed annotation #23856
- Missing CORS headers defined in SockJS CORS configuration #23843
- Consider target transaction manager for traditional vs reactive transaction decision #23832
- InaccessibleObjectException after upgrading to Framework 5.2 #23829
- Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
- Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
- Preserve expires attribute in MockCookie #23769
- Regression: attribute override configured via
@AliasForno longer honored in annotation hierarchy #23767- spring 5.2 dist.zip naming issue #23745
- MockServletContext should treat InvalidPathException like an IOException #23717
:notebook_with_decorative_cover: Documentation
- Update Spring Boot references in testing documentation #23848
- Fix typo in rsocket doc #23762
- Fixes broken links to dev.java.net #23746
- Fix typo in web-uris doc #23739
- Update documentation for importing projects into Eclipse #23706
:hammer: Dependency Upgrades
- Upgrade to Reactor Dysprosium-SR1 #23871
:heart: Contributors
We'd like to thank all the contributors who worked on this release!
... (truncated)
Commits
21d751dRelease version 5.2.1.RELEASE89fc0f2Fix typo in docs2d208deClear connection pool for OkHttpClient3858a69Path RequestPredicate should honor servlet path95af079Document unidirectional @AliasFor attribute mapping support005d201Refine changes for PR64f2bebFixing NPE in AbstractNamedValueMethodArgumentResolverfd96788Use int for maxParts instead of long3691c18Preserve order of onStatus handlers74b7b55Make MBeanServer tests more robust- Additional commits viewable in compare view
Updates spring-oxm from 4.3.7.RELEASE to 5.2.1.RELEASE
Release notes
Sourced from spring-oxm's releases.
v5.2.1.RELEASE
:star: New Features
- Support for limits on input stream processing in WebFlux codecs #23884
- Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
- Add RSocketRequester retrieveAndAwaitOrNull extension #23874
- Support unidirectional
@AliasForattribute mapping within an annotation #23834- Allow setting primary flag on BeanDefinitionBuilder #23794
- Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
- EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
- Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
- Handling of ResponseStatusException to also include setting of response headers #23741
- Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628
:beetle: Bug Fixes
- Reorder date formatting converter in registrar #23893
- Revisit
@Configuration(proxyBeanMethods = false) with qualified injection points #23887- Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
- WebClient onStatus order changed #23880
- TransactionalOperator::transactional does not close the transaction when cancelled #23864
- Remove unused type parameter declarations in XpathRequestMatchers #23860
- Remove unused type parameter declarations in MockMvc #23858
- Repeatable annotation container no longer found on custom composed annotation #23856
- Missing CORS headers defined in SockJS CORS configuration #23843
- Consider target transaction manager for traditional vs reactive transaction decision #23832
- InaccessibleObjectException after upgrading to Framework 5.2 #23829
- Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
- Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
- Preserve expires attribute in MockCookie #23769
- Regression: attribute override configured via
@AliasForno longer honored in annotation hierarchy #23767- spring 5.2 dist.zip naming issue #23745
- MockServletContext should treat InvalidPathException like an IOException #23717
:notebook_with_decorative_cover: Documentation
- Update Spring Boot references in testing documentation #23848
- Fix typo in rsocket doc #23762
- Fixes broken links to dev.java.net #23746
- Fix typo in web-uris doc #23739
- Update documentation for importing projects into Eclipse #23706
:hammer: Dependency Upgrades
- Upgrade to Reactor Dysprosium-SR1 #23871
:heart: Contributors
We'd like to thank all the contributors who worked on this release!
... (truncated)
Commits
21d751dRelease version 5.2.1.RELEASE89fc0f2Fix typo in docs2d208deClear connection pool for OkHttpClient3858a69Path RequestPredicate should honor servlet path95af079Document unidirectional @AliasFor attribute mapping support005d201Refine changes for PR64f2bebFixing NPE in AbstractNamedValueMethodArgumentResolverfd96788Use int for maxParts instead of long3691c18Preserve order of onStatus handlers74b7b55Make MBeanServer tests more robust- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.