Muhammad Hewedy
f638bfc6a9
Fix status code in webmvc.adoc
...
Closes gh-22396
6 years ago
Rossen Stoyanchev
b98d8ef06f
Merge pull request #22715
...
Closes gh-22715
6 years ago
Rossen Stoyanchev
32f82c0ed0
Polishing
6 years ago
Ilja
08f1cb454a
Allow sending headers with the disconnect frame
6 years ago
denisgalaybo
b0b6423714
Fixed error in webflux.adoc
...
Closes gh-23957
6 years ago
Rossen Stoyanchev
fd453a0753
Merge branch 'pr/23417'
...
Closes gh-23417
6 years ago
Rossen Stoyanchev
b2b02ad7a1
Polishing
6 years ago
Ilya Lukyanovich
801cca8cf8
Preserve ErrorMessage#getOriginalMessage()
...
See gh-23417
6 years ago
Tomo Suzuki
21d390a018
Replacing netty-all with specific dependencies
6 years ago
Qimiao Chen
9b8da04e64
Delete unnecessary variable assignment
...
Closes gh-23955
6 years ago
Rossen Stoyanchev
a6dd63f9ca
Merge pull request #23938
6 years ago
Rossen Stoyanchev
0e1a237139
Polishing
6 years ago
Johnny Lim
91f5f42d13
Add tests for PrincipalMethodArgumentResolver
6 years ago
Rossen Stoyanchev
c7b9988033
Merge pull request #23855
6 years ago
Rossen Stoyanchev
1261e64465
Minor refactoring
...
Apply default Accept header for HttpUrlConnection only.
See gh-23855
6 years ago
Lorenzo Torracchi
afae8c3045
Avoid default "Accept" from HttpUrlConnection
...
Closes gh-23740
6 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
6 years ago
Juergen Hoeller
6a48bb7b4d
Polishing
6 years ago
stsypanov
f5ae3c77c6
Use Method::getParameterCount where possible
6 years ago
Arjen Poutsma
55f3f128c9
Polishing
6 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
6 years ago
Rossen Stoyanchev
5d2fc2fc32
HttpHandlerConnector uses non-blocking thread
...
Closes gh-23936
6 years ago
Rossen Stoyanchev
627a9be654
Update WebMvcConfigurer#addInterceptors Javadoc
...
Closes gh-23908
6 years ago
Rossen Stoyanchev
203977972b
Fix issue with path matching options
...
Closes gh-23907
6 years ago
Rossen Stoyanchev
3a241b546f
Relax domain name checks in ResponseCookie
...
Closes gh-23924
6 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
6 years ago
Rossen Stoyanchev
9960ed55aa
Fix condition in ServletInvocableHandlerMethod
...
Closes gh-23775
6 years ago
Sam Brannen
29b31cad48
Align implementations of StringToUUIDConverter and UUIDEditor
...
Closes gh-23940
6 years ago
Sam Brannen
92228f0fc0
Test status quo for @RequestHeader UUID conversion support
...
See gh-23939
6 years ago
Sam Brannen
1a13700f8b
Polish contribution
...
See gh-23923
6 years ago
stsypanov
9da15ee23a
Improve usage of String.substring()
...
Closes gh-23923
6 years ago
Sam Brannen
f9c1f136c3
Polishing
6 years ago
Sam Brannen
fc1dcddb75
Fix grammar
6 years ago
Arjen Poutsma
6e3deb86f1
Javadoc
...
Describe source of parameters for ServerRequest (i.e. query string or
form data)
6 years ago
Sam Brannen
d6002092c4
Clean up build warnings for ApplicationContextExpressionTests
6 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
6 years ago
wonwoo
8855056395
Polish
6 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
6 years ago
François Guillot
2411b657ae
Fix spring-core jar task 'up-to-date'-ness
...
See gh-23729
6 years ago
Sam Brannen
f746e9df82
Upgrade to Gradle 5.6.4
6 years ago
Spring Buildmaster
c28cc0bc74
Next Development Version
6 years ago
방성범 (Bang Seongbeom)
89fc0f2713
Fix typo in docs
...
Closes gh-23788
6 years ago
AlexeyAnufriev
2d208de145
Clear connection pool for OkHttpClient
...
Closes gh-23628
6 years ago
Arjen Poutsma
3858a69c42
Path RequestPredicate should honor servlet path
...
Closes gh-23841
6 years ago
Sam Brannen
95af079906
Document unidirectional @AliasFor attribute mapping support
...
See gh-23834
6 years ago
Rossen Stoyanchev
005d2018d4
Refine changes for PR
...
Closes gh-23882
6 years ago
Dekel Pilli
64f2beb9bf
Fixing NPE in AbstractNamedValueMethodArgumentResolver
...
See gh-23882
6 years ago
Rossen Stoyanchev
fd9678833f
Use int for maxParts instead of long
6 years ago
Rossen Stoyanchev
3691c187ef
Preserve order of onStatus handlers
...
Closes gh-23880
6 years ago
Sam Brannen
74b7b550f6
Make MBeanServer tests more robust
...
This commit refactors several tests to use SocketUtils to find an
available port, compose a custom JMX service URL using that port, and
start an MBeanServer for the particular test using that port.
This commit also makes other changes to MBeanServer related tests in an
effort to make them more robust when executed concurrently.
Closes gh-23699
6 years ago