Sam Brannen
cd27fbe550
Add callouts to Kotlin examples for parity
2 years ago
Sam Brannen
bbfc39efc9
Polishing
2 years ago
Brian Clozel
1a8a69d289
Refactor Asciidoctor attributes in reference docs
...
This commit reorganizes the asciidoctor attributes for the reference
documentation. Instead of being contributed partially by the build and
individual documents, attributes are now shared in common files that are
included in top sections.
2 years ago
Stephane Nicoll
e16cdfede0
Merge pull request #29508 from wilkinsona
...
* pr/29508:
Update Jackson-based decoders to reflect 2.14 baseline
Closes gh-29508
2 years ago
Andy Wilkinson
26df6fbada
Update Jackson-based decoders to reflect 2.14 baseline
...
See gh-29508
2 years ago
Sam Brannen
508d2c7a77
Fix Javadoc formatting issues for headings
...
Headings in method-level Javadoc must be h4 or higher in recent versions
of Java.
2 years ago
Sam Brannen
428539f30d
Polishing
2 years ago
Sam Brannen
d0d5730f7f
Suppress "removal" warnings in CronSequenceGeneratorTests
2 years ago
Spring Builds
befa4b14cd
Next development version (v6.0.1-SNAPSHOT)
2 years ago
Stephane Nicoll
42856bab16
Add milestone repo for optional Netty 5 support
...
Closes gh-29498
2 years ago
Arjen Poutsma
9be6cea012
Polishing deprecated methods
...
Added since and forRemoval to Deprecated methods.
2 years ago
Andy Wilkinson
37b439182e
Align javadoc of DefaultParameterNameDiscoverer with its behavior
2 years ago
Stephane Nicoll
09a58a55bf
Polish
2 years ago
Andriy
10f4ad1a44
Assert fixed in DefaultErrorResponseBuilder
...
Fixed assert on wrong constructor fields
2 years ago
Sam Brannen
9457ed342d
Document AOT support in the TestContext framework
...
Closes gh-29482
2 years ago
Sam Brannen
074ec97655
Fix section formatting in the testing chapter
2 years ago
Sam Brannen
9ede4afc34
Revert "Ignore HttpComponents Javadoc"
...
This reverts commit f50b472ceb
.
HttpComponents Javadoc is available again.
See gh-29479
See https://issues.apache.org/jira/browse/HTTPCLIENT-2227
2 years ago
Sam Brannen
bfc125105f
Merge branch '5.3.x'
2 years ago
Sam Brannen
8e64701cb7
Fix Javadoc formatting issue in TestSocketUtils
2 years ago
Sam Brannen
ae9a9e3c06
Document TestSocketUtils in the testing chapter
2 years ago
Sam Brannen
fe03654e83
Update testing chapter regarding Servlet 6.0 baseline for mocks
2 years ago
Sam Brannen
da920bc488
Polish AOT ref docs
2 years ago
Juergen Hoeller
8937015993
Merge branch '5.3.x'
...
# Conflicts:
# build.gradle
2 years ago
Juergen Hoeller
c94025699f
Upgrade to Reactor 2020.0.25
...
See gh-29464
2 years ago
Juergen Hoeller
f8b4be3b82
Straight filename extraction for URI path (decoded and standard separators)
...
See gh-29486
2 years ago
Sam Brannen
abf3400c07
Use Assert.state() where appropriate
2 years ago
Sam Brannen
2aa78889d2
Use consistent wording in precondition error messages
2 years ago
Stephane Nicoll
711a63adca
Polish
...
See gh-29391
2 years ago
Juergen Hoeller
9235e3996f
Equivalent code without java.net.URL constructor in comment blocks
...
See gh-29486
See gh-29481
2 years ago
Juergen Hoeller
7d2543ed82
Extract filename from cleaned path (for consistent separator handling)
...
See gh-29486
2 years ago
Juergen Hoeller
588a70218a
Merge branch '5.3.x'
...
# Conflicts:
# spring-beans/src/main/java/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanPostProcessor.java
2 years ago
Juergen Hoeller
ec3f59e6fe
Allow AutoCloseable dereferences on original AutoCloseable beans
...
Closes gh-29480
2 years ago
Juergen Hoeller
49ee4a4fdf
Deprecated unused findAutowireCandidates template method (removed in 6.0)
...
See gh-29487
2 years ago
Juergen Hoeller
28cd39abf9
Remove unused AutowiredAnnotationBeanPostProcessor template methods
...
Closes gh-29487
2 years ago
Juergen Hoeller
aaeb5eb0d2
Avoid direct URL construction and URL equality checks
...
Closes gh-29486
2 years ago
Sam Brannen
0b21c16fa8
Suppress unused warning in test code
2 years ago
Sam Brannen
7d731ee754
Merge branch '5.3.x'
...
# Conflicts:
# spring-core/src/test/java/org/springframework/util/SocketUtilsTests.java
2 years ago
Sam Brannen
698f8995f7
Revise TestSocketUtils and tests
...
Closes gh-29132
2 years ago
Chris Bono
ee51dab1f3
Introduce TestSocketUtils as a replacement for SocketUtils
...
SocketUtils was officially deprecated in 5.3.16 (gh-28052) and removed
in 6.0 M3 (gh-28054); however, there is still need for a subset of this
functionality in integration tests for testing scenarios in which it is
not possible for the system under test to select its own random port
(or rely on the operating system to provide an ephemeral port).
This commit therefore introduces a scaled down version in the
spring-test module called TestSocketUtils which supports retrieval of a
single TCP port.
See gh-29132
2 years ago
Sam Brannen
743a96b75e
Polish SocketUtilsTests
2 years ago
Sam Brannen
6efc3dadf1
Apply "instance pattern matching"
2 years ago
Sam Brannen
07ba13c9ca
Remove superfluous method override
2 years ago
Stephane Nicoll
5421a36c8f
Add section on runtime hints
...
See gh-29350
2 years ago
Brian Clozel
3573022b96
Fix version change in previous commit
2 years ago
Brian Clozel
1ad7cc3702
Reorganize server observability packages
...
Prior to this commit, the server observability support would create a
cycle in Java packages.
This commit refactors the current arrangement to solve this by:
* "flattening" the reactive HTTP instrumentation; this removes the
dependency to the `ServerWebExchange` and `PathPattern` types
* moving the `observation` package under
`org.springframework.http.server` and
`org.springframework.http.server.reactive`
See gh-29477
2 years ago
Sébastien Deleuze
91c6fac18a
Update outdated WebClientAdapter.createHttpServiceProxyFactory documentation
2 years ago
Brian Clozel
f50b472ceb
Ignore HttpComponents Javadoc
...
Closes gh-29479
2 years ago
Sébastien Deleuze
7a9bd3fed9
Merge branch '5.3.x'
2 years ago
Sébastien Deleuze
b766a49a4d
Support suspending functions returning Unit in WebFlux
...
Closes gh-27629
2 years ago
Sam Brannen
eb91d21ada
Polishing
2 years ago