Actuator @ReadOperation on Flux cancels request after first element emitted #30095
No metrics are bound for R2DBC ConnectionPools that have been wrapped #30090
Unnecessary allocations in Prometheus scraping endpoint #30085
Condition evaluation report entry for a @ConditionalOnSingleCandidate that does not match due to multiple primary beans isn't as clear as it could be #30073
Generated password are logged without an "unsuitable for production use" note #30061
Files in META-INF are not found when deploying a Gradle-built executable war to a servlet container #30026
spring-boot-configuration-processor fails compilation due to @DefaultValue with a long value and generates invalid metadata for byte and short properties with out-of-range default values #30020
Dependency management for Netty tcNative is incomplete leading to possible version conflicts #30010
Dependency management for Apache Kafka is incomplete #29023
📔 Documentation
Fix JsonSerializer example in reference guide #30329
Default value of spring.thymeleaf.reactive.media-types is not documented #30280
Add Netty in "Enable HTTP Response Compression" #30234
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
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from RELEASE to 2.5.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-starter-web's releases</a>.</em></p>
<blockquote>
<h2>v2.5.12</h2>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is not on the classpath <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/30456">#30456</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Javadoc of org.springframework.boot.gradle.plugin.ResolveMainClassName.setClasspath(Object) is inaccurate <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30468">#30468</a></li>
<li>Document that <code>@DefaultValue</code> can be used on a record component <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30460">#30460</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Jackson Bom 2.12.6.20220326 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30477">#30477</a></li>
<li>Upgrade to Spring Framework 5.3.18 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30491">#30491</a></li>
</ul>
<h2>:heart: Contributors</h2>
<p>We'd like to thank all the contributors who worked on this release!</p>
<ul>
<li><a href="https://github.com/quaff"><code>@quaff</code></a></li>
<li><a href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li><a href="https://github.com/candrews"><code>@candrews</code></a></li>
</ul>
<h2>v2.5.11</h2>
<h2>:star: New Features</h2>
<ul>
<li>Add EIGHTEEN to JavaVersion enum <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/29524">#29524</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Thymeleaf auto-configuration in a reactive application can fail due to duplicate templateEngine beans <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30384">#30384</a></li>
<li>ConfigurationPropertyName#equals is not symmetric when adapt has removed trailing characters from an element <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30317">#30317</a></li>
<li>server.tomcat.keep-alive-timeout is not applied to HTTP/2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30267">#30267</a></li>
<li>Setting spring.mustache.enabled to false has no effect <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30250">#30250</a></li>
<li>bootWar is configured eagerly <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30211">#30211</a></li>
<li>Actuator <code>@ReadOperation</code> on Flux cancels request after first element emitted <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30095">#30095</a></li>
<li>No metrics are bound for R2DBC ConnectionPools that have been wrapped <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30090">#30090</a></li>
<li>Unnecessary allocations in Prometheus scraping endpoint <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/30085">#30085</a></li>
<li>Condition evaluation report entry for a <code>@ConditionalOnSingleCandidate</code> that does not match due to multiple primary beans isn't as clear as it could be <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30073">#30073</a></li>
<li>Generated password are logged without an "unsuitable for production use" note <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30061">#30061</a></li>
<li>Files in META-INF are not found when deploying a Gradle-built executable war to a servlet container <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30026">#30026</a></li>
<li>spring-boot-configuration-processor fails compilation due to <code>@DefaultValue</code> with a long value and generates invalid metadata for byte and short properties with out-of-range default values <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30020">#30020</a></li>
<li>Dependency management for Netty tcNative is incomplete leading to possible version conflicts <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30010">#30010</a></li>
<li>Dependency management for Apache Kafka is incomplete <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/29023">#29023</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Fix JsonSerializer example in reference guide <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/30329">#30329</a></li>
<li>Default value of spring.thymeleaf.reactive.media-types is not documented <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/30280">#30280</a></li>
<li>Add Netty in "Enable HTTP Response Compression" <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/30234">#30234</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/spring-projects/spring-boot/commits/v2.5.12">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 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
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/aminecmi/cartes/network/alerts).
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps spring-boot-starter-web from RELEASE to 2.5.12.
Release notes
Sourced from spring-boot-starter-web's releases.
... (truncated)
Commits
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 languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Pull request closed