611 Commits (4a435c12f24a08c9dc4de91e672136a587bdbd19)

Author SHA1 Message Date
Rossen Stoyanchev 43f2de4671 Defensive checks in WebClient and Reactor connector 7 years ago
Rossen Stoyanchev 56903581d9 ResponseEntity declared as Object in WebFlux controller 7 years ago
Rossen Stoyanchev 57221ab15c ContentVersionStrategy has non-blocking contract 7 years ago
Rossen Stoyanchev efb5ba5a95 Refactor VersionStrategy in WebFlux 7 years ago
Brian Clozel a06da0019f Remove PathPatternParser from PatternsRequestCondition 7 years ago
Rossen Stoyanchev b0422d02dc Resource transformers use AsynchronousFileChannel 7 years ago
Rossen Stoyanchev 70252a7335 Add tests for SPR-15777 7 years ago
Rossen Stoyanchev 47b63150d1 Refactor DefaultWebSession 7 years ago
Rossen Stoyanchev 9d04c0424d Allow empty body with no content type in BodyExtractors 7 years ago
Rossen Stoyanchev d2c6ea5b1b Polish 7 years ago
Arjen Poutsma 805b7159b0 Add ParameterizedTypeReference variants to bodyTo[Mono|Flux], toEntity[List] 7 years ago
Sebastien Deleuze f46520e6e8 Add Jackson Smile support to WebFlux 7 years ago
Rossen Stoyanchev ed5cc27f7b Support empty body without content type in WebFlux 7 years ago
Arjen Poutsma d6c102d1b8 Add apply method to WebClient.Builder 7 years ago
Rossen Stoyanchev 9ac71afbda Fix one failing test and @Ignore another 7 years ago
Rossen Stoyanchev befacf4a35 ParameterContentNegotiationStrategy uses MediaTypeFactory 7 years ago
Arjen Poutsma c9a3b863c4 Move toEntity(List) from WebClient.ResponseSpec to ClientResponse 7 years ago
Arjen Poutsma 51e02c2911 Add status-based error filter 7 years ago
Arjen Poutsma 2f9bd6e075 Add local error handling in WebClient.retrieve 7 years ago
Arjen Poutsma 2ea693bd83 Add ClientRequest.attribute(String) 7 years ago
Arjen Poutsma e11bb17aa6 Change ServerRequest.attribute(String) to return Object 7 years ago
Rossen Stoyanchev 0e370e0703 Separate out URL path parsing in PathContainer 7 years ago
Rossen Stoyanchev 2f17c5f3b6 From static to instance-based PathContainer#subPath 7 years ago
Rossen Stoyanchev 9f7d57f933 Encapsulate choice of URI encoding within RequestPath 7 years ago
Rossen Stoyanchev fac35ebec2 Remove PathPatternRegistry 7 years ago
Rossen Stoyanchev 9640cedeae Removing remaining use of PathPattern with String path 7 years ago
Arjen Poutsma 3232cb6260 Avoid required uri when using WebClient w/ base url 7 years ago
Rossen Stoyanchev 4e95378fc6 Remove unused imports 7 years ago
Rossen Stoyanchev 5f9f323b12 Add logging to randomly failing websocket test 7 years ago
Rossen Stoyanchev acd6b9df06 Fix failing test 7 years ago
Arjen Poutsma b0ab84657b Disable "failOnServerError" in ReactorClientHttpRequest 7 years ago
Arjen Poutsma 0065bc5ee5 Support null query param values in ServerRequest.queryParam(String) 7 years ago
Arjen Poutsma 74b4c02881 Add ClientRequest attributes 7 years ago
Juergen Hoeller a6d616d844 Exception handler methods may receive original as well as cause 7 years ago
Brian Clozel 9c93521512 Leverage PathPatternParser in CORS configuration source 7 years ago
Violeta Georgieva fd1859c34c Adapt to the changes in Reactor Netty ClientOptions 7 years ago
Rossen Stoyanchev f7478446b7 Improve Object return type support in WebFlux 7 years ago
Arjen Poutsma f8589d9eca Return MultiValueMap from ServerRequest.queryParams instead of List 7 years ago
Arjen Poutsma 2ccbc55ffd Use PathContainer in web.reactive.function.server 7 years ago
Rossen Stoyanchev 9528c3532d Fix typo 7 years ago
Rossen Stoyanchev 15cf9c1d78 Switch to ContainerPath variants in HandlerMapping's 7 years ago
Rossen Stoyanchev 145eab9c2f Remove PathMatchResultComparator 7 years ago
Rossen Stoyanchev a5e54788cc Remove PathPatternComparator 7 years ago
Rossen Stoyanchev 8581afa621 WebFlux compiles after PathPattern/Container changes 7 years ago
Arjen Poutsma 930f0f1760 Add ServerRequest.cookies() 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Rossen Stoyanchev 8f4eb23540 Remove use of Optional in SyncHandlerMethodArgumentResolver 7 years ago
Rossen Stoyanchev 7de6cfa1df Refactor WebSession#getAttribute options 7 years ago
Rossen Stoyanchev 9253facf02 Refactor ServerWebExchange#getAttribute options 7 years ago
Stephane Maldini cd643704ad Update to reactor core 3.1.0.B-S with context update for monoSendOperator 7 years ago