Sam Brannen
5581f3b77b
Use Gradle test fixture support for spring-tx
...
See gh-23550
5 years ago
Sam Brannen
57b771ba92
Move common FactoryMethods to spring-beans test fixtures
...
See gh-23550
5 years ago
Sam Brannen
94f8ef08e2
Move common TestPrincipal to spring-core test fixtures
...
See gh-23550
5 years ago
Sam Brannen
726b1bb1d0
Rename test fixture package in spring-context
...
See gh-23550
5 years ago
Sam Brannen
7cd4ddf5fc
Rename test fixture package in spring-beans
...
See gh-23550
5 years ago
Sam Brannen
4260c34b47
Rename test fixture package in spring-core
...
See gh-23550
5 years ago
Sam Brannen
0335db23c9
Use Gradle test fixture support for spring-context-support
...
See gh-23550
5 years ago
Sam Brannen
61d4ee594d
Use Gradle test fixture support for spring-beans and spring-context
...
See gh-23550
5 years ago
Sam Brannen
5718bf424b
Use Gradle test fixture support for spring-core
...
See gh-23550
5 years ago
Brian Clozel
75fd391fc7
Remove quality parameter from selected media type
...
Prior to this commit, WebFlux application would keep the quality
parameter from the "Accept" request header when selecting a media type
for the response. It would then echo it back to the client.
While strictly not wrong, this is unnecessary and can confuse HTTP
clients. This commit aligns WebFlux's behavior with Spring MVC.
Fixes gh-24239
5 years ago
Honnix
8082b338e2
Document that SpEL supports symbolic logical operators
...
Make it clear that symbolic logical operators are supported.
Closes gh-24276
5 years ago
Rossen Stoyanchev
956ffe6858
ContentDisposition refactoring
...
See gh-24220
5 years ago
Stephane Nicoll
3cf806a668
Merge pull request #24266 from PascalSchumacher
...
* pr/24266:
Add missing space in AopConfigException message
Closes gh-24266
5 years ago
Pascal Schumacher
e7d489667c
Add missing space in AopConfigException message
...
See gh-24266
5 years ago
Stephane Nicoll
9c17eb59a4
Merge pull request #24252 from ghale
...
* pr/24252:
Upgrade to Gradle build scan plugin 3.1.1
Closes gh-24252
5 years ago
Gary Hale
2d779857aa
Upgrade to Gradle build scan plugin 3.1.1
...
See gh-24252
5 years ago
Stephane Nicoll
9c2d146a51
Merge pull request #24251 from ghale
...
* pr/24251:
Upgrade to nohttp plugin 0.0.4.RELEASE
Closes gh-24251
5 years ago
Gary Hale
b6b7162d61
Upgrade to nohttp plugin 0.0.4.RELEASE
...
See gh-24251
5 years ago
Ferdinand Jacobs
0b5ad09394
Fix example in RSocket docs
...
Closes gh-24245
5 years ago
Sam Brannen
1b4fd1cba1
Polishing
5 years ago
Rossen Stoyanchev
261956fd08
Improve UriBuilder Javadoc on query params
...
Add a note on encoding for query parameters specifically mentioning the
"+" sign and a link to the reference docs.
Also remove duplicate Javadoc in UriComponentsBuilder which is already
inherited from UriBuilder.
5 years ago
Rossen Stoyanchev
a1b8b18282
Polishing logPrefix Javadoc in ClientRequest|Response
...
Closes gh-23791
5 years ago
Rossen Stoyanchev
7456fb9c65
Add failing test to be fixed
...
See gh-23791
5 years ago
Rossen Stoyanchev
ea4f1ca5d5
Update ContentDisposition to RFC 6266
...
Close gh-24231
5 years ago
Rossen Stoyanchev
15321a3163
Fix checkstyle violations
5 years ago
Rossen Stoyanchev
41f40c6c22
Escape quotes in filename
...
Closes gh-24220
5 years ago
Rossen Stoyanchev
44da775134
CorsInterceptor skips async dispatch
...
Closes gh-24223
5 years ago
Rossen Stoyanchev
0eacb443b0
Reuse InputStream in ResourceRegionHttpMessageConverter
...
The converter now tries to keep reading from the same InputStream which
should be possible with ordered and non-overlapping regions. When
necessary the InputStream is re-opened.
Closes gh-24214
5 years ago
Juergen Hoeller
7474ee7041
Polishing
5 years ago
Juergen Hoeller
0711e58a5f
Un-deprecate PathResource (for NIO Path resolution in createRelative)
...
Includes aligned createRelative signature and dedicated java.io.File test.
Closes gh-24211
5 years ago
Juergen Hoeller
f353bc0c25
ConcurrentReferenceHashMap cache for getInterfaceMethodIfPossible results
...
Closes gh-24206
5 years ago
Juergen Hoeller
5836680490
Upgrade to Log4J 2.13 and RxJava 2.2.16
5 years ago
Rossen Stoyanchev
5f9178034c
Merge pull request #2079
...
Closes gh-2079
5 years ago
Rossen Stoyanchev
542297b30d
Polishing of contribution
...
See gh-2079
5 years ago
Dzmitry Kabysh
f4509d6e3a
Allow any Accept and Content-Type raw values
...
See gh-2079
5 years ago
wonwoo
f8d6896e40
Replace context object with "it" argument
...
Closes gh-23482
5 years ago
Sam Brannen
6fdf5ef6ee
Polish contribution
...
See gh-24205
5 years ago
Сергей Цыпанов
d9cae339d6
Simplify AdvisedSupport.removeAdvisor()
...
Closes gh-24205
5 years ago
Sam Brannen
17edbec035
Polishing
5 years ago
Sam Brannen
47b18e5ea9
Polishing
5 years ago
lixiaolong11000
bee2b7cd73
Add missing test cases in XmlBeanFactoryTests
...
Closes gh-24189
5 years ago
Sam Brannen
49ddf798e0
Polish ClassUtils.resolvePrimitiveClassName()
...
See gh-24192
5 years ago
Arjen Poutsma
09b6730f3d
Expose logPrefix in ClientResponse
...
This commit exposes the logPrefix field in the ClientResponse interface.
Closes gh-24146
5 years ago
Gary Russell
63844c6d74
MappingJackson2MessageConverter: fix javadoc typo
...
`getJavaTypeForMessage()` - wrong parameter description.
5 years ago
Rossen Stoyanchev
1dd0a0f009
Fix since tags from prior commit
5 years ago
Rossen Stoyanchev
b23617637d
Fix cloning issue in CodecConfigurer for multipart writers
...
Closes gh-24194
5 years ago
Rossen Stoyanchev
dd9b6287b4
Expose ClientCodecConfigurer in WebClient.Builder
...
Using Consumer<ClientCodecConfigurer> instead of
Consumer<ExchangeStrategies> eliminates one level of nesting that is
also unnecessary since codecs are the only strategy at present.
Closes gh-24124
5 years ago
Rossen Stoyanchev
11e321b8e7
Add register methods to CodecConfigurer.CustomCodecs
...
The new register methods replace the now deprecated
encoder, decoder, reader, and writer methods, and also offer a choice
to opt into default properties such maxInMemorySize, if configured.
See gh-24124
5 years ago
Rossen Stoyanchev
9d65830133
CodecConfigurer implementation refactoring
...
See gh-24124
5 years ago
Juergen Hoeller
fa8f08391f
Consistent use of annotation-api dependency instead of tomcat-embed-core
5 years ago