Andy Wilkinson
41dbadeb6b
Upgrade to Hibernate 7.4.0.Final
...
Closes gh-50578
2026-05-27 14:12:06 +01:00
Moritz Halbritter
4d4762c1d6
Merge branch '4.0.x'
...
Closes gh-50508
2026-05-27 10:22:54 +02:00
Moritz Halbritter
6a8a3ff4f0
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50507
2026-05-27 10:22:41 +02:00
Stéphane Nicoll
a243d230b3
Merge branch '4.0.x'
...
Closes gh-50497
2026-05-25 17:09:28 +02:00
Stéphane Nicoll
8e337c5ddc
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50496
2026-05-25 17:09:13 +02:00
Andy Wilkinson
6a74bb85a3
Merge branch '4.0.x'
...
Closes gh-50440
2026-05-14 15:03:44 +01:00
Andy Wilkinson
add52b6ccd
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50439
2026-05-14 15:02:24 +01:00
Andy Wilkinson
a329d7009e
Fix graceful shutdown with Jetty
...
Thanks to the misleadingly named isJetty10 method, 6b9ccdca
unintentionally introduced a call to Future.get() that was only
required with Jetty 9. The method probably should have been called
isAtLeastJetty10.
See gh-50383
2026-05-13 20:25:33 +01:00
Phillip Webb
458b8baccf
Merge branch '4.0.x'
...
Closes gh-50417
2026-05-12 18:10:51 -07:00
Phillip Webb
4283e59ab4
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50416
2026-05-12 18:10:38 -07:00
Phillip Webb
8a1f984466
Merge branch '4.0.x'
...
Closes gh-50412
2026-05-12 12:31:24 -07:00
Phillip Webb
fb67890c44
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50411
2026-05-12 12:31:16 -07:00
Lee JiWon
e3058d849b
Fix self-referential parentId in MappingsEndpoint
...
The mappings endpoint reported the context's own id as `parentId`
instead of the parent context's id, preventing clients from
reconstructing the context hierarchy from the response. Align with
sibling endpoints (`BeansEndpoint`,
`ConfigurationPropertiesReportEndpoint`, `ConditionsReportEndpoint`)
which already use `parent.getId()`.
See gh-50373
Signed-off-by: Lee JiWon <dlwldnjs1009@gmail.com >
2026-05-12 12:26:19 -07:00
Sebastien Tardif
0608a35e0d
Remove compatibility code for EOL dependency versions
...
Remove NoSuchMethodError catch blocks and reflective fallbacks for
dependency versions that are no longer supported
See gh-50383
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca >
2026-05-12 10:08:57 -07:00
Brian Clozel
8a449c52e6
Merge branch '4.0.x'
...
Closes gh-50394
2026-05-11 11:55:28 +02:00
Brian Clozel
77faab26fc
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50393
2026-05-11 11:53:54 +02:00
Stéphane Nicoll
627ac0451d
Polish "Handle lazy connection proxy datasource in DataSourceBuilder"
...
See gh-50271
2026-05-04 11:35:17 +02:00
Vedran Pavic
460318e569
Handle lazy connection proxy datasource in DataSourceBuilder
...
See gh-50271
Signed-off-by: Vedran Pavic <vedran@vedranpavic.com >
2026-05-04 11:30:17 +02:00
Stéphane Nicoll
96a36cfc8c
Merge branch '4.0.x'
...
Closes gh-50287
2026-05-04 08:22:17 +02:00
Stéphane Nicoll
2c18012577
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50286
2026-05-04 08:22:07 +02:00
Andy Wilkinson
c5969670d1
Merge branch '4.0.x'
...
Closes gh-50275
2026-05-01 11:45:42 +01:00
Andy Wilkinson
5628644848
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50274
2026-05-01 11:41:12 +01:00
Phillip Webb
c5cd580073
Support GrpcServerHealthScheduler in servlet environments
...
Refine `GrpcServerHealthScheduler` so that it will start when gRPC
is running behind a servlet.
Closes gh-50209
2026-04-30 21:25:57 -07:00
Phillip Webb
ebce054028
Merge branch '4.0.x'
...
Closes gh-50266
2026-04-30 14:36:59 -07:00
Manu Sridharan
55a6b4525c
Align @Nullable in returned Map with actual implementation
...
See gh-50265
Signed-off-by: Manu Sridharan <msridhar@gmail.com >
Closes gh-50265
2026-04-30 14:35:43 -07:00
Andy Wilkinson
1d109887c4
Merge branch '4.0.x'
...
Closes gh-50261
2026-04-30 13:45:24 +01:00
Andy Wilkinson
fc67e24820
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50260
2026-04-30 13:44:06 +01:00
Andy Wilkinson
e7d11afe45
Merge branch '4.0.x'
...
Closes gh-50258
2026-04-30 12:38:09 +01:00
Andy Wilkinson
a0a344f4b4
Merge branch '3.5.x' into 4.0.x
...
Fixes gh-50257
2026-04-30 12:35:30 +01:00
Stéphane Nicoll
4c7cedb738
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50229
2026-04-27 11:04:35 +02:00
Stéphane Nicoll
9c6d5d3ecf
Merge branch '4.0.x'
...
Closes gh-50228
2026-04-27 10:59:42 +02:00
Stéphane Nicoll
f71464b3c6
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50227
2026-04-27 10:57:41 +02:00
Stéphane Nicoll
ad1795bdc2
Merge branch '4.0.x'
...
Closes gh-50216
2026-04-25 10:40:20 +02:00
Stéphane Nicoll
dfabb012e8
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50215
2026-04-25 10:37:05 +02:00
Andy Wilkinson
c420d8e7fd
Merge branch '4.0.x'
...
Closes gh-50204
2026-04-24 15:21:54 +01:00
Andy Wilkinson
b02f7ddea3
Fix Partitioned session cooke attribute configuration with Tomcat
...
Fixes gh-50201
2026-04-24 15:06:38 +01:00
Andy Wilkinson
e486daaa0d
Merge branch '4.0.x'
...
Closes gh-50190
2026-04-23 08:57:44 +01:00
Andy Wilkinson
874f6294b9
Fix default security with actuator but without health
...
Closes gh-50188
2026-04-23 08:57:18 +01:00
Andy Wilkinson
fecda943a0
Merge branch '4.0.x'
...
Closes gh-50189
2026-04-23 08:56:48 +01:00
Andy Wilkinson
e41b3bf731
Enable hostname verification for SSL connections to Elasticsearch
...
Closes gh-50187
2026-04-23 08:56:21 +01:00
Andy Wilkinson
ab17dd80ef
Merge branch '4.0.x'
...
Closes gh-50182
2026-04-23 08:50:37 +01:00
Andy Wilkinson
3a9d836621
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50180
2026-04-23 08:50:07 +01:00
Andy Wilkinson
7a4d9e4cdb
Merge branch '4.0.x'
...
Closes gh-50177
2026-04-23 08:46:21 +01:00
Andy Wilkinson
fd70564879
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50176
2026-04-23 08:45:56 +01:00
Andy Wilkinson
18e3091c24
Merge branch '4.0.x'
...
Closes gh-50175
2026-04-23 08:44:28 +01:00
Andy Wilkinson
f8bb8162d1
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50174
2026-04-23 08:43:58 +01:00
Andy Wilkinson
0277a4fad5
Merge branch '4.0.x'
...
Closes gh-50163
2026-04-22 21:07:54 +01:00
Andy Wilkinson
ad25c28b6d
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50162
2026-04-22 20:51:26 +01:00
Phillip Webb
f651030f9b
Align HttpClient defaults with Spring Framework and provide an opt-out
...
Update default for `ReactorClientHttpRequestFactoryBuilder` and
`ReactorClientHttpConnectorBuilder` to align with Spring Framework.
Also provide method of opting out in case proxyWithSystemProperties is
not wanted.
Closes gh-49950
2026-04-21 22:25:14 -07:00
Phillip Webb
e62a0409c9
Add @GrpcAdvice exception handling support
...
Closes gh-49053
2026-04-21 20:03:03 -07:00