Commit Graph
62789 Commits
Author SHA1 Message Date
Stéphane Nicoll f76ccc4069 Start building against Spring Session 4.2.0-M1 snapshots
See gh-51806
2026-09-17 08:26:22 +02:00
Stéphane Nicoll 409a99114c Start building against Spring Security 7.2.0-M2 snapshots
See gh-51805
2026-09-17 08:26:22 +02:00
Stéphane Nicoll 4349f55774 Start building against Spring LDAP 4.2.0-M1 snapshots
See gh-51804
2026-09-17 08:26:22 +02:00
Stéphane Nicoll 4c9b6aca1e Upgrade to Prometheus Client 1.9.0
Closes gh-51811
2026-09-17 08:13:49 +02:00
Stéphane Nicoll a95073958c Deprecate AppOptics as it has retired
Closes gh-51810
2026-09-17 08:09:04 +02:00
Stéphane Nicoll 38b2bf2eea Merge branch '4.1.x'
Closes gh-51809
2026-09-17 07:58:44 +02:00
Stéphane Nicoll 25012c5fbe Merge branch '4.0.x' into 4.1.x
Closes gh-51808
2026-09-17 07:58:36 +02:00
Stéphane Nicoll 02d98eb7bf Remove reference to AppOptics in the reference guide
Closes gh-51807
2026-09-17 07:56:46 +02:00
Phillip Webb ec12831139 Merge branch '4.1.x'
Closes gh-51803
2026-09-16 21:48:06 -07:00
Phillip Webb 72935ee85b Merge branch '4.0.x' into 4.1.x
Closes gh-51802
2026-09-16 21:47:57 -07:00
Phillip Webb b2fa689d64 Fix broken links
Closes gh-51791
2026-09-16 21:46:52 -07:00
Phillip Webb 67f2635490 Merge branch '4.1.x'
Closes gh-51800
2026-09-16 17:31:28 -07:00
Phillip Webb 728b2980d8 Merge branch '4.0.x' into 4.1.x
Closes gh-51799
2026-09-16 17:31:21 -07:00
Phillip Webb bab9413c9d Remove spring-data-envers links since it's now part of spring-data-jpa
Closes gh-51798
2026-09-16 17:30:59 -07:00
Phillip Webb 1a00cc924c Merge branch '4.1.x'
Closes gh-51797
2026-09-16 16:47:06 -07:00
Phillip Webb 4a210f7d5b Merge branch '4.0.x' into 4.1.x
Closes gh-51796
2026-09-16 16:47:01 -07:00
Phillip Webb 558b9741a3 Link to spring spring-data-relational documentation
Replace spring-data-jdbc and spring-data-r2dbc links with
spring-data-relational.

Closes gh-51795
2026-09-16 16:46:16 -07:00
Phillip Webb 444a4ebfc4 Retry non 200 links with a '/'
See gh-51790
2026-09-16 16:01:05 -07:00
Phillip Webb a20a7e6894 Merge branch '4.1.x'
Closes gh-51793
2026-09-16 15:11:18 -07:00
Phillip Webb 478aa7502a Merge branch '4.0.x' into 4.1.x
Closes gh-51792
2026-09-16 15:11:11 -07:00
Phillip Webb 45b8a0118a Fix checklinks task
Closes gh-51790
2026-09-16 15:10:19 -07:00
Stéphane Nicoll 32b09e479b Merge pull request #51725 from quaff
Closes gh-51725

* patch-229:
  Polish "Align use of transaction manager in MongoDB support"
  Align use of transaction manager in MongoDB support
2026-09-16 20:15:26 +02:00
Stéphane Nicoll d479a6a42f Polish "Align use of transaction manager in MongoDB support"
See gh-51725
2026-09-16 19:43:03 +02:00
Yanming Zhou f5b8c5a72d Align use of transaction manager in MongoDB support
See gh-51725

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2026-09-16 19:24:47 +02:00
Stéphane Nicoll 683d41b323 Start building against Spring HATEOAS 3.2.0-M2 snapshots
See gh-51789
2026-09-16 16:15:46 +02:00
Andy Wilkinson 3c1f0c4e54 Merge pull request #51774 from nikita-kibitkin
Closes gh-51774

* gh-51774:
  Add property to await async listener results on stop
2026-09-16 15:14:52 +01:00
Nikita Kibitkin 3c6f7a54d3 Add property to await async listener results on stop
Spring Kafka 4.2 adds ContainerProperties#setAwaitAsyncResultsOnStop:
when the container stops, in-flight asynchronous listener results
(CompletableFuture, Mono, Kotlin suspend functions) are awaited within
the shutdown timeout and cancelled afterwards, so that listener work
does not outlive the container.

This commit adds spring.kafka.listener.await-async-results-on-stop so
that this can be enabled with configuration rather than a
ContainerCustomizer.

See gh-51774

