Rossen Stoyanchev
ffe69a51e1
Javadoc update for content negotiation
...
Closes gh-23409
5 years ago
Rossen Stoyanchev
1403603b05
Doc update for ForwardedHeaderFilter
...
Closes gh-23954
5 years ago
Sam Brannen
64dfa462a6
Fix Javadoc for SmartLifecycle.DEFAULT_PHASE regarding ordering
...
Closes gh-23956
5 years ago
Sam Brannen
29185505b1
Polishing
5 years ago
Sam Brannen
cb9d27b9b8
Polish contribution and fix build
...
See gh-1954
5 years ago
Rob Tompkins
cfb7777a07
Exception response for MockRestServiceServer
...
Closes gh-1954
5 years ago
Muhammad Hewedy
f638bfc6a9
Fix status code in webmvc.adoc
...
Closes gh-22396
5 years ago
Rossen Stoyanchev
b98d8ef06f
Merge pull request #22715
...
Closes gh-22715
5 years ago
Rossen Stoyanchev
32f82c0ed0
Polishing
5 years ago
Ilja
08f1cb454a
Allow sending headers with the disconnect frame
5 years ago
denisgalaybo
b0b6423714
Fixed error in webflux.adoc
...
Closes gh-23957
5 years ago
Rossen Stoyanchev
fd453a0753
Merge branch 'pr/23417'
...
Closes gh-23417
5 years ago
Rossen Stoyanchev
b2b02ad7a1
Polishing
5 years ago
Ilya Lukyanovich
801cca8cf8
Preserve ErrorMessage#getOriginalMessage()
...
See gh-23417
5 years ago
Tomo Suzuki
21d390a018
Replacing netty-all with specific dependencies
5 years ago
Qimiao Chen
9b8da04e64
Delete unnecessary variable assignment
...
Closes gh-23955
5 years ago
Rossen Stoyanchev
a6dd63f9ca
Merge pull request #23938
5 years ago
Rossen Stoyanchev
0e1a237139
Polishing
5 years ago
Johnny Lim
91f5f42d13
Add tests for PrincipalMethodArgumentResolver
5 years ago
Rossen Stoyanchev
c7b9988033
Merge pull request #23855
5 years ago
Rossen Stoyanchev
1261e64465
Minor refactoring
...
Apply default Accept header for HttpUrlConnection only.
See gh-23855
5 years ago
Lorenzo Torracchi
afae8c3045
Avoid default "Accept" from HttpUrlConnection
...
Closes gh-23740
5 years ago
Juergen Hoeller
d394c7a5c0
Upgrade to RxJava 2.2.14, OkHttp 3.14.4, JRuby 9.2.9, Rhino 1.7.11, Awaitility 3.1.6
5 years ago
Juergen Hoeller
6a48bb7b4d
Polishing
5 years ago
stsypanov
f5ae3c77c6
Use Method::getParameterCount where possible
5 years ago
Arjen Poutsma
55f3f128c9
Polishing
5 years ago
Arjen Poutsma
bf36f49dc5
Corrupt multipart should not hang SynchronossPartHttpMessageReader
...
This commit notifies the Synchronoss listener that the buffer stream
has ended.
Closes gh-23768
5 years ago
Rossen Stoyanchev
5d2fc2fc32
HttpHandlerConnector uses non-blocking thread
...
Closes gh-23936
5 years ago
Rossen Stoyanchev
627a9be654
Update WebMvcConfigurer#addInterceptors Javadoc
...
Closes gh-23908
5 years ago
Rossen Stoyanchev
203977972b
Fix issue with path matching options
...
Closes gh-23907
5 years ago
Rossen Stoyanchev
3a241b546f
Relax domain name checks in ResponseCookie
...
Closes gh-23924
5 years ago
Sam Brannen
29599a93a4
Re-enable support for invalid Expires attributes in MockCookie
...
Changes introduced in commit 9b2087618b
caused a regression for Cookie support in MockHttpServletResponse.
Specifically, an Expires attribute that cannot be parsed using
`ZonedDateTime.parse()` now results in an exception; whereas,
previously an entry such as `Expires=0` was allowed.
This commit fixes this issue in MockCookie by catching and ignoring any
DateTimeException thrown while attempting to parse an Expires attribute.
Closes gh-23911
5 years ago
Rossen Stoyanchev
9960ed55aa
Fix condition in ServletInvocableHandlerMethod
...
Closes gh-23775
5 years ago
Sam Brannen
29b31cad48
Align implementations of StringToUUIDConverter and UUIDEditor
...
Closes gh-23940
5 years ago
Sam Brannen
92228f0fc0
Test status quo for @RequestHeader UUID conversion support
...
See gh-23939
5 years ago
Sam Brannen
1a13700f8b
Polish contribution
...
See gh-23923
5 years ago
stsypanov
9da15ee23a
Improve usage of String.substring()
...
Closes gh-23923
5 years ago
Sam Brannen
f9c1f136c3
Polishing
5 years ago
Sam Brannen
fc1dcddb75
Fix grammar
5 years ago
Arjen Poutsma
6e3deb86f1
Javadoc
...
Describe source of parameters for ServerRequest (i.e. query string or
form data)
5 years ago
Sam Brannen
d6002092c4
Clean up build warnings for ApplicationContextExpressionTests
5 years ago
Sam Brannen
01fb35bd2d
Remove TestGroup.CI enum constant
...
Prior to this commit, the TestGroup.CI enum constant was only used in a
single test method in spring-core. In order to enable that test, the
`testGroups` JVM system property was configured for the
Publication-master CI build plan; however, the `testGroups` system
property is not set when executing local builds. Consequently, there
has been a Gradle cache miss for every `test` task when building
something locally that's already been built on the CI server.
This commit addresses this issue by removing the `TestGroup.CI` enum
constant. The `-PtestGroups=ci` command line configuration for the
Publication-master CI build plan has also been removed on the CI server.
Closes gh-23918
5 years ago
wonwoo
8855056395
Polish
5 years ago
Stephane Nicoll
87d4ad39da
Merge pull request #23729 from facewindu
...
* pr/23729:
Fix spring-core jar task 'up-to-date'-ness
Closes gh-23729
5 years ago
François Guillot
2411b657ae
Fix spring-core jar task 'up-to-date'-ness
...
See gh-23729
5 years ago
Sam Brannen
f746e9df82
Upgrade to Gradle 5.6.4
5 years ago
Spring Buildmaster
c28cc0bc74
Next Development Version
5 years ago
방성범 (Bang Seongbeom)
89fc0f2713
Fix typo in docs
...
Closes gh-23788
5 years ago
AlexeyAnufriev
2d208de145
Clear connection pool for OkHttpClient
...
Closes gh-23628
5 years ago
Arjen Poutsma
3858a69c42
Path RequestPredicate should honor servlet path
...
Closes gh-23841
5 years ago