Stephane Nicoll
63217e44f1
Merge pull request #26807 from mustafau
...
* pr/26807:
Update copyright year of changed file
Remove leftover Javadoc from WebClient
Closes gh-26807
4 years ago
Stephane Nicoll
5226a67161
Update copyright year of changed file
...
See gh-26807
4 years ago
Mustafa Ulu
1694274e32
Remove leftover Javadoc from WebClient
...
See gh-26807
4 years ago
Rossen Stoyanchev
27c4e74e24
Update CORS Javadoc in spring-websocket
...
Closes gh-26753
4 years ago
Spring Buildmaster
b73eb51cb1
Next development version (v5.3.7-SNAPSHOT)
4 years ago
Juergen Hoeller
f31933e67e
Nullability refinements
4 years ago
Juergen Hoeller
c7989c78c8
Polishing
4 years ago
Sam Brannen
f03ccd5cc9
Fix Javadoc in AcceptHeaderLocaleResolver
...
Closes gh-26793
4 years ago
Sam Brannen
bcc6171a72
Polish contribution
...
See gh-26785
4 years ago
Sviatoslav Hryb
a80c5fcfaf
Improve @EventListener documentation in reference manual
...
Closes gh-26785
4 years ago
Juergen Hoeller
04ce8e0ac4
Make URL path tests compatible with Windows
...
See gh-26775
4 years ago
Stephane Nicoll
74f7eb11be
Polish "Upgrade to Reactor 2020.0.6"
...
See gh-26767
4 years ago
Juergen Hoeller
e05b584623
Ignore testWindowsAbsoluteFilePath exception if not on Windows
...
See gh-26702
4 years ago
Juergen Hoeller
29955a2898
Polishing
4 years ago
Juergen Hoeller
4b6b12bf2f
Bypass root path resolution for "file:" prefix only
...
Closes gh-26702
4 years ago
Rossen Stoyanchev
ab0e8f0617
Upgrade to Reactor 2020.0.6
...
Closes gh-26767
4 years ago
Rossen Stoyanchev
0a6a6d48e2
Avoid CI failures with UTF-8 chars in test filenames
...
See gh-26775
4 years ago
Rossen Stoyanchev
a08593b44b
Correct matching of static resources with parsed patterns
...
Closes gh-26775
4 years ago
Rebwon
7954dc7a00
Polish tests
...
Closes gh-26708
4 years ago
Sam Brannen
22d9012081
Retain root cause for parsing patterns in @DateTimeFormat
...
The support for fallback parsing patterns in @DateTimeFormat introduced
in gh-20292 introduced a regression in that the original cause of the
parsing exception was no longer retained.
This commit ensures that the original DateTimeParseException is set as
the cause for any newly created DateTimeParseException, thereby
retaining the original exception as the root cause.
Closes gh-26777
4 years ago
Arjen Poutsma
327e761536
Recreate file storage directory when removed in DefaultPartHttpMessageReader
...
Some operating systems delete temp files not just when booting up, but
also during operation. This commit makes sure that the
DefaultPartHttpMessageReader recreates the directory used to store
files in, if it's not there.
Closes gh-26790
4 years ago
Juergen Hoeller
4e42b5dfbc
Upgrade to Tomcat 9.0.45, Jetty 9.4.39, Undertow 2.2.7, Netty 4.1.63, RxJava 3.0.12
4 years ago
Brandon Fergerson
432c720dd0
Allow spring-expression to be more easily repackaged
...
This commit allows the spring-expression module to be more easily repackaged
for embedding in third-party JARs -- for example, via the Shadow Gradle plugin.
Closes gh-26779
4 years ago
Sviatoslav Hryb
f7606ba51b
Update ref docs regarding RequiredAnnotationBPP registration
...
The RequiredAnnotationBeanPostProcessor is no longer automatically
registered via XML namespace elements.
Closes gh-26783
4 years ago
Sam Brannen
0f54585f05
Polish contribution
...
See gh-26782
4 years ago
Stephane Nicoll
d3d6e100da
Merge pull request #26781 from runningcode
...
* pr/26781:
Update to Gradle Enterprise Gradle Plugin 3.6.1
Closes gh-26781
4 years ago
Nelson Osacky
a48c5f6a0d
Update to Gradle Enterprise Gradle Plugin 3.6.1
...
See gh-26781
4 years ago
Sviatoslav Hryb
35ea33e13a
Update documentation for <context:annotation-config/>
...
Closes gh-26782
4 years ago
Arjen Poutsma
a2d91a562d
Support "Accept-Patch" for unsupported media type
...
This commit introduces support in both servlet and webflux for the
"Accept-Patch" header, which is sent when the client sends unsupported
data in PATCH requests.
See section 2.2 of RFC 5789.
Closes gh-26759
4 years ago
Arjen Poutsma
97f3846971
Support "Accept-Patch" for OPTIONS requests
...
This commit introduces support in both servlet and webflux for the
"Accept-Patch" header in OPTIONS requests, as defined in section 3.1 of
RFC 5789.
See gh-26759
4 years ago
Stephane Nicoll
44e1d6d1bf
Merge pull request #26776 from KENNYSOFT
...
* pr/26776:
Update copyright year of changed file
Fix javadoc link syntax
Closes gh-26776
4 years ago
Stephane Nicoll
7adac25e7e
Update copyright year of changed file
...
See gh-26776
4 years ago
Hyeonmin Park
7dca6a36a6
Fix javadoc link syntax
...
See gh-26776
4 years ago
Rossen Stoyanchev
c5ac8e8ab6
Use createUnresolved for forwarded header address
...
Avoid DNS resolution.
See gh-26748
4 years ago
Stephane Nicoll
fa4c62cab2
Start building against Reactor 2020.0.6 snapshots
...
See gh-26767
4 years ago
Rossen Stoyanchev
8a1182a678
Additional validation for forwarded header address value
...
Closes gh-26748
4 years ago
Stephane Nicoll
01bea34569
Merge pull request #26755 from izeye
...
* pr/26755:
Add since to WebClient.ResponseSpec.awaitBodyOrNull()
Closes gh-26755
4 years ago
Johnny Lim
aec151e014
Add since to WebClient.ResponseSpec.awaitBodyOrNull()
...
See gh-26755
4 years ago
Valentin
58e40d1aa2
Add awaitBodyOrNull to WebClient.ResponseSpec
...
Such variant is already provided for ClientResponse but not
for WebClient.ResponseSpec.
Closes gh-26731
4 years ago
Sébastien Deleuze
85dbd2a4c3
Upgrade Kotlin to 1.4.32
4 years ago
Sébastien Deleuze
eca87b87de
Improve Kotlin support in BridgeMethodResolver#findBridgedMethod
...
This commit adds support for Kotlin non-nullable type which resolves
to primitive Java types in BridgeMethodResolver#findBridgedMethod.
Closes gh-26585
4 years ago
Rossen Stoyanchev
5e1e29a2dd
Fix failing tests
...
See gh-26746
4 years ago
Rossen Stoyanchev
7dc3a55648
Deferred buffer allocation in SSE message writer
...
See gh-26746
4 years ago
Arjen Poutsma
f982fd99d7
Fix timezone offset in CronExpressionTests
...
Closes gh-26744
4 years ago
Arjen Poutsma
ab18ab6025
Fix CronExpression issue with ZonedDateTime & DST
...
This commit fixes an issue with CronExpression when used in combination
with ZonedDateTime and daylight saving time.
Closes gh-26744
4 years ago
Arjen Poutsma
d83fb09914
Change header encoding to UTF8 in DefaultPartHttpMessageReader
...
This commit changes the encoding used to parse multipart headers from
ISO-8859-1 to UTF-8, in accordance with RFC 7578.
Closes gh-26736
4 years ago
Rossen Stoyanchev
b651c10e83
Fix error messages to match commit #1a9556
...
See gh-26679
4 years ago
Rossen Stoyanchev
5651695fd1
Fix typo in Javadoc
...
Closes gh-26740
4 years ago
Rossen Stoyanchev
1a9556925d
missingAfterConversion flag for missing request values
...
Closes gh-26679
4 years ago
nara
2dc203ffdc
Polish web docs example
4 years ago