Commit Graph

58693 Commits

Author SHA1 Message Date
Phillip Webb 97d58c21ce Merge branch '3.5.x' 2025-11-19 10:35:08 -08:00
Phillip Webb 0bb0d5370a Merge branch '3.4.x' into 3.5.x
Closes gh-48192
2025-11-19 10:34:56 -08:00
Phillip Webb 4625534e83 Force Testcontainers Docker API version for Docker 29.0.0+ compatibility
Add `docker-java.properties` to spring-boot-testcontainers and
`spring-boot-test` to force an API version upgrade.

Fixes gh-48104
2025-11-19 10:33:34 -08:00
Phillip Webb 058e455cd8 Merge branch '3.5.x'
Closes gh-48190
2025-11-19 09:38:25 -08:00
Phillip Webb 7891ebf8b1 Merge branch '3.4.x' into 3.5.x
Closes gh-48189
2025-11-19 09:38:12 -08:00
Phillip Webb b0f50581bc Upgrade to antora-ui-spring v0.4.21
Closes gh-48188
2025-11-19 09:37:42 -08:00
Stéphane Nicoll be063b695a Upgrade to Spring Batch 6.0.0
Closes gh-47834
2025-11-19 17:40:40 +01:00
Stéphane Nicoll d451da604b Merge branch '3.5.x' 2025-11-19 15:57:51 +01:00
Stéphane Nicoll 885a83407f Upgrade to Kafka 4.1.1
Closes gh-48185
2025-11-19 15:56:51 +01:00
Stéphane Nicoll c8f8798a7d Upgrade to Cassandra Driver 4.19.2
Closes gh-48184
2025-11-19 15:56:51 +01:00
Andy Wilkinson 7f15cc827b Upgrade to Spring RESTDocs 4.0.0
Closes gh-47831
2025-11-19 14:46:39 +00:00
Stéphane Nicoll 833b6daf98 Upgrade to Cassandra Driver 4.19.2
Closes gh-48183
2025-11-19 15:33:20 +01:00
Moritz Halbritter 3a13d07301 Merge branch '3.5.x'
Closes gh-48182
2025-11-19 15:08:19 +01:00
Moritz Halbritter 0addec6b68 Fix bug in SslMeterBinder when binding without registered bundles
Before this commit the meter registries were derived from the created
gauges. If the SslMeterBinder has been bound to a MeterRegistry without
any bundles, then no gauges are created. If a SslBundle is then
dynamically added, onBundleChange is called with the new bundle, but the
list of meter registries is empty (because we have no gauges). The
effect is that the newly registered bundle has no metrics.

Closes gh-48180
2025-11-19 15:06:09 +01:00
Moritz Halbritter 968a85156d Merge branch '3.5.x' 2025-11-19 15:04:32 +01:00
Moritz Halbritter 0b92b8177c Polish SslMeterBinderTests 2025-11-19 14:28:47 +01:00
Stéphane Nicoll 8b1e937677 Merge branch '3.5.x' 2025-11-19 07:55:29 +01:00
Stéphane Nicoll e1c790716d Merge branch '3.4.x' into 3.5.x 2025-11-19 07:53:11 +01:00
Stéphane Nicoll e7aeb036f0 Upgrade to Spring Integration 6.5.4
Closes gh-48040
2025-11-19 07:53:06 +01:00
Stéphane Nicoll bae83f997d Upgrade to Spring WS 5.0.0
Closes gh-47833
2025-11-19 07:52:59 +01:00
Stéphane Nicoll 9d3434e5b6 Upgrade to Spring Integration 7.0.0
Closes gh-47828
2025-11-19 07:52:59 +01:00
Stéphane Nicoll ab218f9bcd Upgrade to Spring GraphQL 2.0.0
Closes gh-47826
2025-11-19 07:52:59 +01:00
Stéphane Nicoll 1497f9379e Upgrade to Spring Integration 6.4.9
Closes gh-48026
2025-11-19 07:52:40 +01:00
Phillip Webb c42364ce88 Revert "Merge pull request #46818 from BenchmarkingBuffalo"
This reverts commit 4730dcfef7, reversing
changes made to 024bb7278e.

See gh-46818
2025-11-18 17:24:29 -08:00
Phillip Webb d4b9786b8b Merge branch '3.5.x'
Closes gh-48177
2025-11-18 17:08:35 -08:00
Phillip Webb 4a016ec04d Merge branch '3.4.x' into 3.5.x
Closes gh-48176
2025-11-18 16:10:05 -08:00
Phillip Webb 3040dc14cd Apply system environment prefix to management context
Update `ManagementContextFactory` so that any system environment prefix
set on the parent environment is applied to the child.

