Commit Graph
56244 Commits
Author SHA1 Message Date
Phillip Webb aae9f47cbc Merge branch '3.4.x' into 3.5.x
Closes gh-48237
2025-11-21 17:07:33 -08:00
Phillip Webb 580ad488f0 Upgrade to Antora Spring UI v0.4.25
Closes gh-48236
2025-11-21 17:06:53 -08:00
Andy Wilkinson 01d93513c7 Merge branch '3.4.x' into 3.5.x
Closes gh-48226
2025-11-21 16:47:11 +00:00
Andy Wilkinson 7459fe0163 Merge branch '3.4.x' into 3.5.x
Closes gh-48227
2025-11-21 16:46:26 +00:00
Andy Wilkinson 859606ae13 Split architecture checks by language as well as source set
Closes gh-48224
2025-11-21 16:44:54 +00:00
Andy Wilkinson fc8f9a322d Annotation Kotlin auto-config examples with @AutoConfiguration
Closes gh-48220
2025-11-21 16:44:54 +00:00
Stéphane Nicoll d4408ab9cd Merge pull request #48169 from vpavic
* pr/48169:
  Polish "Revise "Use Liquibase for test-only migrations" section"
  Revise "Use Liquibase for test-only migrations" section

Closes gh-48169
2025-11-21 13:02:09 +01:00
Stéphane Nicoll 1650092890 Polish "Revise "Use Liquibase for test-only migrations" section"
See gh-48169
2025-11-21 12:05:42 +01:00
Vedran Pavic 7bc6ebc169 Revise "Use Liquibase for test-only migrations" section
See gh-48169

Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
2025-11-21 12:03:29 +01:00
Stéphane Nicoll 2f27912aea Merge branch '3.4.x' into 3.5.x
Closes gh-48217
2025-11-21 11:27:45 +01:00
Stéphane Nicoll 5bb8d711ce Refer to Infinispan documentation
Rather than documenting what should be added to use Infinispan as a
cache provider, this commit adds a reference to the official
documentation.

Closes gh-48191
2025-11-21 11:23:40 +01:00
Phillip Webb 39c0d17b87 Merge branch '3.4.x' into 3.5.x
Closes gh-48211
2025-11-20 14:18:11 -08:00
Phillip Webb 4d94fcba9a Upgrade to Antora Spring UI v0.4.24
Closes gh-48210
2025-11-20 14:17:47 -08:00
Andy Wilkinson 29b8e96978 Switch make-default in preparation for Spring Boot 4.0.0
Closes gh-48203
2025-11-20 14:17:57 +00:00
Andy Wilkinson 56feeaa9a0 Next development version (v3.5.9-SNAPSHOT) 2025-11-20 14:16:24 +00:00
Moritz Halbritter 4f03b44e97 Merge branch '3.4.x' into 3.5.x 2025-11-20 12:27:10 +01:00
Moritz Halbritter 3d15c13270 Next development version (v3.4.13-SNAPSHOT) 2025-11-20 12:26:35 +01:00
Moritz Halbritter 3b539aa9b4 Merge branch '3.4.x' into 3.5.x
Closes gh-48166
2025-11-20 10:03:52 +01:00
Moritz Halbritter ee70d55976 Upgrade to Spring Framework 6.2.14
Closes gh-48165
2025-11-20 09:56:38 +01:00
Phillip Webb f7b4a8b377 Merge branch '3.4.x' into 3.5.x
Closes gh-48196
2025-11-19 21:58:36 -08:00
Phillip Webb 4a8d01d2b6 Exclude starter POMs from lib-provided when using Gradle
Fixes gh-48195
2025-11-19 21:58:03 -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 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 833b6daf98 Upgrade to Cassandra Driver 4.19.2
Closes gh-48183
2025-11-19 15:33:20 +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 0b92b8177c Polish SslMeterBinderTests 2025-11-19 14:28:47 +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 1497f9379e Upgrade to Spring Integration 6.4.9
Closes gh-48026
2025-11-19 07:52:40 +01: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
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 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
Stéphane Nicoll 7a235ca89c Merge branch '3.4.x' into 3.5.x 2025-11-18 13:27:00 +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 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
Stéphane Nicoll 9f39b5e231 Merge branch '3.4.x' into 3.5.x 2025-11-18 09:14:37 +01:00
Stéphane Nicoll 448f688e0c Upgrade to Spring Security 6.5.7
Closes gh-48043
2025-11-18 09:12:59 +01:00
Stéphane Nicoll 69d23862b1 Upgrade to Spring Kafka 3.3.11
Closes gh-48041
2025-11-18 09:12:59 +01:00
Stéphane Nicoll e56f3add09 Upgrade to Spring Security 6.4.13
Closes gh-48029
2025-11-18 09:12:50 +01:00
Stéphane Nicoll 8f91773cbe Upgrade to Spring Kafka 3.3.11
Closes gh-48027
2025-11-18 09:12:50 +01:00
Phillip Webb c3c983f1d8 Merge branch '3.4.x' into 3.5.x
Closes gh-48159
2025-11-17 20:59:53 -08:00