Andy Wilkinson
64940c8dfd
Polish "Fix typos and grammatical errors in gRPC documentation"
...
See gh-50863
Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com >
2026-06-27 13:19:52 +01:00
Simon Verhoeven
cd7e431e92
Fix typos and grammatical errors in gRPC documentation
...
See gh-50863
Signed-off-by: Simon Verhoeven <verhoeven.simon@gmail.com >
2026-06-27 13:06:08 +01:00
Andy Wilkinson
7b1e61ae7b
Merge branch '4.0.x'
...
Closes gh-50873
2026-06-27 13:01:21 +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
4c2b5942e3
Merge branch '4.0.x'
...
Closes gh-50872
2026-06-27 12:55:30 +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
94c455b27a
Merge branch '4.0.x'
...
Closes gh-50871
2026-06-27 12:51:56 +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
fd2e1d2219
Merge branch '4.0.x'
2026-06-25 09:05:42 +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
6155687b48
Merge branch '4.0.x'
2026-06-25 06:50:20 +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
525006c163
Merge branch '4.0.x'
...
Closes gh-50856
2026-06-24 21:12:11 +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
3ea9ca1b6c
Merge branch '4.0.x'
...
Closes gh-50854
2026-06-24 20:34:29 +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
ac9d3c0601
Merge pull request #50650 from nosan
...
Closes gh-50650
* gh-50650:
Align W3CHeaderParser decoding with RFC 3986
2026-06-24 20:17:58 +01:00
Dmytro Nosan
16445de3ab
Align W3CHeaderParser decoding with RFC 3986
...
Replace `URLDecoder.decode` with `StringUtils.uriDecode` to ensure
RFC 3986-compliant decoding. Unlike `URLDecoder`, URI decoding does
not treat `+` as a space and only decodes percent-encoded sequences.
See gh-50650
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2026-06-24 20:15:18 +01:00
Andy Wilkinson
9de4f8d0d4
Merge branch '4.0.x'
...
Closes gh-50853
2026-06-24 19:49:46 +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
1c1be40372
Merge branch '4.0.x'
...
Closes gh-50852
2026-06-24 19:43:09 +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
0fd25e1677
Merge pull request #50789 from ngocnhan-tran1996
...
Closes gh-50789
* gh-50789:
Add Spring gRPC properties
2026-06-24 19:22:02 +01:00
Tran Ngoc Nhan
a26286801c
Add Spring gRPC properties
...
See gh-50789
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2026-06-24 19:18:25 +01:00
Andy Wilkinson
7a45ee8767
Merge branch '4.0.x'
...
Closes gh-50851
2026-06-24 19:12:35 +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
73010ce4d2
Merge branch '4.0.x'
...
Closes gh-50850
2026-06-24 17:59:35 +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
185b446005
Merge branch '4.0.x'
...
Closes gh-50849
2026-06-24 17:54:30 +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
0bf6964188
Merge pull request #50759 from doehyunbaek
...
Closes gh-50759
* gh-50759:
Align docs with recent changes
2026-06-24 15:49:15 +01:00
Doehyun Baek
248f6eee01
Align docs with recent changes
...
Signed-off-by: Doehyun Baek <doehyunbaek@gmail.com >
See gh-50759
2026-06-24 15:48:10 +01:00
Andy Wilkinson
f61b91c253
Merge pull request #50800 from doehyunbaek
...
Closes gh-50800
* gh-50800:
Align documentation with changes made during 4.1's development
2026-06-24 15:45:02 +01:00
Doehyun Baek
f7c2c0b2a6
Align documentation with changes made during 4.1's development
...
Signed-off-by: Doehyun Baek <doehyunbaek@gmail.com >
See gh-50800
2026-06-24 15:44:05 +01:00