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
10 months ago
Moritz Halbritter
5401327e4d
Polish "Add missing attributes to ServletRegistration annotation"
...
See gh-45007
10 months ago
Dmytro Danilenkov
d0128071ec
Add missing attributes to ServletRegistration annotation
...
See gh-45007
Signed-off-by: Dmytro Danilenkov <milgoff@gmail.com>
10 months ago
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
10 months ago
Moritz Halbritter
65de53066d
Polish "Add missing attributes to FilterRegistration annotation"
...
See gh-45005
10 months ago
Daeho Kwon
17d579f374
Add missing attributes to FilterRegistration annotation
...
See gh-45005
10 months ago
Stéphane Nicoll
75bc4b2888
Merge branch '3.4.x'
...
Closes gh-45048
10 months ago
Stéphane Nicoll
87cd1bb7fd
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45047
10 months ago
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
10 months ago
Stéphane Nicoll
cfd5e45d57
Remove link
...
See gh-44767
10 months ago
Andy Wilkinson
3580f1aa36
Polish "Add details of the purpose of the metrics endpoint"
...
See gh-44767
10 months ago
Jonatan Ivanov
23c3c2753a
Add details of the purpose of the metrics endpoint
...
See gh-44767
10 months ago
Phillip Webb
12e7d97c5d
Merge branch '3.4.x'
10 months ago
Phillip Webb
837fa4c4d8
Merge branch '3.3.x' into 3.4.x
10 months ago
Phillip Webb
c6e74955a7
Update copyright year of changed files
10 months ago
Phillip Webb
2147c2650c
Merge branch '3.4.x'
10 months ago
Phillip Webb
bcda6aeb65
Merge branch '3.3.x' into 3.4.x
10 months ago
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.
10 months ago
Phillip Webb
70e11de647
Merge branch '3.4.x'
...
Closes gh-45040
10 months ago
Phillip Webb
e29dc450a6
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45039
10 months ago
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
10 months ago
Phillip Webb
46b14de6e9
Polish 'Handle generics with identical names in different positions'
...
See gh-45011
10 months ago
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>
10 months ago
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
10 months ago
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
10 months ago
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>
10 months ago
Phillip Webb
2e8999e21c
Merge pull request #45019 from ngocnhan-tran1996
...
* pr/45019:
Add the use of token properties in documentation
Closes gh-45019
10 months ago
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>
10 months ago
Phillip Webb
ca5507e5cf
Merge pull request #45025 from DimaVilda
...
* pr/45025:
Remove unnecessary excludes on javax.xml.bind:jaxb-api
Closes gh-45025
10 months ago
DimaVilda
31daa0f0d6
Remove unnecessary excludes on javax.xml.bind:jaxb-api
...
See gh-45025
Signed-off-by: DimaVilda <dimavilda@gmail.com>
10 months ago
Phillip Webb
4732958f5c
Merge branch '3.4.x'
...
Closes gh-45038
10 months ago
Phillip Webb
3f1b01a007
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45037
10 months ago
Phillip Webb
8dd0c91fe5
Merge pull request #45036 from izeye
...
* pr/45036:
Polish
Closes gh-45036
10 months ago
Johnny Lim
0dc0240c06
Polish
...
Signed-off-by: Johnny Lim <izeye@naver.com>
See gh-45036
10 months ago
Moritz Halbritter
5c32890f43
Merge branch '3.4.x'
...
Closes gh-45035
10 months ago
Moritz Halbritter
97ed923e50
Explicitly set Host header when using LocalHttpClientTransport
...
Closes gh-45028
10 months ago
Moritz Halbritter
04e945c348
Merge branch '3.4.x'
...
Closes gh-45034
10 months ago
Moritz Halbritter
257ce0a839
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45033
10 months ago
Moritz Halbritter
2d3ccda335
Merge pull request #45032 from nevenc
...
* pr/45032:
Escape the asterisk in spring-application.adoc
Closes gh-45032
10 months ago
Neven C
f13dc345cf
Escape the asterisk in spring-application.adoc
...
See gh-45032
Signed-off-by: Neven C <neven.cvetkovic@gmail.com>
10 months ago
Moritz Halbritter
2ca0897b88
Relocate OpenTelemetryLoggingAutoConfiguration and SdkLoggerProviderBuilderCustomizer to an OpenTelemetry-specific package
...
Closes gh-44647
10 months ago
Moritz Halbritter
62e145e7fd
Add test for dispatcher types behavior
...
See gh-16500
10 months ago
Brian Clozel
d5460697b4
Upgrade to Spring for GraphQL 1.4.0-SNAPSHOT
...
See gh-45029
10 months ago
Brian Clozel
4cbf9312ad
Upgrade to GraphQL Java 23.0
...
Closes gh-45030
10 months ago
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
10 months ago
Phillip Webb
95325a87ba
Polish
10 months ago
Phillip Webb
57a5fb075d
Polish
10 months ago
Phillip Webb
3c806d2b31
Polish "Update documentation for Task Execution"
...
See gh-44926
10 months ago
Phillip Webb
cc1e232222
Merge branch '3.4.x'
10 months ago
Phillip Webb
cf39de4df4
Merge branch '3.3.x' into 3.4.x
10 months ago