Closes gh-45858
2025-11-18 15:44:49 -08:00
Stéphane Nicoll ae4bf3e501 Disable Elasticsearch client's sniffer by default
This commit switches the auto-configuration of Elasticsearch to not
contribute a client's sniffer by default.

This matches the best practices as describe in
https://www.elastic.co/blog/elasticsearch-sniffing-best-practices-what-when-why-how

Closes gh-48155
2025-11-18 23:03:25 +01:00
Andy Wilkinson b1d78efbf3 Merge branch '3.5.x'
Closes gh-48174
2025-11-18 16:40:47 +00:00
Andy Wilkinson 45f4da7eef Merge branch '3.4.x' into 3.5.x
Closes gh-48173
2025-11-18 16:40:36 +00:00
Andy Wilkinson aecdff1bbd Merge pull request #48172 from dependabot[bot]
* gh-48172:
  Bump js-yaml from 4.1.0 to 4.1.1 in /antora

Closes gh-48172
2025-11-18 16:40:23 +00:00
dependabot[bot] 7bc2fa0eab Bump js-yaml from 4.1.0 to 4.1.1 in /antora
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-48172
2025-11-18 16:40:01 +00:00
Stéphane Nicoll e67f2fb96b Merge pull request #48170 from vpavic
* pr/48170:
  Polish contribution
  Mention support for detecting AWS ECS in "Deploying to the Cloud"

Closes gh-48170
2025-11-18 16:23:04 +01:00
Stéphane Nicoll 15bf80d3ff Polish contribution
See gh-48170
2025-11-18 16:22:11 +01:00
Vedran Pavic 802dacb007 Mention support for detecting AWS ECS in "Deploying to the Cloud"
See gh-48170

Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
2025-11-18 16:08:03 +01:00
Stéphane Nicoll 44e29b654d Merge branch '3.5.x'
Closes gh-48171
2025-11-18 16:07:34 +01:00
Stéphane Nicoll bb247e82aa Merge pull request #48153 from TerryTaoYY
* pr/48153:
  Hande SSL metrics for dynamically registered bundles

Closes gh-48153
2025-11-18 16:07:26 +01:00
TerryTaoYY 8214f3c22b Hande SSL metrics for dynamically registered bundles
See gh-48153

Signed-off-by: TerryTaoYY <yueyang.tao@gmail.com>
2025-11-18 15:25:35 +01:00
Andy Wilkinson 3d8c439091 Upgrade to Gradle 9.2.1
Closes gh-48167
2025-11-18 12:29:23 +00:00
Stéphane Nicoll 82653185fd Merge branch '3.5.x' 2025-11-18 13:27:12 +01:00
Stéphane Nicoll 7a235ca89c Merge branch '3.4.x' into 3.5.x 2025-11-18 13:27:00 +01:00
Stéphane Nicoll 4848bc1a16 Start building against Spring Framework 7.0.1 snapshots
See gh-48168
2025-11-18 13:26:42 +01:00
Stéphane Nicoll 65df86566b Start building against Spring Framework 6.2.14 snapshots
See gh-48166
2025-11-18 13:25:46 +01:00
Stéphane Nicoll 2d9d48d472 Start building against Spring Framework 6.2.14 snapshots
See gh-48165
2025-11-18 13:23:12 +01:00
Stéphane Nicoll 7e9f5ebd96 Merge branch '3.5.x'
Closes gh-48163
2025-11-18 11:06:06 +01:00
Stéphane Nicoll 12d23a3abf Merge pull request #48156 from vpavic
* pr/48156:
  Polish contribution
  Revise AWS section of "Deploying to the Cloud" in reference manual

Closes gh-48156
2025-11-18 11:05:58 +01:00
Stéphane Nicoll 1d4551e460 Polish contribution
See gh-48156
2025-11-18 11:05:26 +01:00
Vedran Pavic 165942f8ab Revise AWS section of "Deploying to the Cloud" in reference manual
See gh-48156

Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
2025-11-18 11:04:00 +01:00
Moritz Halbritter 4af532b8ee Add starters for Micrometer Metrics
This commit adds spring-boot-starter-micrometer-metrics and
spring-boot-starter-micrometer-metrics-test.

It also uses the new starters in smoke tests and in other starters,
which depended on spring-boot-micrometer-metrics.

Closes gh-48161
2025-11-18 09:28:53 +01:00
Stéphane Nicoll cdc7a34b6d Merge branch '3.5.x' 2025-11-18 09:14:47 +01:00