Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps spring.version from 5.2.7.RELEASE to 5.2.8.RELEASE.
Updates spring-test from 5.2.7.RELEASE to 5.2.8.RELEASE

Release notes

Sourced from spring-test's releases.

v5.2.8.RELEASE

⭐ 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

🪲 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

📔 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

🔨 Dependency upgrades

  • Upgrade to Reactor Dysprosium-SR10 #25376
  • Upgrade to nohttp 0.0.5 #25266

❤️ Contributors

We’d like to thank all the contributors who worked on our current release!

Commits
  • c23b1bd Release version 5.2.8.RELEASE
  • 1c83b3f Wording changes
  • 913eca9 ReactorNettyRequestUpgradeStrategy uses unique builder per request
  • 6c7f18e Upgrade to Jetty Reactive HttpClient 1.1.4
  • 64f4703 Defer creating logger in StandardWebSocketHandlerAdapter to instantiation time
  • eb032a5 Upgrade to Reactor Dysprosium-SR10
  • 65e6010 Copy queryParams MultiValueMap through addAll (for independent List entries)
  • f1345aa Defensively access existing beanDefinitionMap entries
  • 43e315f Unwrap SqlParameterValue for disposable value detection in cleanupParameters
  • 30bc5e0 Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal
  • Additional commits viewable in compare view

Updates spring-jdbc from 5.2.7.RELEASE to 5.2.8.RELEASE

Release notes

Sourced from spring-jdbc's releases.

v5.2.8.RELEASE

⭐ 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

🪲 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

📔 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

🔨 Dependency upgrades

  • Upgrade to Reactor Dysprosium-SR10 #25376
  • Upgrade to nohttp 0.0.5 #25266

❤️ Contributors

We’d like to thank all the contributors who worked on our current release!

Commits
  • c23b1bd Release version 5.2.8.RELEASE
  • 1c83b3f Wording changes
  • 913eca9 ReactorNettyRequestUpgradeStrategy uses unique builder per request
  • 6c7f18e Upgrade to Jetty Reactive HttpClient 1.1.4
  • 64f4703 Defer creating logger in StandardWebSocketHandlerAdapter to instantiation time
  • eb032a5 Upgrade to Reactor Dysprosium-SR10
  • 65e6010 Copy queryParams MultiValueMap through addAll (for independent List entries)
  • f1345aa Defensively access existing beanDefinitionMap entries
  • 43e315f Unwrap SqlParameterValue for disposable value detection in cleanupParameters
  • 30bc5e0 Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal
  • Additional commits viewable in compare view

Updates spring-beans from 5.2.7.RELEASE to 5.2.8.RELEASE

Release notes

Sourced from spring-beans's releases.

v5.2.8.RELEASE

⭐ 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

🪲 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

📔 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

🔨 Dependency upgrades

  • Upgrade to Reactor Dysprosium-SR10 #25376
  • Upgrade to nohttp 0.0.5 #25266

❤️ Contributors

We’d like to thank all the contributors who worked on our current release!

Commits
  • c23b1bd Release version 5.2.8.RELEASE
  • 1c83b3f Wording changes
  • 913eca9 ReactorNettyRequestUpgradeStrategy uses unique builder per request
  • 6c7f18e Upgrade to Jetty Reactive HttpClient 1.1.4
  • 64f4703 Defer creating logger in StandardWebSocketHandlerAdapter to instantiation time
  • eb032a5 Upgrade to Reactor Dysprosium-SR10
  • 65e6010 Copy queryParams MultiValueMap through addAll (for independent List entries)
  • f1345aa Defensively access existing beanDefinitionMap entries
  • 43e315f Unwrap SqlParameterValue for disposable value detection in cleanupParameters
  • 30bc5e0 Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal
  • Additional commits viewable in compare view

Updates spring-context from 5.2.7.RELEASE to 5.2.8.RELEASE

Release notes

Sourced from spring-context's releases.

v5.2.8.RELEASE

⭐ 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

🪲 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

📔 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

🔨 Dependency upgrades

  • Upgrade to Reactor Dysprosium-SR10 #25376
  • Upgrade to nohttp 0.0.5 #25266

❤️ Contributors

We’d like to thank all the contributors who worked on our current release!

Commits
  • c23b1bd Release version 5.2.8.RELEASE
  • 1c83b3f Wording changes
  • 913eca9 ReactorNettyRequestUpgradeStrategy uses unique builder per request
  • 6c7f18e Upgrade to Jetty Reactive HttpClient 1.1.4
  • 64f4703 Defer creating logger in StandardWebSocketHandlerAdapter to instantiation time
  • eb032a5 Upgrade to Reactor Dysprosium-SR10
  • 65e6010 Copy queryParams MultiValueMap through addAll (for independent List entries)
  • f1345aa Defensively access existing beanDefinitionMap entries
  • 43e315f Unwrap SqlParameterValue for disposable value detection in cleanupParameters
  • 30bc5e0 Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal
  • Additional commits viewable in compare view

Updates spring-orm from 5.2.7.RELEASE to 5.2.8.RELEASE

Release notes

Sourced from spring-orm's releases.

v5.2.8.RELEASE

⭐ 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

🪲 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

📔 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

🔨 Dependency upgrades

  • Upgrade to Reactor Dysprosium-SR10 #25376
  • Upgrade to nohttp 0.0.5 #25266

❤️ Contributors

We’d like to thank all the contributors who worked on our current release!

Commits
  • c23b1bd Release version 5.2.8.RELEASE
  • 1c83b3f Wording changes
  • 913eca9 ReactorNettyRequestUpgradeStrategy uses unique builder per request
  • 6c7f18e Upgrade to Jetty Reactive HttpClient 1.1.4
  • 64f4703 Defer creating logger in StandardWebSocketHandlerAdapter to instantiation time
  • eb032a5 Upgrade to Reactor Dysprosium-SR10
  • 65e6010 Copy queryParams MultiValueMap through addAll (for independent List entries)
  • f1345aa Defensively access existing beanDefinitionMap entries
  • 43e315f Unwrap SqlParameterValue for disposable value detection in cleanupParameters
  • 30bc5e0 Defensively 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `spring.version` from 5.2.7.RELEASE to 5.2.8.RELEASE.

Updates `spring-test` from 5.2.7.RELEASE to 5.2.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.7.RELEASE...v5.2.8.RELEASE)

Updates `spring-jdbc` from 5.2.7.RELEASE to 5.2.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.7.RELEASE...v5.2.8.RELEASE)

Updates `spring-beans` from 5.2.7.RELEASE to 5.2.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.7.RELEASE...v5.2.8.RELEASE)

Updates `spring-context` from 5.2.7.RELEASE to 5.2.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.7.RELEASE...v5.2.8.RELEASE)

Updates `spring-orm` from 5.2.7.RELEASE to 5.2.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.7.RELEASE...v5.2.8.RELEASE)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@robertericreeves robertericreeves merged commit d389ca7 into main Jul 22, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/spring.version-5.2.8.RELEASE branch July 22, 2020 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants