Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump spring-framework-bom from 5.2.7.RELEASE to 5.2.8.RELEASE #40

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2020

Bumps spring-framework-bom from 5.2.7.RELEASE to 5.2.8.RELEASE.

Release notes

Sourced from spring-framework-bom'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 compatibility score

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)

Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) 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[bot] <support@github.com>
@dependabot dependabot bot added infrastructure:dependencies Related to the dependencies of the project java labels Jul 22, 2020
@ingogriebsch
Copy link
Owner

@dependabot merge

@dependabot dependabot bot merged commit 5629d52 into master Jul 29, 2020
@dependabot dependabot bot deleted the dependabot/maven/org.springframework-spring-framework-bom-5.2.8.RELEASE branch July 29, 2020 10:10
@ingogriebsch ingogriebsch linked an issue Jul 29, 2020 that may be closed by this pull request
@ingogriebsch ingogriebsch added the type:improvement To make things better label Jul 31, 2020
@ingogriebsch ingogriebsch self-assigned this Jul 31, 2020
@ingogriebsch ingogriebsch added this to the 1.0.0-M2 milestone Jul 31, 2020
@ingogriebsch ingogriebsch removed this from the 1.0.0-M2 milestone Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure:dependencies Related to the dependencies of the project type:improvement To make things better
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump Spring Framework to version 5.2.8.RELEASE
1 participant