1345 Commits (3ec0452fed9675cac4676f05c8ca461f0d96dd30)

Author SHA1 Message Date
Rossen Stoyanchev 26dc93d0f6 Polish body methods 5 years ago
Rossen Stoyanchev b75674f5e9 Polish method order 5 years ago
Rossen Stoyanchev 008687d5ae Rename body(Object) to bodyValue 5 years ago
Rossen Stoyanchev 5cfe491602 Polish AbstractWebSocketIntegrationTests 5 years ago
Sebastien Deleuze 4d10249b70 Update to Coroutine 1.3.0-RC2 5 years ago
Sam Brannen 31cde12540 Fix off-by-one error in AbstractWebSocketIntegrationTests.arguments() 5 years ago
Sam Brannen 979508a7f3 Remove JUnit 4 dependency from all modules except spring-test 5 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 5 years ago
Sam Brannen 3df85c783f Migrate parameterized tests in spring-core 5 years ago
Sam Brannen e7e5cce735 Polish contribution 5 years ago
Sauhard Sharma 91c0fbaadb Use valid example in Javadoc for @EnableWebFlux 5 years ago
Sam Brannen d32cb7dac3 Avoid use of GenericTypeResolver.resolveParameterType() in tests 5 years ago
Juergen Hoeller 438b40f6d7 Consistent ordering of WebClient.Builder methods 5 years ago
Juergen Hoeller 30132b42c6 Consistent assertion messages in DefaultWebClient 5 years ago
Juergen Hoeller 960079e5f5 Retain non-null HttpStatus return value in Client(Http)Response 5 years ago
Arjen Poutsma 29ef985411 Add support for non-standard status codes 5 years ago
Juergen Hoeller c4622dbebc Polishing 5 years ago
Juergen Hoeller 22e87ac143 Polishing 5 years ago
Arjen Poutsma 6cb4b8bd43 Add onRawStatus to WebClient 5 years ago
Stephane Maldini 50a909908c Remove unnecessary flushOnEach (since reactor-netty 0.9) 5 years ago
Sam Brannen f53cdb8bd2 Introduce common SimpleUrlHandlerMapping constructors 5 years ago
Johnny Lim 7c45381600 Add since tag for ClientResponse.Builder.request() 5 years ago
Arjen Poutsma 7b73418418 Add rawStatusCode() to ServerResponse in both WebFlux and Servlet 5 years ago
Sam Brannen b0939a8af0 Suppress deprecation warnings in Gradle build 5 years ago
Sebastien Deleuze c006a83584 Upgrade to Coroutines 1.3.0-RC 5 years ago
Juergen Hoeller 45136aabd4 Upgrade to Protobuf 3.9 (plus consistent XMLUnit declarations) 5 years ago
Sebastien Deleuze 095fd5bcb3 Use Kotlin BOM 5 years ago
Arjen Poutsma 8b7ed5f45e Added since tag 5 years ago
Arjen Poutsma d8838152b3 Copy ClientResponseEntity::toEntity* methods to ResponseSpec 5 years ago
Juergen Hoeller 94e3210ae7 Fix nullability warnings and javadoc-triggered package cycles 5 years ago
Arjen Poutsma 7fe0116599 Added since tag 5 years ago
Arjen Poutsma a9b3d95a14 Interpret empty mono from status handler as normal response 5 years ago
Arjen Poutsma dae4509152 Make sure built ClientResponses have HttpRequest 5 years ago
Rossen Stoyanchev c32299f734 Use HttpMessageNotWritableException instead of ISE 5 years ago
Arjen Poutsma b4207823af Add ClientResponse::createException 5 years ago
Rob Winch fde92793b5 Fix http URLs 5 years ago
Sebastien Deleuze c8f8dfa39e Add engineSupplier property to ScriptTemplateConfigurer 5 years ago
Sebastien Deleuze c08035b674 Remove unused Coroutines extension parameter 5 years ago
Arjen Poutsma 2909de8829 Remove ServerWebExchange::getParts and ServerRequest::parts 5 years ago
Sam Brannen f0d599493e Cache encoded BASIC credentials in ExchangeFilterFunctions 5 years ago
Sebastien Deleuze ca75c2843a Upgrade to Coroutines 1.3.0-M2 5 years ago
Sebastien Deleuze 08a5196c3a Use elementClass and elementTypeRef consistently 5 years ago
Sebastien Deleuze 2b4d6ce354 Add body methods with Object parameter to WebFlux 5 years ago
Juergen Hoeller d903b9acf5 Compatibility with RxJava 3.0 5 years ago
Rossen Stoyanchev 2aec175ccc Drain body after exception from applying onStatus 5 years ago
Rossen Stoyanchev 37f9ce5cc9 Return 500 (not 406) if content-type was preset 5 years ago
Rossen Stoyanchev 29b7659094 Polish 5 years ago
Ilya Lukyanovich 27b5d2b288 Optional @RequestPart Mono arg resolves to Mono.empty 5 years ago
Stephane Maldini 14afdb2bbc Remove unnecessary import 5 years ago
Stephane Maldini 339ee01233 Remove unnecessary flushOnEach (since reactor-netty 0.9) 5 years ago