414 Commits (e4c5b77de79fa8b5ea71891c7c7223d12f42a35b)

Author SHA1 Message Date
Brian Clozel cf1bc81199 Introduce LookupPath in WebFlux request routing 8 years ago
Brian Clozel 0557404715 Throw exception for illegal PathMatch configurations 8 years ago
Arjen Poutsma 8ea54270e1 Allow for null query parameter values in ServerRequest 8 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 8 years ago
Sebastien Deleuze c3e6afb879 Improve null-safety to fix some Spring Boot warnings 8 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 8 years ago
Rossen Stoyanchev 5dcfd84d3b MockServerHttpRequest and Response set cookie headers 8 years ago
Rossen Stoyanchev 67bcef22e4 Polish MockServerHttpRequest|Response 8 years ago
Arjen Poutsma 42d1ba080d Copy MockServerRequest to spring-test 8 years ago
Rossen Stoyanchev 1383ad5f91 Reasonable defaults for MultipartHttpMessageWriter 8 years ago
Rossen Stoyanchev 1328c8f46e Simplify CodecConfigurer related type names 8 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 8 years ago
Rossen Stoyanchev 2d37c966b2 Support for decoding @RequestPart content 8 years ago
Rossen Stoyanchev 718162b8c4 Fix issue with "redirect:" when a media type is present 8 years ago
Rossen Stoyanchev 9b53b86d24 Check Reactor presence after Undertow for WebSocket 8 years ago
Arjen Poutsma a5b94f3a77 Use HttpRequest.getMethodValue 8 years ago
Arjen Poutsma 31d1e26c95 Use List<T> instead of Supplier<Stream<T>> 8 years ago
Arjen Poutsma 01e3561db9 Support RouterFunction in @EnableWebFlux 8 years ago
Rossen Stoyanchev 3f32f72bfc Polish 8 years ago
Juergen Hoeller 0183576215 Polishing 8 years ago
Juergen Hoeller db69a082d9 Avoid java.util.Optional signatures for simple field access 8 years ago
Juergen Hoeller 67881a5726 Polish PathPattern parser (including package change to web.util.pattern) 8 years ago
Arjen Poutsma ba39697f2e Expose Principal in ServerRequest 8 years ago
Arjen Poutsma f4cf55cb2b Add support for WebFilter and WebExceptionHandler 8 years ago
Arjen Poutsma ad9cf99420 ResourceHandlerFunction returns EntityResponse 8 years ago
Arjen Poutsma 8db4b2f7ed Remove synchronized block around PathPatternParser 8 years ago
Arjen Poutsma f0f3df5cc0 Use PathPattern in PathResourceLookupFunction 8 years ago
Arjen Poutsma 64c0ec3d5e Add test for combining @Controller with RouterFunctions 8 years ago
Juergen Hoeller 5497416c2d Polishing 8 years ago
Kazuki Shimizu df793392fd Fix javadoc of AbstractHandlerMapping#setPathMatcher 8 years ago
Juergen Hoeller 25aef4d3cc ResponseStatusException reason is optional (with lazily constructed message) 8 years ago
Juergen Hoeller 39f8bd663e Polishing 8 years ago
Rossen Stoyanchev 83e0e1604a Refine encoding/decoding exception handling 8 years ago
Juergen Hoeller ba501791c9 Consistent use of WebFlux terminology over Web Reactive 8 years ago
Juergen Hoeller 429d6ac67d Defensive handling of test timeouts with RxNetty and Reactor 8 years ago
Rossen Stoyanchev ac1db169a4 Drop "get" prefix from Part accessor methods 8 years ago
Arjen Poutsma 4525c6a537 Add support for Flux<Part> in BodyExtractors 8 years ago
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