Commit dea97ee
authored
chore(deps): bump org.springframework:spring-webflux from 6.1.8 to 7.0.2 (#285)
Bumps
[org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework)
from 6.1.8 to 7.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-webflux's
releases</a>.</em></p>
<blockquote>
<h2>v7.0.2</h2>
<h2>:star: New Features</h2>
<ul>
<li>Avoid unnecessary list creation and processing in
<code>AbstractTestContextBootstrapper</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35995">#35995</a></li>
<li><code>AbstractTestContextBootstrapper</code> should resolve
<code>ContextLoader</code> only once <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35994">#35994</a></li>
<li>Log <code>RetryException</code> for <code>@retryable</code> methods
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35983">#35983</a></li>
<li>Consistently stop already started <code>Lifecycle</code> beans on
cancelled refresh <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35964">#35964</a></li>
<li>Support timeouts in <code>@retryable</code> and
<code>RetryPolicy</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35963">#35963</a></li>
<li>Use <code>==</code> instead of <code>instanceof</code> for primitive
array type checks <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35962">#35962</a></li>
<li>Introduce <code>MultiValueMapCollector</code> for use with streams
<a
href="https://redirect.github.com/spring-projects/spring-framework/pull/35958">#35958</a></li>
<li>Avoid package cycle caused by use of UriComponentsBuilder in
ServletServerHttpRequest <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35952">#35952</a></li>
<li>Target type in Converter interface should be <code>@nullable</code>
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35947">#35947</a></li>
<li>Provide access to attempt count in <code>RetryListener</code> as
well as callbacks for the initial attempt <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35940">#35940</a></li>
<li>DefaultHandshakeHandler should not log client faults on error level
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35930">#35930</a></li>
<li>Log warning when meta-annotation is ignored due to types not present
in classpath <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35927">#35927</a></li>
<li>Revise <code>ApplicationContext#getId()</code> nullability to
non-null <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35925">#35925</a></li>
<li>Use concurrent set behind reactive
<code>TransactionSynchronizationManager#registerSynchronization</code>
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35921">#35921</a></li>
<li>Refine
<code>AbstractKotlinSerializationHttpMessageConverter#canWrite</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35920">#35920</a></li>
<li>Register bean dependency for <code>Optional</code> injection point
as well <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35919">#35919</a></li>
<li>Change <code>canRead</code>/<code>canWrite</code> overrides to
<code>Class</code> ones in
<code>AbstractSmartHttpMessageConverter</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35916">#35916</a></li>
<li>Do not make HttpHeaders read-only in HttpEntity <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35888">#35888</a></li>
<li>Add WebFlux SSE support with GSON <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35884">#35884</a></li>
<li>Different ReactorNettyWebSocketSession call getId() may return the
same value <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35883">#35883</a></li>
<li>Refine nullability of <code>Assert#noNullElements</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/35868">#35868</a></li>
<li>Allow configuring default maxIdleTime on InMemoryWebSessionStore. <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/35866">#35866</a></li>
<li>Refine <code>BindingReflectionHintsRegistrar</code> with
<code>ObjectToObjectConverter</code> hints <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35847">#35847</a></li>
<li>Add <code>resetCaches()</code> method to general CacheManager
interface <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35845">#35845</a></li>
<li>Enhance handleTypeMismatch error message in
ResponseEntityExceptionHandler <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35837">#35837</a></li>
<li>Add support for package-private <code>BeanRegistrar</code> in Spring
AOT generated code <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35803">#35803</a></li>
<li>Use ExtendedServletRequestDataBinder/ExtendedWebExchangeDataBinder
for functional request binding <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35800">#35800</a></li>
<li>Expose Collection<!-- raw HTML omitted --> on FragmentsRendering to
facilitate Unit Tests <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35775">#35775</a></li>
<li>Improve i18n-support for NoResourceFoundException <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/35758">#35758</a></li>
<li>Cache resolved singleton beans in injected <code>Provider</code>
instance <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35373">#35373</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li><code>ContextConfigurationAttributes(Class)</code> constructor
incorrectly sets <code>inheritLocations</code> to <code>false</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36000">#36000</a></li>
<li>NullPointerException thrown from JdkClientHttpRequestFactory for
null request header value <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35996">#35996</a></li>
<li>State inconsistency in LazyConnectionDataSourceProxy when connection
settings fail <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35980">#35980</a></li>
<li>SubscriberInputStream#resume misuses parked thread reference <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/35978">#35978</a></li>
<li>Shared EntityManager returned by AbstractEntityManagerFactoryBean
cannot be advised by AspectJ interceptor <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35974">#35974</a></li>
<li>RestClient cannot make HEAD requests when the response declares gzip
Content-Encoding <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35966">#35966</a></li>
<li>ServerRequestObservationContext(s) miss Propagator.Getter method
implementation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35965">#35965</a></li>
<li>Jackson used instead of kotlinx.serialization for more complex types
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35960">#35960</a></li>
<li>Strong locking in
<code>ConcurrentReferenceHashMap#computeIfAbsent</code> may cause
context initialisation deadlock <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35944">#35944</a></li>
<li>BridgeMethodResolver change in 6.2.13 breaks Spring Data entity
introspection <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35936">#35936</a></li>
<li>DefaultMessageListenerContainer does not clear Session and
MessageConsumer for paused invokers <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35932">#35932</a></li>
<li>Tighten cacheable decision behind <code>@lazy</code> injection point
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35917">#35917</a></li>
<li>AOT-generated bean definition does not consider name of
<code>RuntimeBeanReference</code> using name and type <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35913">#35913</a></li>
<li>Accidental fallback match for Collection-type beans due to
<code>@bean</code>-level qualifier annotation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/35908">#35908</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/3591f1e9fbf5d81d1a0cee3d60c892ac21d83c67"><code>3591f1e</code></a>
Release v7.0.2</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/e2c9dc71386387df937fecc31113b0a02bb3ce18"><code>e2c9dc7</code></a>
Revert to previous behavior for 7.0.2 (based on Boot/Data impact)</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/1818161f5849bb348a8e1ebbd86d83a27ef64b18"><code>1818161</code></a>
Ensure bottom-up semantics in
resolveDefaultContextConfigurationAttributes()</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/8916ee9f8108317520731297a6f0285a665ae55a"><code>8916ee9</code></a>
Set inheritLocations to true in ContextConfigurationAttributes
constructor</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/d835fe311d20d5de103b8667d55592bf087be0f5"><code>d835fe3</code></a>
Do not send null HTTP header value in JdkClientHttpRequest</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/0eefac21c9304f1928de7afbfc190e773084a7d6"><code>0eefac2</code></a>
Polishing contribution</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/e99791f2894fed50179c7788592829dc5da54403"><code>e99791f</code></a>
Improve i18n-support for NoResourceFoundException.</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/658775b914ab753783bcf01762c882f5822f660f"><code>658775b</code></a>
Avoid unnecessary list creation & processing in
AbstractTestContextBootstrapper</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/ea7a1d789e6d07ae18e699c718cbf54dacfb91de"><code>ea7a1d7</code></a>
Resolve ContextLoader only once in AbstractTestContextBootstrapper</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/4ae471df017cd9416c8898c4dcb48fb408c8805f"><code>4ae471d</code></a>
Resolve all default context configuration within @Nested hierarchy</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v6.1.8...v7.0.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 724048f commit dea97ee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments