Commit Graph
60424 Commits
Author SHA1 Message Date
Yanming Zhou dff33aec55 Remove unnecessary @Nullables from local variable declarations
See gh-50866

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2026-06-28 10:39:07 +01:00
Andy Wilkinson 428963e02d Merge pull request #50867 from nosan
Closes gh-50867

* gh-50867:
  Update OpenTelemetryResourceAttributes documentation
2026-06-27 13:27:58 +01:00
Dmytro Nosan 43985f1356 Update OpenTelemetryResourceAttributes documentation
Clarify service.name and service.namespace defaults and remove
obsolete service.group documentation

See gh-50867

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2026-06-27 13:27:35 +01:00
Andy Wilkinson 73e30d65fa Merge pull request #50859 from doehyunbaek
Closes gh-50859

* gh-50859:
  Polish "Fix placeholder syntax in external config docs"
  Fix placeholder syntax in external config docs
2026-06-27 13:01:14 +01:00
Andy Wilkinson 2b2a644569 Polish "Fix placeholder syntax in external config docs"
See gh-50859

Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
2026-06-27 13:00:37 +01:00
Doehyun Baek 6723791663 Fix placeholder syntax in external config docs
See gh-50859

Signed-off-by: Doehyun Baek <doehyunbaek@gmail.com>
2026-06-27 12:58:48 +01:00
Andy Wilkinson 00fa8e0145 Merge pull request #50858 from dlwldnjs1009
Closes gh-50858

* gh-50858:
  Avoid loading health classes in Jersey config
2026-06-27 12:55:23 +01:00
Lee JiWon 9cfa980a4d Avoid loading health classes in Jersey config
Move the Jersey additional health endpoint paths registrar into a
health-specific configuration so Jersey management endpoint support can
refresh when spring-boot-health is absent.

See gh-50858

Signed-off-by: Lee JiWon <dlwldnjs1009@gmail.com>
2026-06-27 12:53:18 +01:00
Andy Wilkinson 2f13d62aa4 Merge pull request #50857 from dlwldnjs1009
Closes gh-50857

* gh-50857:
  Avoid loading health classes in Cloud Foundry
2026-06-27 12:51:45 +01:00
Lee JiWon 48054ea77b Avoid loading health classes in Cloud Foundry
Move the Cloud Foundry health endpoint extension bean into a
health-specific configuration. This lets the actuator configuration
refresh when spring-boot-health is absent.

See gh-50857

Signed-off-by: Lee JiWon <dlwldnjs1009@gmail.com>
2026-06-27 12:48:47 +01:00
Andy Wilkinson 4c5aee76c7 Merge branch '3.5.x' into 4.0.x 2026-06-25 09:05:32 +01:00
Andy Wilkinson 93edd167bd Next development version (v3.5.16-SNAPSHOT) 2026-06-25 09:04:01 +01:00
Andy Wilkinson e4ac99188e Merge branch '3.5.x' into 4.0.x 2026-06-25 06:50:06 +01:00
Andy Wilkinson 5bafd0a6bf Upgrade to Spring Integration 6.5.10
Closes gh-50820
2026-06-25 06:49:37 +01:00
Andy Wilkinson baf329023a Upgrade to Spring AMQP 3.2.12
Closes gh-50818
2026-06-25 06:49:16 +01:00
Andy Wilkinson 2c5964aba7 Upgrade to Spring Data Bom 2025.0.13
Closes gh-50819
2026-06-25 06:48:53 +01:00
Andy Wilkinson 0836e3673a Merge pull request #50798 from xfocus3
Closes gh-50798

* gh-50798:
  Handle unresolved validation target types
2026-06-24 21:11:52 +01:00
Ahmed El amraouiyine 249dab6d6f Handle unresolved validation target types
See gh-50798

Signed-off-by: Ahmed El amraouiyine <amraouiyine@gmail.com>
2026-06-24 21:09:33 +01:00
Andy Wilkinson 3d280c4354 Merge pull request #50418 from codingkiddo
Closes gh-50418

* gh-50418:
  Add WAR TLD loader integration test
2026-06-24 20:34:19 +01:00
Vinod Kumar 92bd807edd Add WAR TLD loader integration test
See gh-50418

Signed-off-by: Vinod Kumar <codingkiddo@gmail.com>
2026-06-24 20:33:04 +01:00
Andy Wilkinson 58cb433cd0 Merge pull request #50625 from SJvaca30
Closes gh-50625

* gh-50625:
  Add nested override coverage for @SpringBootTest imports
2026-06-24 19:49:37 +01:00
SJLIM 34ce653f95 Add nested override coverage for @SpringBootTest imports
See gh-50625

Signed-off-by: SJLIM <yyvaca30@gmail.com>
2026-06-24 19:47:35 +01:00
Andy Wilkinson 33bf9d3777 Merge pull request #50734 from seonwooj0810
Closes gh-50734

* gh-50734:
  Run a single hello command in MongoDB health indicators
2026-06-24 19:43:01 +01:00
seonwoo_jung 019ea06a6a Run a single hello command in MongoDB health indicators
The MongoDB health indicators ran the `hello` command against every
database returned by `listDatabaseNames()`. For the reactive
indicator these commands were issued in parallel via `flatMap`, so a
deployment with many databases per connection could open a connection
per database on each health check, dramatically increasing connection
usage (a regression from the Spring Data based implementation used
previously).

Since `hello` is a server-level command whose result is independent
of the target database, run it only once, against the `admin`
database if available or the first returned database otherwise. The
`databases` and `maxWireVersion` details are preserved.

See gh-50734

Signed-off-by: seonwoo_jung <79202163+seonwooj0810@users.noreply.github.com>
2026-06-24 19:31:03 +01:00
Andy Wilkinson 790f66c37a Merge pull request #50750 from quaff
Closes gh-50750

* gh-50750:
  Replace `isAssignableFrom()` with `isInstance()` where feasible
2026-06-24 19:12:20 +01:00
Yanming Zhou 9d5c98b7e9 Replace isAssignableFrom() with isInstance() where feasible
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>

See gh-50750
2026-06-24 19:11:59 +01:00
Andy Wilkinson 65097a4652 Merge pull request #50738 from vipi-n
Closes gh-50738

* gh-50738:
  Fix duplicate word typos in documentation
2026-06-24 17:58:26 +01:00
vipi-n 463d68c19a Fix duplicate word typos in documentation
Signed-off-by: vipi-n <vipinkm30@gmail.com>

See gh-50738
2026-06-24 17:57:15 +01:00
Andy Wilkinson 4fe692e9d2 Merge pull request #50755 from codingkiddo
Closes gh-50755

* gh-50755:
  Polish "Treat empty JWK Set URI as absent"
  Treat empty JWK Set URI as absent
2026-06-24 17:50:08 +01:00
Andy Wilkinson a49549203b Polish "Treat empty JWK Set URI as absent"
See gh-50755

Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
2026-06-24 17:48:11 +01:00
Vinod Kumar 8eb3b032a4 Treat empty JWK Set URI as absent
Signed-off-by: Vinod Kumar <codingkiddo@gmail.com>

See gh-50755
2026-06-24 17:34:15 +01:00
Andy Wilkinson cd562c19de Merge pull request #50841 from doehyunbaek
Closes gh-50841

* gh-50841:
  Polish "Fix forwarded headers property in cloud deployment docs"
  Fix forwarded headers property in cloud deployment docs
2026-06-24 15:40:57 +01:00
Andy Wilkinson 8f217b48a1 Polish "Fix forwarded headers property in cloud deployment docs"
See gh-50841
2026-06-24 15:38:35 +01:00
Doehyun Baek 9a2fb471bd Fix forwarded headers property in cloud deployment docs
Signed-off-by: Doehyun Baek <doehyunbaek@gmail.com>

See gh-50841
2026-06-24 15:37:08 +01:00
Andy Wilkinson e612907593 Merge pull request #50842 from doehyunbaek
Closes gh-50842

* gh-50842:
  Update web starter documentation
2026-06-24 15:35:31 +01:00
Doehyun Baek 0acd43d598 Update web starter documentation
Signed-off-by: Doehyun Baek <doehyunbaek@gmail.com>

See gh-50842
2026-06-24 15:34:42 +01:00
Andy Wilkinson 5a8ecdf7f3 Merge pull request #50701 from msridhar
Closes gh-50701

* gh-50701:
  Polish "Address new warnings from NullAway 0.13.6"
  Address new warnings from NullAway 0.13.6
2026-06-24 13:19:29 +01:00
Andy Wilkinson 8715efc615 Polish "Address new warnings from NullAway 0.13.6"
See gh-50701
2026-06-24 13:18:32 +01:00
Manu Sridharan 2b7f6f3c69 Address new warnings from NullAway 0.13.6
Signed-off-by: Manu Sridharan <msridhar@gmail.com>

See gh-50701
2026-06-24 13:16:07 +01:00
Andy Wilkinson 5439c67267 Merge pull request #50737 from dlwldnjs1009
Closes gh-50737

* gh-50737:
  Allow other configurers to run before PropertiesWebClientHttpServiceGroupConfigurer
2026-06-24 12:17:13 +01:00
Lee JiWon 28b995ad98 Allow other configurers to run before PropertiesWebClientHttpServiceGroupConfigurer
Apply the same fix as 72eaeecd5c to the WebClient sibling so that a
WebClientHttpServiceGroupConfigurer can be ordered ahead of the
properties configurer to supply an initial WebClient.Builder.

Signed-off-by: Lee JiWon <dlwldnjs1009@gmail.com>

See gh-50737
2026-06-24 12:15:19 +01:00
Andy Wilkinson a1e784e1d8 Merge branch '3.5.x' into 4.0.x
Closes gh-50839
2026-06-24 11:41:03 +01:00
Andy Wilkinson dbb08aa7f2 Upgrade Antora dependencies
Closes gh-50838
2026-06-24 11:38:43 +01:00
Andy Wilkinson 5bc9410852 Merge branch '3.5.x' into 4.0.x
Closes gh-50836
2026-06-24 11:30:36 +01:00
Andy Wilkinson 9b281d52e5 Upgrade to actions/checkout 7.0.0
Closes gh-50832
2026-06-24 11:27:50 +01:00
Andy Wilkinson c347cd5acb Merge branch '3.5.x' into 4.0.x
Closes gh-50833
2026-06-24 11:21:07 +01:00
Andy Wilkinson a854058993 Upgrade to jfrog/setup-jfrog-cli 5.1.0
Closes gh-50832
2026-06-24 10:42:35 +01:00
Andy Wilkinson ceee147590 Merge branch '3.5.x' into 4.0.x 2026-06-23 10:04:00 +01:00
Andy Wilkinson fc236ae7d0 Start building against Spring Integration 6.5.10 snapshots
See gh-50820
2026-06-23 10:03:30 +01:00
Andy Wilkinson 5271da7657 Start building against Spring Data Bom 2025.0.13 snapshots
See gh-50819
2026-06-23 10:03:25 +01:00