Commit b7e5a53
authored
chore(deps): update spring boot to v2.7.15 (GoogleCloudPlatform#8583)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.springframework.boot:spring-boot-maven-plugin](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.7.14` -> `2.7.15` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [org.springframework.boot:spring-boot-dependencies](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.7.14` -> `2.7.15` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.7.14` -> `2.7.15` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| org.springframework.boot | `2.7.14` -> `2.7.15` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-maven-plugin)</summary>
### [`v2.7.15`](https://togithub.com/spring-projects/spring-boot/releases/tag/v2.7.15)
[Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.7.14...v2.7.15)
#### 🐞 Bug Fixes
- Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false [#&GoogleCloudPlatform#8203;36767](https://togithub.com/spring-projects/spring-boot/pull/36767)
- server.max-http-request-header-size doesn't affect Netty server with http2 enabled [#&GoogleCloudPlatform#8203;36766](https://togithub.com/spring-projects/spring-boot/pull/36766)
- LogbackLoggingSystem does not report suppressed exception details [#&GoogleCloudPlatform#8203;36645](https://togithub.com/spring-projects/spring-boot/issues/36645)
- RabbitMQ smoke test is missing a test [#&GoogleCloudPlatform#8203;36610](https://togithub.com/spring-projects/spring-boot/issues/36610)
- Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols [#&GoogleCloudPlatform#8203;36572](https://togithub.com/spring-projects/spring-boot/pull/36572)
- Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported [#&GoogleCloudPlatform#8203;36507](https://togithub.com/spring-projects/spring-boot/pull/36507)
- management.metrics.export.wavefront properties are incomplete [#&GoogleCloudPlatform#8203;36498](https://togithub.com/spring-projects/spring-boot/issues/36498)
- management.metrics.export.signalfx properties are incomplete [#&GoogleCloudPlatform#8203;36497](https://togithub.com/spring-projects/spring-boot/issues/36497)
- management.metrics.export.atlas properties are incomplete [#&GoogleCloudPlatform#8203;36496](https://togithub.com/spring-projects/spring-boot/issues/36496)
- Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory [#&GoogleCloudPlatform#8203;36386](https://togithub.com/spring-projects/spring-boot/issues/36386)
- JobLauncherApplicationRunner returns a success exit code even when no jobs have been run [#&GoogleCloudPlatform#8203;36060](https://togithub.com/spring-projects/spring-boot/pull/36060)
- DatabaseDriver swallows real exception [#&GoogleCloudPlatform#8203;34728](https://togithub.com/spring-projects/spring-boot/issues/34728)
- Application Context initialized twice during test when exception thrown during initialization [#&GoogleCloudPlatform#8203;24888](https://togithub.com/spring-projects/spring-boot/issues/24888)
#### 📔 Documentation
- Maven plugin docs contain invalid parameter for image building [#&GoogleCloudPlatform#8203;37048](https://togithub.com/spring-projects/spring-boot/issues/37048)
- Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes [#&GoogleCloudPlatform#8203;36965](https://togithub.com/spring-projects/spring-boot/pull/36965)
- Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class [#&GoogleCloudPlatform#8203;36614](https://togithub.com/spring-projects/spring-boot/pull/36614)
- `@since` is missing from javadoc of values added to JavaVersion since its introduction [#&GoogleCloudPlatform#8203;36608](https://togithub.com/spring-projects/spring-boot/issues/36608)
- Document that server.forward-headers-strategy property defaults to native when running on Kubernetes [#&GoogleCloudPlatform#8203;36564](https://togithub.com/spring-projects/spring-boot/pull/36564)
- Clarify the effect of using `@EnableWebMvc` [#&GoogleCloudPlatform#8203;36506](https://togithub.com/spring-projects/spring-boot/issues/36506)
- Documentation of spring.redis.url incorrectly states that it does not override spring.redis.user [#&GoogleCloudPlatform#8203;36477](https://togithub.com/spring-projects/spring-boot/pull/36477)
- Improve documentation to describe how `@EntityScan` and `@Enable?Repositories` can be used to tune scanning [#&GoogleCloudPlatform#8203;36282](https://togithub.com/spring-projects/spring-boot/issues/36282)
- Document that scripts for database initialization are optional by default and how they can be made mandatory [#&GoogleCloudPlatform#8203;36176](https://togithub.com/spring-projects/spring-boot/issues/36176)
- Document `@DataR2dbcTest` support [#&GoogleCloudPlatform#8203;35014](https://togithub.com/spring-projects/spring-boot/issues/35014)
- Update expected size of the jar file in the first application getting started documentation [#&GoogleCloudPlatform#8203;34514](https://togithub.com/spring-projects/spring-boot/issues/34514)
- Improve documentation of spring.cache.type=none [#&GoogleCloudPlatform#8203;33694](https://togithub.com/spring-projects/spring-boot/issues/33694)
- Clarify that spring.security.filter properties only apply to servlet-based web apps [#&GoogleCloudPlatform#8203;33551](https://togithub.com/spring-projects/spring-boot/issues/33551)
- Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension [#&GoogleCloudPlatform#8203;32562](https://togithub.com/spring-projects/spring-boot/issues/32562)
- Documentation describes how to opt in to using the path pattern parser but it's now the default [#&GoogleCloudPlatform#8203;32557](https://togithub.com/spring-projects/spring-boot/issues/32557)
- Clarify table that shows how logging properties are transferred to system properties [#&GoogleCloudPlatform#8203;32160](https://togithub.com/spring-projects/spring-boot/issues/32160)
- Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data [#&GoogleCloudPlatform#8203;29694](https://togithub.com/spring-projects/spring-boot/issues/29694)
- Clarify how nested directories are treated for configtree with wildcards [#&GoogleCloudPlatform#8203;28203](https://togithub.com/spring-projects/spring-boot/issues/28203)
- Document defaults for spring.mvc.format.\* and spring.webflux.format.\* properties [#&GoogleCloudPlatform#8203;30041](https://togithub.com/spring-projects/spring-boot/issues/30041)
#### 🔨 Dependency Upgrades
- Upgrade to Elasticsearch 7.17.12 [#&GoogleCloudPlatform#8203;36870](https://togithub.com/spring-projects/spring-boot/issues/36870)
- Upgrade to Groovy 3.0.19 [#&GoogleCloudPlatform#8203;37055](https://togithub.com/spring-projects/spring-boot/issues/37055)
- Upgrade to MariaDB 3.1.4 [#&GoogleCloudPlatform#8203;36394](https://togithub.com/spring-projects/spring-boot/issues/36394)
- Upgrade to Micrometer 1.9.14 [#&GoogleCloudPlatform#8203;36824](https://togithub.com/spring-projects/spring-boot/issues/36824)
- Upgrade to Netty 4.1.97.Final [#&GoogleCloudPlatform#8203;37085](https://togithub.com/spring-projects/spring-boot/issues/37085)
- Upgrade to Reactor Bom 2020.0.35 [#&GoogleCloudPlatform#8203;36825](https://togithub.com/spring-projects/spring-boot/issues/36825)
- Upgrade to Spring AMQP 2.4.15 [#&GoogleCloudPlatform#8203;36826](https://togithub.com/spring-projects/spring-boot/issues/36826)
- Upgrade to Spring Batch 4.3.9 [#&GoogleCloudPlatform#8203;36827](https://togithub.com/spring-projects/spring-boot/issues/36827)
- Upgrade to Spring Data Bom 2021.2.15 [#&GoogleCloudPlatform#8203;36828](https://togithub.com/spring-projects/spring-boot/issues/36828)
- Upgrade to Tomcat 9.0.79 [#&GoogleCloudPlatform#8203;36992](https://togithub.com/spring-projects/spring-boot/issues/36992)
- Upgrade to Undertow 2.2.26.Final [#&GoogleCloudPlatform#8203;37029](https://togithub.com/spring-projects/spring-boot/issues/37029)
#### ❤️ Contributors
Thank you to all the contributors who worked on this release:
[@&GoogleCloudPlatform#8203;MahatmaFatalError](https://togithub.com/MahatmaFatalError), [@&GoogleCloudPlatform#8203;NersesAM](https://togithub.com/NersesAM), [@&GoogleCloudPlatform#8203;chicobento](https://togithub.com/chicobento), [@&GoogleCloudPlatform#8203;dependabot](https://togithub.com/dependabot)\[bot], [@&GoogleCloudPlatform#8203;dreis2211](https://togithub.com/dreis2211), [@&GoogleCloudPlatform#8203;eddumelendez](https://togithub.com/eddumelendez), [@&GoogleCloudPlatform#8203;elevne](https://togithub.com/elevne), [@&GoogleCloudPlatform#8203;fzyzcjy](https://togithub.com/fzyzcjy), [@&GoogleCloudPlatform#8203;itsAkshayDubey](https://togithub.com/itsAkshayDubey), [@&GoogleCloudPlatform#8203;izeye](https://togithub.com/izeye), [@&GoogleCloudPlatform#8203;msobeck](https://togithub.com/msobeck), [@&GoogleCloudPlatform#8203;rob-valor](https://togithub.com/rob-valor), [@&GoogleCloudPlatform#8203;spa-abaudat](https://togithub.com/spa-abaudat), and [@&GoogleCloudPlatform#8203;vpavic](https://togithub.com/vpavic)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/java-docs-samples).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->1 parent 8f24705 commit b7e5a53
File tree
21 files changed
+22
-22
lines changed- appengine-java11
- springboot-helloworld
- tasks-handler
- appengine-java8/springboot-helloworld
- cloud-sql/r2dbc
- flexible
- java-11
- analytics
- cloudstorage
- datastore
- pubsub
- springboot-helloworld
- static-files
- websocket-jetty
- java-8/helloworld-springboot
- monitoring/prometheus
- pubsub/spring
- recaptcha_enterprise
- demosite
- snippets/src
- run/endpoints-v2-backend
- spanner
- r2dbc
- spring-data
- vision/spring-framework
21 files changed
+22
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments