Bump spring_version from 3.2.18.RELEASE to 5.2.8.RELEASE in /code_reading/canal
Bumps spring_version from 3.2.18.RELEASE to 5.2.8.RELEASE.
Updates spring-core from 3.2.18.RELEASE to 5.2.8.RELEASE
Release notes
Sourced from spring-core's releases.
v5.2.8.RELEASE
:star: New Features
- Defer creating logger in StandardWebSocketHandlerAdapter #25427
- MutablePropertySources will not find or remove proxied sources #25369
- Profiles should be comparable when created via Profiles.of() #25340
- Avoid re-creating RSocketRequester instance per subscriber #25330
- Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution #25324
- Improve Random seed in SocketUtils #25321
- Support fragments in UriComponentsBuilder.fromHttpUrl() #25300
- Support for custom cache registration in CaffeineCacheManager #25230
- Don't get ContentCachingResponseWrapper in ShallowEtagHeaderFilter so that users can extend this wrapper #24976
- Unnecessarily alarming stack trace logged during scheduler resolution #23268
- Expose a setExceptionListener method in DefaultJmsListenerContainerFactory [SPR-17570] #22102
:beetle: Bug fixes
- UriComponentsBuilder.cloneBuilder() cause sharing query parameters between builders #25423
- SimpleJdbcCall does not find stored function with PostgreSQL driver 42.2.11 #25399
- MappingJackson2HttpMessageConverter might be too specific in its Charset support #25322
- ReactorNetty websocket issue for multiple clients with different protocols #25315
- Mutating a ServerHttpRequest breaks the existing context path #25279
- ServerHttpRequest.getSslInfo() always returns null for reactor-netty HTTP/2 requests #25278
- NoRollbackFor rule causes TransactionAspectSupport to log unwarranted "exception overridden" error on WebSphere #25253
- AbstractJackson2HttpMessageConverter - Check for encoding breaks JSON to POJO de-serialization experience #25247
- The AbstractTemplateViewResolver class is not abstract #25240
- WebClient: NPE and leak in case connection is reset by server. #25216
- Oracle LOB segments holding TEMP space after executing SP using SimpleJdbcCall with SqlParameterSource #22972
- IllegalReferenceCountException happens when the operation was canceled #22594
- DefaultListableBeanFactory.getBean(Class) may throw NoSuchBeanDefinitionException when removeBeanDefinition is being called simultaneously to remove an unrelated bean #22263
:notebook_with_decorative_cover: Documentation
- Clarify enforceInitMethod/enforceDestroyMethod default values in AbstractBeanDefinition #25402
- Improve JavaDoc for ConfigurableApplicationContext.refresh() #25380
- Fix interface and class names in examples in core-aop doc #25351
- Wording changes #25314
- Fix typo in Java example for handler class #25302
- Improve Javadoc for @Value regarding supported expressions #25284
- Fix syntax in validation examples #25251
- Document exception handling limitations in TaskDecorator implementations (specifically for ThreadPoolTaskExecutor#submit) #25231
:hammer: Dependency upgrades
:heart: Contributors
We’d like to thank all the contributors who worked on our current release!
Commits
c23b1bdRelease version 5.2.8.RELEASE1c83b3fWording changes913eca9ReactorNettyRequestUpgradeStrategy uses unique builder per request6c7f18eUpgrade to Jetty Reactive HttpClient 1.1.464f4703Defer creating logger in StandardWebSocketHandlerAdapter to instantiation timeeb032a5Upgrade to Reactor Dysprosium-SR1065e6010Copy queryParams MultiValueMap through addAll (for independent List entries)f1345aaDefensively access existing beanDefinitionMap entries43e315fUnwrap SqlParameterValue for disposable value detection in cleanupParameters30bc5e0Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal- Additional commits viewable in compare view
Updates spring-aop from 3.2.18.RELEASE to 5.2.8.RELEASE
Release notes
Sourced from spring-aop's releases.
v5.2.8.RELEASE
:star: New Features
- Defer creating logger in StandardWebSocketHandlerAdapter #25427
- MutablePropertySources will not find or remove proxied sources #25369
- Profiles should be comparable when created via Profiles.of() #25340
- Avoid re-creating RSocketRequester instance per subscriber #25330
- Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution #25324
- Improve Random seed in SocketUtils #25321
- Support fragments in UriComponentsBuilder.fromHttpUrl() #25300
- Support for custom cache registration in CaffeineCacheManager #25230
- Don't get ContentCachingResponseWrapper in ShallowEtagHeaderFilter so that users can extend this wrapper #24976
- Unnecessarily alarming stack trace logged during scheduler resolution #23268
- Expose a setExceptionListener method in DefaultJmsListenerContainerFactory [SPR-17570] #22102
:beetle: Bug fixes
- UriComponentsBuilder.cloneBuilder() cause sharing query parameters between builders #25423
- SimpleJdbcCall does not find stored function with PostgreSQL driver 42.2.11 #25399
- MappingJackson2HttpMessageConverter might be too specific in its Charset support #25322
- ReactorNetty websocket issue for multiple clients with different protocols #25315
- Mutating a ServerHttpRequest breaks the existing context path #25279
- ServerHttpRequest.getSslInfo() always returns null for reactor-netty HTTP/2 requests #25278
- NoRollbackFor rule causes TransactionAspectSupport to log unwarranted "exception overridden" error on WebSphere #25253
- AbstractJackson2HttpMessageConverter - Check for encoding breaks JSON to POJO de-serialization experience #25247
- The AbstractTemplateViewResolver class is not abstract #25240
- WebClient: NPE and leak in case connection is reset by server. #25216
- Oracle LOB segments holding TEMP space after executing SP using SimpleJdbcCall with SqlParameterSource #22972
- IllegalReferenceCountException happens when the operation was canceled #22594
- DefaultListableBeanFactory.getBean(Class) may throw NoSuchBeanDefinitionException when removeBeanDefinition is being called simultaneously to remove an unrelated bean #22263
:notebook_with_decorative_cover: Documentation
- Clarify enforceInitMethod/enforceDestroyMethod default values in AbstractBeanDefinition #25402
- Improve JavaDoc for ConfigurableApplicationContext.refresh() #25380
- Fix interface and class names in examples in core-aop doc #25351
- Wording changes #25314
- Fix typo in Java example for handler class #25302
- Improve Javadoc for @Value regarding supported expressions #25284
- Fix syntax in validation examples #25251
- Document exception handling limitations in TaskDecorator implementations (specifically for ThreadPoolTaskExecutor#submit) #25231
:hammer: Dependency upgrades
:heart: Contributors
We’d like to thank all the contributors who worked on our current release!
Commits
c23b1bdRelease version 5.2.8.RELEASE1c83b3fWording changes913eca9ReactorNettyRequestUpgradeStrategy uses unique builder per request6c7f18eUpgrade to Jetty Reactive HttpClient 1.1.464f4703Defer creating logger in StandardWebSocketHandlerAdapter to instantiation timeeb032a5Upgrade to Reactor Dysprosium-SR1065e6010Copy queryParams MultiValueMap through addAll (for independent List entries)f1345aaDefensively access existing beanDefinitionMap entries43e315fUnwrap SqlParameterValue for disposable value detection in cleanupParameters30bc5e0Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal- Additional commits viewable in compare view
Updates spring-context from 3.2.18.RELEASE to 5.2.8.RELEASE
Release notes
Sourced from spring-context's releases.
v5.2.8.RELEASE
:star: New Features
- Defer creating logger in StandardWebSocketHandlerAdapter #25427
- MutablePropertySources will not find or remove proxied sources #25369
- Profiles should be comparable when created via Profiles.of() #25340
- Avoid re-creating RSocketRequester instance per subscriber #25330
- Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution #25324
- Improve Random seed in SocketUtils #25321
- Support fragments in UriComponentsBuilder.fromHttpUrl() #25300
- Support for custom cache registration in CaffeineCacheManager #25230
- Don't get ContentCachingResponseWrapper in ShallowEtagHeaderFilter so that users can extend this wrapper #24976
- Unnecessarily alarming stack trace logged during scheduler resolution #23268
- Expose a setExceptionListener method in DefaultJmsListenerContainerFactory [SPR-17570] #22102
:beetle: Bug fixes
- UriComponentsBuilder.cloneBuilder() cause sharing query parameters between builders #25423
- SimpleJdbcCall does not find stored function with PostgreSQL driver 42.2.11 #25399
- MappingJackson2HttpMessageConverter might be too specific in its Charset support #25322
- ReactorNetty websocket issue for multiple clients with different protocols #25315
- Mutating a ServerHttpRequest breaks the existing context path #25279
- ServerHttpRequest.getSslInfo() always returns null for reactor-netty HTTP/2 requests #25278
- NoRollbackFor rule causes TransactionAspectSupport to log unwarranted "exception overridden" error on WebSphere #25253
- AbstractJackson2HttpMessageConverter - Check for encoding breaks JSON to POJO de-serialization experience #25247
- The AbstractTemplateViewResolver class is not abstract #25240
- WebClient: NPE and leak in case connection is reset by server. #25216
- Oracle LOB segments holding TEMP space after executing SP using SimpleJdbcCall with SqlParameterSource #22972
- IllegalReferenceCountException happens when the operation was canceled #22594
- DefaultListableBeanFactory.getBean(Class) may throw NoSuchBeanDefinitionException when removeBeanDefinition is being called simultaneously to remove an unrelated bean #22263
:notebook_with_decorative_cover: Documentation
- Clarify enforceInitMethod/enforceDestroyMethod default values in AbstractBeanDefinition #25402
- Improve JavaDoc for ConfigurableApplicationContext.refresh() #25380
- Fix interface and class names in examples in core-aop doc #25351
- Wording changes #25314
- Fix typo in Java example for handler class #25302
- Improve Javadoc for @Value regarding supported expressions #25284
- Fix syntax in validation examples #25251
- Document exception handling limitations in TaskDecorator implementations (specifically for ThreadPoolTaskExecutor#submit) #25231
:hammer: Dependency upgrades
:heart: Contributors
We’d like to thank all the contributors who worked on our current release!
Commits
c23b1bdRelease version 5.2.8.RELEASE1c83b3fWording changes913eca9ReactorNettyRequestUpgradeStrategy uses unique builder per request6c7f18eUpgrade to Jetty Reactive HttpClient 1.1.464f4703Defer creating logger in StandardWebSocketHandlerAdapter to instantiation timeeb032a5Upgrade to Reactor Dysprosium-SR1065e6010Copy queryParams MultiValueMap through addAll (for independent List entries)f1345aaDefensively access existing beanDefinitionMap entries43e315fUnwrap SqlParameterValue for disposable value detection in cleanupParameters30bc5e0Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal- Additional commits viewable in compare view
Updates spring-jdbc from 3.2.18.RELEASE to 5.2.8.RELEASE
Release notes
Sourced from spring-jdbc's releases.
v5.2.8.RELEASE
:star: New Features
- Defer creating logger in StandardWebSocketHandlerAdapter #25427
- MutablePropertySources will not find or remove proxied sources #25369
- Profiles should be comparable when created via Profiles.of() #25340
- Avoid re-creating RSocketRequester instance per subscriber #25330
- Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution #25324
- Improve Random seed in SocketUtils #25321
- Support fragments in UriComponentsBuilder.fromHttpUrl() #25300
- Support for custom cache registration in CaffeineCacheManager #25230
- Don't get ContentCachingResponseWrapper in ShallowEtagHeaderFilter so that users can extend this wrapper #24976
- Unnecessarily alarming stack trace logged during scheduler resolution #23268
- Expose a setExceptionListener method in DefaultJmsListenerContainerFactory [SPR-17570] #22102
:beetle: Bug fixes
- UriComponentsBuilder.cloneBuilder() cause sharing query parameters between builders #25423
- SimpleJdbcCall does not find stored function with PostgreSQL driver 42.2.11 #25399
- MappingJackson2HttpMessageConverter might be too specific in its Charset support #25322
- ReactorNetty websocket issue for multiple clients with different protocols #25315
- Mutating a ServerHttpRequest breaks the existing context path #25279
- ServerHttpRequest.getSslInfo() always returns null for reactor-netty HTTP/2 requests #25278
- NoRollbackFor rule causes TransactionAspectSupport to log unwarranted "exception overridden" error on WebSphere #25253
- AbstractJackson2HttpMessageConverter - Check for encoding breaks JSON to POJO de-serialization experience #25247
- The AbstractTemplateViewResolver class is not abstract #25240
- WebClient: NPE and leak in case connection is reset by server. #25216
- Oracle LOB segments holding TEMP space after executing SP using SimpleJdbcCall with SqlParameterSource #22972
- IllegalReferenceCountException happens when the operation was canceled #22594
- DefaultListableBeanFactory.getBean(Class) may throw NoSuchBeanDefinitionException when removeBeanDefinition is being called simultaneously to remove an unrelated bean #22263
:notebook_with_decorative_cover: Documentation
- Clarify enforceInitMethod/enforceDestroyMethod default values in AbstractBeanDefinition #25402
- Improve JavaDoc for ConfigurableApplicationContext.refresh() #25380
- Fix interface and class names in examples in core-aop doc #25351
- Wording changes #25314
- Fix typo in Java example for handler class #25302
- Improve Javadoc for @Value regarding supported expressions #25284
- Fix syntax in validation examples #25251
- Document exception handling limitations in TaskDecorator implementations (specifically for ThreadPoolTaskExecutor#submit) #25231
:hammer: Dependency upgrades
:heart: Contributors
We’d like to thank all the contributors who worked on our current release!
Commits
c23b1bdRelease version 5.2.8.RELEASE1c83b3fWording changes913eca9ReactorNettyRequestUpgradeStrategy uses unique builder per request6c7f18eUpgrade to Jetty Reactive HttpClient 1.1.464f4703Defer creating logger in StandardWebSocketHandlerAdapter to instantiation timeeb032a5Upgrade to Reactor Dysprosium-SR1065e6010Copy queryParams MultiValueMap through addAll (for independent List entries)f1345aaDefensively access existing beanDefinitionMap entries43e315fUnwrap SqlParameterValue for disposable value detection in cleanupParameters30bc5e0Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal- Additional commits viewable in compare view
Updates spring-orm from 3.2.18.RELEASE to 5.2.8.RELEASE
Release notes
Sourced from spring-orm's releases.
v5.2.8.RELEASE
:star: New Features
- Defer creating logger in StandardWebSocketHandlerAdapter #25427
- MutablePropertySources will not find or remove proxied sources #25369
- Profiles should be comparable when created via Profiles.of() #25340
- Avoid re-creating RSocketRequester instance per subscriber #25330
- Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution #25324
- Improve Random seed in SocketUtils #25321
- Support fragments in UriComponentsBuilder.fromHttpUrl() #25300
- Support for custom cache registration in CaffeineCacheManager #25230
- Don't get ContentCachingResponseWrapper in ShallowEtagHeaderFilter so that users can extend this wrapper #24976
- Unnecessarily alarming stack trace logged during scheduler resolution #23268
- Expose a setExceptionListener method in DefaultJmsListenerContainerFactory [SPR-17570] #22102
:beetle: Bug fixes
- UriComponentsBuilder.cloneBuilder() cause sharing query parameters between builders #25423
- SimpleJdbcCall does not find stored function with PostgreSQL driver 42.2.11 #25399
- MappingJackson2HttpMessageConverter might be too specific in its Charset support #25322
- ReactorNetty websocket issue for multiple clients with different protocols #25315
- Mutating a ServerHttpRequest breaks the existing context path #25279
- ServerHttpRequest.getSslInfo() always returns null for reactor-netty HTTP/2 requests #25278
- NoRollbackFor rule causes TransactionAspectSupport to log unwarranted "exception overridden" error on WebSphere #25253
- AbstractJackson2HttpMessageConverter - Check for encoding breaks JSON to POJO de-serialization experience #25247
- The AbstractTemplateViewResolver class is not abstract #25240
- WebClient: NPE and leak in case connection is reset by server. #25216
- Oracle LOB segments holding TEMP space after executing SP using SimpleJdbcCall with SqlParameterSource #22972
- IllegalReferenceCountException happens when the operation was canceled #22594
- DefaultListableBeanFactory.getBean(Class) may throw NoSuchBeanDefinitionException when removeBeanDefinition is being called simultaneously to remove an unrelated bean #22263
:notebook_with_decorative_cover: Documentation
- Clarify enforceInitMethod/enforceDestroyMethod default values in AbstractBeanDefinition #25402
- Improve JavaDoc for ConfigurableApplicationContext.refresh() #25380
- Fix interface and class names in examples in core-aop doc #25351
- Wording changes #25314
- Fix typo in Java example for handler class #25302
- Improve Javadoc for @Value regarding supported expressions #25284
- Fix syntax in validation examples #25251
- Document exception handling limitations in TaskDecorator implementations (specifically for ThreadPoolTaskExecutor#submit) #25231
:hammer: Dependency upgrades
:heart: Contributors
We’d like to thank all the contributors who worked on our current release!
Commits
c23b1bdRelease version 5.2.8.RELEASE1c83b3fWording changes913eca9ReactorNettyRequestUpgradeStrategy uses unique builder per request6c7f18eUpgrade to Jetty Reactive HttpClient 1.1.464f4703Defer creating logger in StandardWebSocketHandlerAdapter to instantiation timeeb032a5Upgrade to Reactor Dysprosium-SR1065e6010Copy queryParams MultiValueMap through addAll (for independent List entries)f1345aaDefensively access existing beanDefinitionMap entries43e315fUnwrap SqlParameterValue for disposable value detection in cleanupParameters30bc5e0Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal- Additional commits viewable in compare view
Updates spring-test from 3.2.18.RELEASE to 5.2.8.RELEASE
Release notes
Sourced from spring-test's releases.
v5.2.8.RELEASE
:star: New Features
- Defer creating logger in StandardWebSocketHandlerAdapter #25427
- MutablePropertySources will not find or remove proxied sources #25369
- Profiles should be comparable when created via Profiles.of() #25340
- Avoid re-creating RSocketRequester instance per subscriber #25330
- Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution #25324
- Improve Random seed in SocketUtils #25321
- Support fragments in UriComponentsBuilder.fromHttpUrl() #25300
- Support for custom cache registration in CaffeineCacheManager #25230
- Don't get ContentCachingResponseWrapper in ShallowEtagHeaderFilter so that users can extend this wrapper #24976
- Unnecessarily alarming stack trace logged during scheduler resolution #23268
- Expose a setExceptionListener method in DefaultJmsListenerContainerFactory [SPR-17570] #22102
:beetle: Bug fixes
- UriComponentsBuilder.cloneBuilder() cause sharing query parameters between builders #25423
- SimpleJdbcCall does not find stored function with PostgreSQL driver 42.2.11 #25399
- MappingJackson2HttpMessageConverter might be too specific in its Charset support #25322
- ReactorNetty websocket issue for multiple clients with different protocols #25315
- Mutating a ServerHttpRequest breaks the existing context path #25279
- ServerHttpRequest.getSslInfo() always returns null for reactor-netty HTTP/2 requests #25278
- NoRollbackFor rule causes TransactionAspectSupport to log unwarranted "exception overridden" error on WebSphere #25253
- AbstractJackson2HttpMessageConverter - Check for encoding breaks JSON to POJO de-serialization experience #25247
- The AbstractTemplateViewResolver class is not abstract #25240
- WebClient: NPE and leak in case connection is reset by server. #25216
- Oracle LOB segments holding TEMP space after executing SP using SimpleJdbcCall with SqlParameterSource #22972
- IllegalReferenceCountException happens when the operation was canceled #22594
- DefaultListableBeanFactory.getBean(Class) may throw NoSuchBeanDefinitionException when removeBeanDefinition is being called simultaneously to remove an unrelated bean #22263
:notebook_with_decorative_cover: Documentation
- Clarify enforceInitMethod/enforceDestroyMethod default values in AbstractBeanDefinition #25402
- Improve JavaDoc for ConfigurableApplicationContext.refresh() #25380
- Fix interface and class names in examples in core-aop doc #25351
- Wording changes #25314
- Fix typo in Java example for handler class #25302
- Improve Javadoc for @Value regarding supported expressions #25284
- Fix syntax in validation examples #25251
- Document exception handling limitations in TaskDecorator implementations (specifically for ThreadPoolTaskExecutor#submit) #25231
:hammer: Dependency upgrades
:heart: Contributors
We’d like to thank all the contributors who worked on our current release!
Commits
c23b1bdRelease version 5.2.8.RELEASE1c83b3fWording changes913eca9ReactorNettyRequestUpgradeStrategy uses unique builder per request6c7f18eUpgrade to Jetty Reactive HttpClient 1.1.464f4703Defer creating logger in StandardWebSocketHandlerAdapter to instantiation timeeb032a5Upgrade to Reactor Dysprosium-SR1065e6010Copy queryParams MultiValueMap through addAll (for independent List entries)f1345aaDefensively access existing beanDefinitionMap entries43e315fUnwrap SqlParameterValue for disposable value detection in cleanupParameters30bc5e0Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal- 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 closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor 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.