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
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](https://app.dependabot.com):
- 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)
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Bumps spring-context from 4.2.4.RELEASE to 5.2.8.RELEASE.
Release notes
Sourced from spring-context's releases.
Commits
c23b1bd
Release version 5.2.8.RELEASE1c83b3f
Wording changes913eca9
ReactorNettyRequestUpgradeStrategy uses unique builder per request6c7f18e
Upgrade to Jetty Reactive HttpClient 1.1.464f4703
Defer creating logger in StandardWebSocketHandlerAdapter to instantiation timeeb032a5
Upgrade to Reactor Dysprosium-SR1065e6010
Copy queryParams MultiValueMap through addAll (for independent List entries)f1345aa
Defensively access existing beanDefinitionMap entries43e315f
Unwrap SqlParameterValue for disposable value detection in cleanupParameters30bc5e0
Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversalDependabot 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](https://app.dependabot.com): - 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)