Commit Graph

28650 Commits

Author SHA1 Message Date
Dmytro Danilenkov
d0128071ec Add missing attributes to ServletRegistration annotation
See gh-45007

Signed-off-by: Dmytro Danilenkov <milgoff@gmail.com>
2025-04-10 14:40:36 +02:00
Moritz Halbritter
65de53066d Polish "Add missing attributes to FilterRegistration annotation"
See gh-45005
2025-04-10 12:22:01 +02:00
Daeho Kwon
17d579f374 Add missing attributes to FilterRegistration annotation
See gh-45005
2025-04-10 12:22:01 +02:00
Stéphane Nicoll
75bc4b2888 Merge branch '3.4.x'
Closes gh-45048
2025-04-10 10:14:53 +02:00
Stéphane Nicoll
87cd1bb7fd Merge branch '3.3.x' into 3.4.x
Closes gh-45047
2025-04-10 10:14:11 +02:00
Stéphane Nicoll
cfd5e45d57 Remove link
See gh-44767
2025-04-10 10:13:31 +02:00
Andy Wilkinson
3580f1aa36 Polish "Add details of the purpose of the metrics endpoint"
See gh-44767
2025-04-10 10:08:02 +02:00
Jonatan Ivanov
23c3c2753a Add details of the purpose of the metrics endpoint
See gh-44767
2025-04-10 10:08:02 +02:00
Phillip Webb
12e7d97c5d Merge branch '3.4.x' 2025-04-09 14:52:30 -07:00
Phillip Webb
837fa4c4d8 Merge branch '3.3.x' into 3.4.x 2025-04-09 14:52:15 -07:00
Phillip Webb
c6e74955a7 Update copyright year of changed files 2025-04-09 14:51:49 -07:00
Phillip Webb
2147c2650c Merge branch '3.4.x' 2025-04-09 14:51:36 -07:00
Phillip Webb
bcda6aeb65 Merge branch '3.3.x' into 3.4.x 2025-04-09 14:51:31 -07:00
Phillip Webb
4af0ee20d1 Work around Spring Framework cache pollution bug
Update `SpringApplication` to work around `SpringFactoriesLoader`
cache pollution by loading factories using a `null` class loader.

See https://github.com/spring-projects/spring-framework/pull/34732
for details.
2025-04-09 14:51:17 -07:00
Phillip Webb
70e11de647 Merge branch '3.4.x'
Closes gh-45040
2025-04-08 15:09:38 -07:00
Phillip Webb
e29dc450a6 Merge branch '3.3.x' into 3.4.x
Closes gh-45039
2025-04-08 15:09:25 -07:00
Phillip Webb
46b14de6e9 Polish 'Handle generics with identical names in different positions'
See gh-45011
2025-04-08 15:07:51 -07:00
Dmytro Nosan
e24fd50615 Handle generics with identical names in different positions
Update `TypeUtils` to handle generics with identical names in different
positions.

See gh-45011

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-04-08 15:05:42 -07:00
Phillip Webb
d15078d35f Polish 'Allow ConnectionDetailsFactories to use context class loader'
Refine the submitted pull-request to remove the configuration
property with the assumption that the context classloader will
work for all cases.

See gh-45014
2025-04-08 13:04:16 -07:00
lengors
cc1e1cc92a Allow ConnectionDetailsFactories to use context class loader
Update `ConnectionDetailsFactories` so that the context classloader
can be used to load factories.

See gh-45014

Signed-off-by: lengors <24527258+lengors@users.noreply.github.com>
2025-04-08 13:02:03 -07:00
Tran Ngoc Nhan
cdb8ed4d38 Add the use of token properties in documentation
Show the use of token properties in authorization server clients
configuration example

See gh-45019

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-04-08 11:58:46 -07:00
DimaVilda
31daa0f0d6 Remove unnecessary excludes on javax.xml.bind:jaxb-api
See gh-45025

Signed-off-by: DimaVilda <dimavilda@gmail.com>
2025-04-08 11:42:34 -07:00
Phillip Webb
4732958f5c Merge branch '3.4.x'
Closes gh-45038
2025-04-08 11:27:48 -07:00
Moritz Halbritter
5c32890f43 Merge branch '3.4.x'
Closes gh-45035
2025-04-08 15:28:23 +02:00
Moritz Halbritter
97ed923e50 Explicitly set Host header when using LocalHttpClientTransport
Closes gh-45028
2025-04-08 14:29:16 +02:00
Moritz Halbritter
04e945c348 Merge branch '3.4.x'
Closes gh-45034
2025-04-08 11:31:37 +02:00
Moritz Halbritter
257ce0a839 Merge branch '3.3.x' into 3.4.x
Closes gh-45033
2025-04-08 11:31:29 +02:00
Neven C
f13dc345cf Escape the asterisk in spring-application.adoc
See gh-45032

Signed-off-by: Neven C <neven.cvetkovic@gmail.com>
2025-04-08 11:26:19 +02:00
Moritz Halbritter
2ca0897b88 Relocate OpenTelemetryLoggingAutoConfiguration and SdkLoggerProviderBuilderCustomizer to an OpenTelemetry-specific package
Closes gh-44647
2025-04-08 11:07:29 +02:00
Moritz Halbritter
62e145e7fd Add test for dispatcher types behavior
See gh-16500
2025-04-08 10:45:34 +02:00
Brian Clozel
d5460697b4 Upgrade to Spring for GraphQL 1.4.0-SNAPSHOT
See gh-45029
2025-04-08 09:34:00 +02:00
Brian Clozel
4cbf9312ad Upgrade to GraphQL Java 23.0
Closes gh-45030
2025-04-08 09:33:25 +02:00
Phillip Webb
417a4a0386 Use bean class loader when detecting ClientHttpRequestFactoryBuilder
Update `ClientHttpRequestFactoryBuilder` with a detect method that
accepts a specific classloader and update `HttpClientAutoConfiguration`
to use it.

Fixes gh-44986
2025-04-07 18:48:45 -07:00
Phillip Webb
95325a87ba Polish 2025-04-07 18:48:44 -07:00
Phillip Webb
57a5fb075d Polish 2025-04-07 16:57:45 -07:00
Phillip Webb
3c806d2b31 Polish "Update documentation for Task Execution"
See gh-44926
2025-04-07 16:57:45 -07:00
Phillip Webb
cc1e232222 Merge branch '3.4.x' 2025-04-07 16:21:09 -07:00
Phillip Webb
cf39de4df4 Merge branch '3.3.x' into 3.4.x 2025-04-07 16:20:58 -07:00
Phillip Webb
5d1e488344 Polish 2025-04-07 16:20:52 -07:00
Moritz Halbritter
62b88dc26a Merge branch '3.4.x'
Closes gh-45024
2025-04-07 14:38:54 +02:00
Moritz Halbritter
c7608ec495 Merge branch '3.3.x' into 3.4.x
Closes gh-45023
2025-04-07 14:38:45 +02:00
Yanming Zhou
89fb48691a Polish AutoConfigurationMetadataLoader
Align to other final classes, the protected modifier is meaningless.

See gh-45020

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-04-07 14:30:02 +02:00
Moritz Halbritter
cfecdfcb92 Polish "Update documentation for Task Execution"
See gh-44926
2025-04-07 11:40:16 +02:00
Dmytro Nosan
6a92364ccd Update documentation for Task Execution
See gh-44926

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-04-07 11:36:15 +02:00
Moritz Halbritter
e39ce56707 Merge branch '3.4.x'
Closes gh-45016
2025-04-07 10:58:19 +02:00
Dmytro Nosan
5e966f9576 Polish RestClientAutoConfiguration and RestClientBuilderConfigurer
See gh-44982

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-04-07 10:48:43 +02:00
Johnny Lim
8f4fd43320 Add Javadoc since for GarbageCollectorInfo
See gh-44980

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-04-07 09:42:33 +02:00
Moritz Halbritter
44b60141b2 Merge branch '3.4.x'
Closes gh-45015
2025-04-07 09:03:58 +02:00
geniuus
aaaa791cea Validate that sslInfo is not null in SslHealthIndicator constructor
The SslHealthIndicator constructor previously did not validate if the
provided SslInfo instance was null. This could potentially lead to a
NullPointerException later when the doHealthCheck method is invoked
if the SslInfo bean was not properly configured or available.

This commit adds an Assert.notNull check for the sslInfo parameter
to ensure fail-fast behavior during application startup or bean
creation. This aligns with the common practice in other Spring Boot
components and health indicators where essential dependencies are
validated in the constructor.

See gh-45013

Signed-off-by: geniuus <cross_man@naver.com>
2025-04-07 08:59:05 +02:00
Tran Ngoc Nhan
28bbb3ee10 Remove RECORD_COMPONENT target from @DefaultValue
See gh-44984

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-04-07 08:41:17 +02:00