1436 Commits (9526e39f8813420f90d693c225366f80d55e0a7f)

Author SHA1 Message Date
Sam Brannen 7d6be2e26e Polishing 6 years ago
Sam Brannen 0f1d16bb05 Fix Checkstyle violation 6 years ago
Sam Brannen d0231cb29a Presort beans in ControllerAdviceBean.findAnnotatedBeans() 6 years ago
Sam Brannen 9239ab1891 Support Ordered interface for @ControllerAdvice beans 6 years ago
Sam Brannen 4568edf6c4 Simplify ControllerAdviceBean constructors 6 years ago
Sam Brannen 8f30639a0a Test status quo for Ordered support for @ControllerAdvice beans 6 years ago
Sam Brannen 59901592d2 Introduce regression tests for ControllerAdviceBean 6 years ago
Rossen Stoyanchev 594c5806a6 Handle error in apply of writeFunction 6 years ago
Brian Clozel cc05608ae9 PathPattern does not use custom separator 6 years ago
Brian Clozel 5787fc16fb PathPatternRouteMatcher should use custom separator 6 years ago
Sam Brannen d2e6d0269b Preliminary tests for multipart/related & multipart/mixed in RestTemplate 6 years ago
Sam Brannen 4000b244ff Forbid null converters in RestTemplate & HttpMessageConverterExtractor 6 years ago
Sam Brannen aa0a8d66a8 Polishing 6 years ago
Rossen Stoyanchev 14e2c6803e Support for RSocket composite metadata 6 years ago
Ilya Lukyanovich 2ed81be831 Fix MockHttpServletRequest.setCookies to produce single cookie header 6 years ago
Brian Clozel 33becd8258 Allow separator configuration in PathPatternParser 6 years ago
Rossen Stoyanchev 69eba32284 Improved Part support in MultipartBodyBuilder 6 years ago
Rossen Stoyanchev 4f05da7fed Support escape character in ContentDisposition 6 years ago
Sam Brannen 141ef9082f Clean up Mockito usage 6 years ago
Phillip Webb 9d74da006c Migrate JUnit 4 assertions to AssertJ 6 years ago
Phillip Webb 95a9d46a87 Migrate Hamcrest assertions to AssertJ 6 years ago
Sam Brannen f806594e60 Introduce getOrEmpty(String) convenience method in HttpHeaders 6 years ago
Sam Brannen 9ca7354146 Polishing 6 years ago
Sam Brannen 819097a07a Clean up warning in Gradle build 6 years ago
Juergen Hoeller 3645281c35 Polishing 6 years ago
Phillip Webb 02850f357f Migrate exception checking tests to use AssertJ 6 years ago
Rossen Stoyanchev ed2a3bd451 Take advantage of Encoder#encodeValue 6 years ago
Rossen Stoyanchev 0274752fe9 Use singleOrEmpty to avoid upstream cancel 6 years ago
Rossen Stoyanchev afc0ae3752 Add hasPatternSyntax method to PathPattern 6 years ago
Sam Brannen 73dbd06361 Enforces static imports for JUnit 4 assertions and assumptions 6 years ago
Sam Brannen deecab6311 Use assertThat from Hamcrest instead of JUnit 4 6 years ago
Sam Brannen 724c805211 Discontinue use of JUnit 3 APIs 6 years ago
Sam Brannen 9b61316c2e Clean up warnings in spring-web 6 years ago
Sam Brannen d8f1d56100 Fix broken test 6 years ago
Sebastien Deleuze c8d49ed284 Fix EncoderHttpMessageWriter.isStreamingMediaType() 6 years ago
Sam Brannen e465f51d56 Suppress deprecation warnings 6 years ago
Phillip Webb 798b51f4a3 Migrate to BDD Mockito 6 years ago
Phillip Webb 816bbee8de Remove '.*' imports from tests 6 years ago
Juergen Hoeller 82d32f0875 Remove unused import 6 years ago
Rossen Stoyanchev 44659f4945 Unwrap Part content in asyncPart builder method 6 years ago
Phil Webb d7320de871 Migrate away from ExpectedException (#22922) 6 years ago
Rossen Stoyanchev 7e6e3d7027 Switch writeAcceptCharset to false by default 6 years ago
Arjen Poutsma e7cca7792d Add way to override default multipartReader 6 years ago
Arjen Poutsma fb642ce723 Introduce DefaultMultipartMessageReader 6 years ago
Sam Brannen d616e10dca Use assertThat from Hamcrest instead of JUnit 4 6 years ago
Juergen Hoeller 4e10735e8f MockHttpServletRequest restores default locale for empty accept header 6 years ago
Sebastien Deleuze 89454e69c3 Deprecate MediaType.APPLICATION_JSON_UTF8 6 years ago
Sebastien Deleuze 5cd6763193 Add CBOR codec (single value only) 6 years ago
Phillip Webb 55ac110f7b Fix LinkedCaseInsensitiveMap collection methods 6 years ago
Sam Brannen e5d64e6680 Remove dead code in HttpHeadersTests 6 years ago