268 Commits (e5a5677fcd2a0948be5ab87fbd418fdc7b2b1daf)

Author SHA1 Message Date
Rossen Stoyanchev 48c41049b1 Correct package for MockServerWebExchange 9 years ago
Rossen Stoyanchev 223e27d53d Package private request and response implementations 9 years ago
Arjen Poutsma 69945f4185 WebClient throws ClassCastException for bodyToMono(ParameterizedTypeReference) 9 years ago
Rossen Stoyanchev 869b818e96 WebFlux support for LocaleContext related arguments 9 years ago
Brian Clozel 126ac849e5 Fix behavior of ClientResponse#bodyTo** with Void 9 years ago
Rossen Stoyanchev 6ee1af27c6 WebFlux supports HTTP HEAD 9 years ago
Brian Clozel 10139d42fc Revisit meaning of response.close() in HTTP client 9 years ago
Brian Clozel 80979e7592 Polish 9 years ago
Brian Clozel 3d37c889fa Un-ignore RequestMapping test for handling "" paths 9 years ago
Rossen Stoyanchev bdde0f1ea0 WebFlux supports UriBuilder, UriComponentsBuilder args 9 years ago
Rossen Stoyanchev 2da2c17fbb WebFlux supporst HttpHeaders return values 9 years ago
Arjen Poutsma 1a3cc3df94 Moved fromServerRequest to ServerRequest itself 9 years ago
Rossen Stoyanchev ed10cab9d3 Remove DispatcherHandler static factory methods 9 years ago
Rossen Stoyanchev 816a58fcf9 RouterFunctionMapping provides getter for RouterFunction 9 years ago
Rossen Stoyanchev 31619b3ffb DispatcherHandler orders HandlerMappings correctly again 9 years ago
Arjen Poutsma a7617a2641 Introduce WebFluxUriComponentsBuilder 9 years ago
Arjen Poutsma 2fb3eeba6f Introduce ServerRequest.methodName() 9 years ago
Brian Clozel 98b6491f0c Send error signal also for empty server responses 9 years ago
Brian Clozel aa19912e00 Polish 9 years ago
Rossen Stoyanchev e214d69350 Remove jetbrains annotations inserted by IDE 9 years ago
Rossen Stoyanchev f76ac5bb32 WebFlux support for @SessionAttributes 9 years ago
Juergen Hoeller 496223a927 WebFlux supports field default/marker parameters for data classes as well 9 years ago
Sam Brannen 15ab0ad6e2 Clean up warnings in Gradle build output 9 years ago
Brian Clozel 16f3f8d28f Add close() method on HTTP client response 9 years ago
Rossen Stoyanchev fc0841c60f Adapt to method name change in Mono 9 years ago
Stephane Nicoll 5a51351fa4 Relax test assertion when Jacoco is enabled 9 years ago
Stephane Nicoll f6e7fef236 Polish 9 years ago
Rossen Stoyanchev 645e3492db Use URLDecoder for query params in WebFlux 9 years ago
Sebastien Deleuze f57e5584af Add a reference to KT-18833 in JDK 9 ignored tests 9 years ago
Rossen Stoyanchev 08dfce2cb5 Dedicated specificity comparator in PathPattern 9 years ago
Rossen Stoyanchev dccedd5ad5 Minor refactoring in PathPattern 9 years ago
Rossen Stoyanchev c060f4f615 Polish PathPattern and parser 9 years ago
Arjen Poutsma 5394cc0c63 WebClientException should allow access to status code of the response 9 years ago
Rossen Stoyanchev b1440b6816 Remove ParsingPathMatcher 9 years ago
Rossen Stoyanchev 4fc0ce1206 Properly detect null value params in params conditions 9 years ago
Arjen Poutsma 0b3ea405ab Remove BodyInserters.fromServerSentEvent variants 9 years ago
Rossen Stoyanchev 6855a85c41 Move RequestPath to parent server package 9 years ago
Sebastien Deleuze 6583f9f754 Use ParameterizedTypeReference instead of Class in Kotlin extensions 9 years ago
Arjen Poutsma 1d86c9c3d1 Use Credentials object instead of 2 attributes for Basic Authentication 9 years ago
Arjen Poutsma eb435f5947 Add ParameterizedTypeReference method variants to ServerRequest/ServerResponse 9 years ago
Arjen Poutsma f3975776d4 Use list of HttpMessage[Reader|Writer]s instead of CodecConfigurer 9 years ago
Sebastien Deleuze ed6fe2b723 Upgrade to Kotlin 1.1.4-eap-33 9 years ago
Sebastien Deleuze d8a80fc0db Rename RouterFunction Kotlin DSL files 9 years ago
Rossen Stoyanchev 378c72e9b6 Polish + minor refactoring of ResourceUrlProvider 9 years ago
Rossen Stoyanchev 147368eccc Proactively reject URLs without target address 9 years ago
Rossen Stoyanchev 43f2de4671 Defensive checks in WebClient and Reactor connector 9 years ago
Rossen Stoyanchev 56903581d9 ResponseEntity declared as Object in WebFlux controller 9 years ago
Rossen Stoyanchev 57221ab15c ContentVersionStrategy has non-blocking contract 9 years ago
Brian Clozel a06da0019f Remove PathPatternParser from PatternsRequestCondition 9 years ago
Rossen Stoyanchev b0422d02dc Resource transformers use AsynchronousFileChannel 9 years ago