Sam Brannen
46128cb4b9
Delete duplicate content
2 years ago
Sébastien Deleuze
5dd48fc068
Mention PathPattern in functional router Javadoc
...
This commit makes the various supported patterns
more discoverable.
Closes gh-32045
2 years ago
Arjen Poutsma
0ada78ad84
Enable RestClient.defaultRequest
...
This commit enables the defaultRequest setting in the RestClient
builder.
Closes gh-32028
2 years ago
rstoyanchev
682f4715cf
Polishing
...
See gh-30393
2 years ago
rstoyanchev
c4a34fa26c
Improve cancel handling in AbstractListenerReadPublisher
...
Closes gh-30393
2 years ago
Stéphane Nicoll
e3f185a696
Upgrade to Gradle Enterprise Plugin 3.15
...
This reverts commit e1c8a84fec02373b79f9023880a8a8c3dd8ef593 as our
version of Gradle Enterprise is not yet compatible with it.
2 years ago
Stéphane Nicoll
1b312b6f3f
Polish
2 years ago
Stéphane Nicoll
dc5a21fbd1
Remove outdated note
...
See gh-20606
2 years ago
Sam Brannen
e1c8a84fec
Upgrade com.gradle.enterprise plugin to 3.16.1
2 years ago
Sam Brannen
410fe409d2
Upgrade io.spring.ge.conventions plugin to 0.0.15
2 years ago
Stéphane Nicoll
e0c5068d0b
Fix incorrect assertions using json path
...
Closes gh-32036
2 years ago
Stéphane Nicoll
faba044735
Polish JsonPathExpectationsHelperTests
2 years ago
Stéphane Nicoll
4d885f9aad
Polish
2 years ago
Sam Brannen
fdf187ec46
Polishing
2 years ago
Stéphane Nicoll
0c42965fc3
Polish
2 years ago
Sam Brannen
e1236a8672
Polishing
2 years ago
Sam Brannen
7daff59cb1
Fix alias resolution error message in SimpleAliasRegistry
...
Prior to this commit, the alias resolution error message in
SimpleAliasRegistry was misleading.
When a resolution conflict is detected, the IllegalStateException
thrown by resolveAliases(...) now states that the resolved alias is
already registered for an `existingName` instead of the `registeredName`.
See gh-31353
Closes gh-32025
2 years ago
Sam Brannen
5d309d5724
Improve SimpleAliasRegistryTests
...
This commit improves SimpleAliasRegistryTests in the following ways.
- Some existing methods have been split up into smaller test methods
which focus on a single use case.
- The use of Mockito mocks has been replaced by a hand-crafted
StubStringValueResolver which ensures that existing aliases and names
are not accidentally replaced by null thereby removing their removing
there mappings inadvertently.
- Several test methods now include inline comments that document the
current state of the aliasMap in order to clarify what is happening
behind the scenes in the ConcurrentHashMap.
- Several test methods warn that the current expectations are based on
ConcurrentHashMap iteration order!
- New @ParameterizedTest which is currently @Disabled but
demonstrates that complex use cases involving placeholder replacement
can be supported consistently -- regardless of the values of the
aliases involved -- but only if alias registration order is honored.
Closes gh-31353
2 years ago
Sam Brannen
eeb145ee0b
Fix link to global appendix
2 years ago
Sam Brannen
9f5cda958e
Enable table striping by default in the reference manual
...
Closes gh-32022
2 years ago
rstoyanchev
47779d6a53
Double-checked lock in ChannelSendOperator#request
...
Closes gh-31865
2 years ago
Stéphane Nicoll
2a43cc7574
Polish
2 years ago
Sam Brannen
c4831d2586
Document that Conditions can be ordered
...
Closes gh-32019
2 years ago
Sam Brannen
e4569defd9
Polish Javadoc for Condition
2 years ago
rstoyanchev
65cb59517d
Polishing contribution
...
Closes gh-32008
2 years ago
Olga MaciaszekSharma
b729008f4d
Improve docs on server use of @HttpExchange
...
See gh-32008
2 years ago
Stéphane Nicoll
122d8b9e4e
Polish
2 years ago
Arjen Poutsma
b16f379788
Improve RestTemplate Javadoc
...
See gh-32016
2 years ago
Yanming Zhou
c868bc554f
Refine Kotlin internal modifier impact documentation
...
This commit is a refinement of 01b28561149127eeb7c7ec5d3977d83877cee6d4.
Closes gh-32010
2 years ago
Sébastien Deleuze
5c77c3739e
Find destroy methods in superclass interfaces
...
Related tests will be added in
https://github.com/spring-projects/spring-aot-smoke-tests .
Closes gh-32006
2 years ago
Stéphane Nicoll
ee04442be7
Polish
2 years ago
Stéphane Nicoll
f067ff862b
Merge pull request #32015 from wfouche
...
* pr/32015:
Upgrade to JMH 1.37
Closes gh-32015
2 years ago
Werner Fouché
68864674cc
Upgrade to JMH 1.37
...
See gh-32015
2 years ago
Stéphane Nicoll
f1a335708a
Polish
2 years ago
Spring Builds
d786635239
Next development version (v6.1.4-SNAPSHOT)
2 years ago
rstoyanchev
50fad9ed05
Lenient port handling in HierarchicalUriComponents#toUriString
...
Closes gh-32003
2 years ago
rstoyanchev
2b4ffe0391
Consistent inclusion of baseUrl in URI_TEMPLATE attribute
...
Closes gh-31882
2 years ago
rstoyanchev
e7eaaaded1
Explicit initialization of shouldValidate flags
...
Closes gh-32007
2 years ago
Sam Brannen
f6e52900a2
Polish SpEL documentation
2 years ago
Sam Brannen
62b5e42769
Fix syntax for disabled selection/projection tests in ParsingTests
2 years ago
Sébastien Deleuze
1631be5660
Provide guidelines in AspectJ documentation to avoid dumps
...
Closes gh-27650
2 years ago
Juergen Hoeller
9ccc72a9fb
Upgrade to spring-javaformat-checkstyle 0.0.41
2 years ago
Sébastien Deleuze
01b2856114
Document Kotlin internal modifier impact on `@Bean`
...
Closes gh-31985
2 years ago
rstoyanchev
6dca7b28cc
Polishing contribution
...
Closes gh-31991
2 years ago
Olga MaciaszekSharma
864b1c95cd
Document exception handling for `RestClient` and `RestTemplate`-backed interface clients.
2 years ago
rstoyanchev
168c60c18a
Polishing contribution
...
Closes gh-31992
2 years ago
Aaron Rosser
1e49334209
Exclude query from URI in WebClient checkpoints
...
See gh-31992
2 years ago
Juergen Hoeller
79cc0ec4aa
Make prepareSynchronization overridable again
...
Closes gh-32000
2 years ago
Juergen Hoeller
fdfa4284de
Upgrade to Reactor 2023.0.2 and Micrometer 1.12.2
...
Includes SLF4J 2.0.11, Tomcat 10.1.18, Apache HttpClient 5.3, POI 5.2.5, OpenPDF 1.3.36
Closes gh-31995
Closes gh-31996
2 years ago
Arjen Poutsma
49d3ec58fc
Use timeout for JdkClientHttpRequest response retrieval
...
This commit ensures that, in JdkClientHttpRequest, the response is
obtained using a timeout, instead of blocking indefinitely.
Closes gh-31911
2 years ago