Signed-off-by: Nikita Kibitkin <nikita.n.kibitkin@gmail.com>
2026-09-16 15:13:31 +01:00
Stéphane Nicoll d28fc5b5ff Upgrade to OpenTelemetry 1.65.0
Closes gh-51779
2026-09-16 15:22:24 +02:00
Stéphane Nicoll f61d27d59c Start building against Spring Batch 6.1.0-M2 snapshots
See gh-51778
2026-09-16 15:22:24 +02:00
Stéphane Nicoll 6bdd6ce8b6 Start building against Micrometer Tracing 1.8.0-M2 snapshots
See gh-51777
2026-09-16 15:22:24 +02:00
Stéphane Nicoll 72524bcb9e Start building against Micrometer 1.18.0-M2 snapshots
See gh-51776
2026-09-16 15:22:23 +02:00
Andy Wilkinson c398259cb8 Merge pull request #50296 from htjworld
Closes gh-50296

* gh-50296:
  Retain defaults when configuring other props on probe health groups
2026-09-16 11:46:33 +01:00
htjworld 5a27fd928e Retain defaults when configuring other props on probe health groups
See gh-50296

Signed-off-by: htjworld <itjhan01@gmail.com>
2026-09-16 11:26:49 +01:00
Andy Wilkinson 4b51d350ee Merge branch '4.1.x'
Closes gh-51784
2026-09-16 11:21:29 +01:00
Andy Wilkinson e402beb42d Merge branch '4.0.x' into 4.1.x
Closes gh-51783
2026-09-16 11:21:20 +01:00
Andy Wilkinson 5fec200678 Merge pull request #51775 from dependabot[bot]
Closes gh-51775

* gh-51775:
  Polish "Bump Homebrew/actions/setup-homebrew from 2026.09.07.1 to 2026.09.13.1"
  Bump Homebrew/actions/setup-homebrew from 2026.09.07.1 to 2026.09.13.1
2026-09-16 11:21:13 +01:00
Andy Wilkinson aef6bb80a4 Polish "Bump Homebrew/actions/setup-homebrew from 2026.09.07.1 to 2026.09.13.1"
See gh-51775

Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
2026-09-16 11:19:31 +01:00
dependabot[bot] 34769e2af1 Bump Homebrew/actions/setup-homebrew from 2026.09.07.1 to 2026.09.13.1
Bumps [Homebrew/actions/setup-homebrew](https://github.com/homebrew/actions) from 2026.09.07.1 to 2026.09.13.1.
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](https://github.com/homebrew/actions/compare/f8d4222eb633e65c2a0157383cf80861fc7fae7f...1e34f2e2acaa766b7efacb8c26352e6abbb023f9)

---
updated-dependencies:
- dependency-name: Homebrew/actions/setup-homebrew
  dependency-version: 2026.09.13.1
  dependency-type: direct:production
...

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

See gh-51775
2026-09-16 11:18:41 +01:00
Andy Wilkinson b2ed9b6938 Merge branch '4.1.x'
Closes gh-51782
2026-09-16 11:15:55 +01:00
Andy Wilkinson 51f9b11af0 Merge pull request #51780 from hjm12223
Closes gh-51780

* gh-51780:
  Enable nullability checking of spring-boot-batch-data-mongodb's tests
2026-09-16 11:15:47 +01:00
HongJongMin 88ab24ff99 Enable nullability checking of spring-boot-batch-data-mongodb's tests
Signed-off-by: HongJongMin <gwa7417@gmail.com>

See gh-51780
2026-09-16 11:14:11 +01:00
Andy Wilkinson 333d336ca9 Merge pull request #51470 from Wanbinyu
Closes gh-51470

* gh-51470:
  Support multi-segment additional health paths
2026-09-16 10:32:04 +01:00
Wan bin yu 3aa96f2229 Support multi-segment additional health paths
Signed-off-by: Wan bin yu <3431359639@qq.com>

See gh-51470
2026-09-16 10:22:31 +01:00
Andy Wilkinson 1f3209130d Merge branch '4.1.x' 2026-09-16 09:09:24 +01:00
Andy Wilkinson 6fe126afed Merge branch '4.0.x' into 4.1.x 2026-09-16 09:09:12 +01:00
Andy Wilkinson d9abd902f5 Revert "Merge pull request #51549 from aashikantkumar"
This reverts commit ad8f14e785, reversing
changes made to 1d79f56ad7.

See gh-51549
2026-09-16 09:08:23 +01:00
Phillip Webb c96f146f2c Merge branch '4.1.x' 2026-09-15 20:44:43 -07:00
Phillip Webb e45e629145 Merge branch '4.0.x' into 4.1.x 2026-09-15 20:44:24 -07:00
Phillip Webb c8bb386155 Add and polish javadoc links
See gh-51498
2026-09-15 20:35:44 -07:00
Phillip Webb 9fd0762b3c Fix javadoc empty <p> tag warnings 2026-09-15 20:33:44 -07:00