553 Commits (919f54b3f6d3b4a562ccdcdc6bc64817cbb55a40)

Author SHA1 Message Date
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
Rossen Stoyanchev 67330dfc23 Expose mapped handler as an exchange attribute 7 years ago
Rossen Stoyanchev 667437e300 Polish 7 years ago
Sebastien Deleuze d728d597f2 Add missing license headers in Kotlin files 7 years ago
Juergen Hoeller 98642c7e29 Consistent ScriptTemplateView locale resolution via request 7 years ago
Rossen Stoyanchev cea1a0f1ca Polish 7 years ago
Violeta Georgieva 9cb74b1399 Enable suspend/resume on reactive TomcatWebSocketSession 7 years ago
Juergen Hoeller 098ff6f0f8 Compatibility with JDK 9 release candidate build (175) 7 years ago
Brian Clozel 8ac29c8ce7 Add cloneBuilder method on WebClient.Builder 8 years ago