Commit Graph

53924 Commits

Author SHA1 Message Date
Stéphane Nicoll
d6cdebe1fc Merge branch '3.4.x'
Closes gh-45101
2025-04-10 16:35:21 +02:00
Stéphane Nicoll
84128a81fa Merge branch '3.3.x' into 3.4.x
Closes gh-45100
2025-04-10 16:35:11 +02:00
Stéphane Nicoll
b4c6c55493 Allow ResourcesClassLoader to participate in CGLIB's cache
This commit updates ResourcesClassLoader to be a SmartClassLoader and
expose the original ClassLoader. This has the effect of making sure
proxies that are created by CGLIB can be reused against different tests
rather than having CGLIB trying to define the class again and fail.

Closes gh-45065
2025-04-10 16:22:14 +02:00
Moritz Halbritter
cd33825f63 Merge pull request #45007 from dmytrodanilenkov
* pr/45007-squash:
  Polish "Add missing attributes to ServletRegistration annotation"
  Add missing attributes to ServletRegistration annotation

Closes gh-45007
2025-04-10 14:57:24 +02:00
Moritz Halbritter
5401327e4d Polish "Add missing attributes to ServletRegistration annotation"
See gh-45007
2025-04-10 14:46:48 +02:00
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
475a046048 Merge pull request #45005 from kwondh5217
* pr/45005-squash:
  Polish "Add missing attributes to FilterRegistration annotation"
  Add missing attributes to FilterRegistration annotation

Closes gh-45005
2025-04-10 14:34:46 +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
19d74cfb7f Merge pull request #44767 from jonatan-ivanov
* pr/44767:
  Remove link
  Polish "Add details of the purpose of the metrics endpoint"
  Add details of the purpose of the metrics endpoint

Closes gh-44767
2025-04-10 10:14:07 +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
92a8d4181a Merge pull request #45011 from nosan
* pr/45011:
  Polish 'Handle generics with identical names in different positions'
  Handle generics with identical names in different positions

Closes gh-45011
2025-04-08 15:09:03 -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
9eb5e2b970 Merge pull request #45014 from lengors
* pr/45014:
  Polish 'Allow ConnectionDetailsFactories to use context class loader'
  Allow ConnectionDetailsFactories to use context class loader

Closes gh-45014
2025-04-08 13:05:29 -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
Phillip Webb
2e8999e21c Merge pull request #45019 from ngocnhan-tran1996
* pr/45019:
  Add the use of token properties in documentation

Closes gh-45019
2025-04-08 12:02:33 -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
Phillip Webb
ca5507e5cf Merge pull request #45025 from DimaVilda
* pr/45025:
  Remove unnecessary excludes on javax.xml.bind:jaxb-api

Closes gh-45025
2025-04-08 11:43:39 -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
Phillip Webb
3f1b01a007 Merge branch '3.3.x' into 3.4.x
Closes gh-45037
2025-04-08 11:25:26 -07:00
Phillip Webb
8dd0c91fe5 Merge pull request #45036 from izeye
* pr/45036:
  Polish

Closes gh-45036
2025-04-08 11:24:35 -07:00
Johnny Lim
0dc0240c06 Polish
Signed-off-by: Johnny Lim <izeye@naver.com>

See gh-45036
2025-04-08 10:50:04 -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
Moritz Halbritter
2d3ccda335 Merge pull request #45032 from nevenc
* pr/45032:
  Escape the asterisk in spring-application.adoc

Closes gh-45032
2025-04-08 11:31:22 +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