dev-chpark
a9cbb01a45
Rename test method to clarify its purpose
...
See gh-33402
2 years ago
Sam Brannen
4a099d213e
Add missing @TestMethodOrder declarations
2 years ago
Sam Brannen
9f0417fb33
Merge branch '6.1.x'
2 years ago
Sam Brannen
b2c1f978a4
Stop logging result in WebAsyncManager
...
Closes gh-33406
2 years ago
Brian Clozel
96573ee5e1
Merge branch '6.1.x'
2 years ago
Brian Clozel
50be08480d
Open observation scope in RestClient
...
Prior to this commit, the `RestClient` instrumentation would create and
close observations for HTTP requests, but would not open an observation
scope for the lifetime of the exchange.
This means that custom `ClientHttpRequestInterceptor` and
`ResponseErrorHandler` would not get access to the current observation
scope in case of tracing, possibly leading to missing trace ids in logs.
This commit ensures that an observation scope is managed for the
lifetime of the HTTP exchange.
Fixes gh-33397
2 years ago
Simon Baslé
107ae6159b
Add tests for MockitoBean reset of mocks/spies from a FactoryBean
...
Closes gh-33405
2 years ago
Sébastien Deleuze
94d8fc7af8
Merge branch '6.1.x'
2 years ago
Sébastien Deleuze
0101945708
Prevent a leak in WebTestClient
...
This commit applies the same kind of processing for
Void.class element type in the ParameterizedTypeReference
variant of WebTestClient.ResponseSpec#returnResult than
in the Class variant.
Closes gh-33389
2 years ago
Sébastien Deleuze
eb7a95cfdb
Merge branch '6.1.x'
2 years ago
Sébastien Deleuze
d41ca095ab
Add native support for Kotlin default values in controllers
...
Closes gh-33384
2 years ago
Sam Brannen
346b6f740a
Polish contribution
...
See gh-33401
2 years ago
tafjwr
4ffeddb099
Add tests for ControllerAdviceBean#resolveBean() and revise existing tests
...
Closes gh-33401
2 years ago
Sam Brannen
59c779d8fe
Enforce order of Javadoc tags for records introduced in 6.2
...
See gh-33403
2 years ago
Sam Brannen
04271c3ead
Merge branch '6.1.x'
2 years ago
Sam Brannen
143736e59b
Enforce order of Javadoc tags for records
...
Closes gh-33403
2 years ago
Sam Brannen
e50383e921
Improve Javadoc for SpEL's Expression API
2 years ago
Sébastien Deleuze
f854800043
Merge branch '6.1.x'
2 years ago
Sébastien Deleuze
e0cb7aa0a0
Build documentation branches only for 6.1 and later
...
To avoid a duplication error caused by a conflict between the
6.0.x branch and the v6.0.23 tag.
Closes gh-33398
2 years ago
Sam Brannen
de33056c83
Use new features from JUnit Jupiter 5.11
...
This commit migrates additional parameterized tests (that were missed in
the previous commit) to the new argumentSet() feature.
See gh-33395
2 years ago
Sébastien Deleuze
a9a1798012
Merge branch '6.1.x'
2 years ago
Sébastien Deleuze
46c29b9175
Support Boolean property in BindingReflectionHintsRegistrar
...
Closes gh-33380
2 years ago
Sam Brannen
d749d2949d
Use new features from JUnit Jupiter 5.11
...
This commit primarily migrates to the new argumentSet() feature but also
applies additional polishing to our use of parameterized tests.
See gh-33395
2 years ago
Sam Brannen
2eff5cb463
Upgrade to JUnit 5.11
...
Closes gh-33395
2 years ago
Stéphane Nicoll
6cc0561625
Merge branch '6.1.x'
2 years ago
Stéphane Nicoll
1634e63506
Next development version (v6.1.13-SNAPSHOT)
2 years ago
rstoyanchev
974dec262c
Merge branch '6.1.x'
2 years ago
rstoyanchev
bb17ad8314
Efficient ETag parsing
2 years ago
Juergen Hoeller
e1cf203295
Merge branch '6.1.x'
...
# Conflicts:
# framework-platform/framework-platform.gradle
2 years ago
Juergen Hoeller
63486bf19c
Upgrade to Tomcat 10.1.28, Jetty 12.0.12, Netty 4.1.112, Undertow 2.3.15
2 years ago
Juergen Hoeller
d0bff584d7
Polishing
2 years ago
Juergen Hoeller
8be5010f5d
LocaleEditor supports BCP 47 language tags as well
...
Closes gh-33348
2 years ago
Juergen Hoeller
552936627a
Reject method name mismatch in case of bean name overloading
...
Closes gh-33330
2 years ago
Stéphane Nicoll
599fc8796b
Upgrade to Reactor 2024.0.0-M5
...
Closes gh-33328
2 years ago
Stéphane Nicoll
57171143b9
Upgrade to Micrometer 1.14.0-M2
...
Closes gh-33327
2 years ago
Stéphane Nicoll
50c927b649
Merge branch '6.1.x'
2 years ago
Stéphane Nicoll
86761cd233
Upgrade to Reactor 2023.0.9
...
Closes gh-33326
2 years ago
Stéphane Nicoll
07cdef410e
Upgrade to Micrometer 1.12.9
...
Closes gh-33325
2 years ago
Sam Brannen
1aea01687a
Merge branch '6.1.x'
2 years ago
Sam Brannen
e74406afd0
Introduce withAssignmentDisabled() option for SimpleEvaluationContext
...
To support additional use cases, this commit introduces a
withAssignmentDisabled() method in the Builder for
SimpleEvaluationContext.
Closes gh-33319
2 years ago
rstoyanchev
5fee796659
Merge branch '6.1.x'
2 years ago
rstoyanchev
fe4fd00429
Polishing contribution
...
Closes gh-33374
2 years ago
Riley Park
1703b71563
Fix incorrect weak ETag assertion
...
See gh-33374
2 years ago
rstoyanchev
cef1b7ea6d
Polishing in HTTP interface argument resolvers
2 years ago
Olga Maciaszek-Sharma
51de84e148
Reject null for non-optional arguments
...
Closes gh-33339
2 years ago
Stéphane Nicoll
4ac4c1b868
Revert "Merge pull request #33366 from kashike"
...
This reverts commit a1ec7669f6 , reversing
changes made to e27192e8ad .
See gh-33366
2 years ago
Sébastien Deleuze
bb4a96f227
Merge branch '6.1.x'
2 years ago
Sébastien Deleuze
1911ca728d
Support invoking bridged suspending functions in AopUtils
...
Closes gh-33045
2 years ago
Simon Baslé
4dcdd9a224
Polishing
...
See gh-21590
2 years ago
Simon Baslé
2eda5d7a2a
Handle low-level errors for sync/flux/mono/future gets
...
This change adds 3 protected methods to `AbstractCacheInvoker` that wrap
additional `Cache#retrieve` and `Cache#get` calls with
`handleCacheGetError` in case the Cache call itself fails.
For example, if the cache is remote and a connection to it cannot be
established.
Closes gh-21590
2 years ago