1125 Commits (5581f3b77b8d1f0b274f23a27a4409a90147594b)

Author SHA1 Message Date
Rossen Stoyanchev 6f3051c677 Support for @RequestPart with reactive type wrapper 8 years ago
Rossen Stoyanchev fc7bededd0 Support data binding for multipart requests in WebFlux 8 years ago
Rossen Stoyanchev b5089ac092 Support @RequestBody Flux<Part> in WebFlux 8 years ago
Rossen Stoyanchev 4db1eb1e4e Polish 8 years ago
Rossen Stoyanchev 2ccf78743a Move 500 error handling to HttpWebHandlerAdapter 8 years ago
Rossen Stoyanchev 1881727b37 Remove ServerWebExchange#getRequestParams 8 years ago
Juergen Hoeller 7f19e57d9d Polishing 8 years ago
Rossen Stoyanchev 2390748fd7 WebFlux multpart support polish + minor refactoring 8 years ago
Arjen Poutsma ea85431ac5 Add error filter to WebClient integration test 8 years ago
Rossen Stoyanchev c7338c70dc Support async wrappers for Principal and WebSession 8 years ago
Sebastien Deleuze f2caaa9195 Add @Request(Param/Part) support for multipart requests 8 years ago
Sebastien Deleuze 8e272bc5b0 Expose ServerCodecConfigurer as a bean 8 years ago
Sebastien Deleuze a712c19661 Add multipart support to WebFlux functional API 8 years ago
Stephane Nicoll 1b9e12f52f Polish "Use Java 8 forEach method on Map" 8 years ago
Jon Borenstein 13dc0cd828 Use Java 8 forEach method on Map 8 years ago
Juergen Hoeller c668d9a473 Polishing 8 years ago
Arjen Poutsma 4a8c99c9ce Consistent handling of 4xx/5xx status codes in WebClient 8 years ago
Arjen Poutsma 0e7d6fc4d1 Rename WebClient.ResponseSpec.bodyToEntity[List] to toEntity[List] 8 years ago
Arjen Poutsma b9dbac7b2c Rename ServerResponse.BodyBuilder.body to syncBody 8 years ago
Rossen Stoyanchev cc102c2fcd Properly handle Flux<?> and Flux<Object> in WebFlux 8 years ago
Arjen Poutsma d1e0990293 Polishing 8 years ago
Arjen Poutsma 30f61e0c07 Add body(Object) method to ServerResponse.BodyBuilder 8 years ago
Arjen Poutsma b897f96e0f Use PathRemainingMatchInfo in RequestPredicates 8 years ago
Rossen Stoyanchev 887e5e50a9 Polish model attribute name checks 8 years ago
Rossen Stoyanchev d78d82c516 Use Conventions for reactive model attribute names 8 years ago
Andy Clement 316a680577 Modify getPathRemaining to return remaining path and bound variables 8 years ago
Brian Clozel 88f8df4dce Update Mono.then(Supplier) deprecated calls 8 years ago
Rossen Stoyanchev 3efb76c852 Jackson encoder skips String.class 8 years ago
Brian Clozel a8d785b87f Move RxNetty support to test scope 8 years ago
Sebastien Deleuze 005e85b0f5 Update to latest Reactor 3.1 API changes 8 years ago
Sebastien Deleuze e3fae2716e Rename Mono#otherwise[Empty] to switch[onError/IfEmpty] 8 years ago
Arjen Poutsma dc279d839b Use refactored CodecConfigurer 8 years ago
Sebastien Deleuze 4d9144132e Upgrade to Reactor Core 3.1 8 years ago
Rossen Stoyanchev 49ac6d54f7 Apply default content type change to WebFlux 8 years ago
Rossen Stoyanchev 3393c10d79 Refactor HttpHeaders "Accept-Language" with Locale 8 years ago
Sebastien Deleuze 23e35c0e1a Handle Jackson InvalidDefinitionException with 5xx status in WebFlux 8 years ago
Arjen Poutsma ac27dbea4b Use ServerCodecConfigurer in HandlerStrategies 8 years ago
Arjen Poutsma 82e864b217 Polishing 8 years ago
Sebastien Deleuze d098a4b96b Make CodecException handling consistent 8 years ago
Sebastien Deleuze 9b85c5b636 Rename RouterDsl to RouterFunctionDsl 8 years ago
Sebastien Deleuze 18d8876dc8 Update RouterFunctionExtensions documentation 8 years ago
Juergen Hoeller 5986f881d0 HandlerMethod evaluates ResponseStatus annotation for early caching 8 years ago
Rossen Stoyanchev 91977c81ad Support Optional without @RequestParam in WebFlux 8 years ago
Rossen Stoyanchev 3780d040ee Polish and minor fixes in ViewResolutionResultHandler 8 years ago
Rossen Stoyanchev e4c62cc029 Controller API for view rendering 8 years ago
Arjen Poutsma e556aaccee Use PathPattern.getPathRemaining in WebFlux fn 8 years ago
Rossen Stoyanchev b245918574 Fix compiler warning 8 years ago
Rossen Stoyanchev e49d797104 Polish HttpMessageWriterView and view resolution 8 years ago
Rossen Stoyanchev 10aa56aa8d Remove file committed by mistake 8 years ago
Rossen Stoyanchev 43eea41dd6 Polish 8 years ago