710 Commits (4af7a6863b8c07e936cbf3db59dcffe4dbea4294)

Author SHA1 Message Date
Rossen Stoyanchev aa73f6733e Lenient treatment of malformed Accept header for @ExceptionHandler 5 years ago
Rossen Stoyanchev 1dd7d53de0 More precise mapping for WebSocket handshake requests 5 years ago
Brian Clozel 947387b4cd Fix ResourceUrlProvider handler auto-detection 5 years ago
gaerfield b00c7075a5 Introduce WebClient.ResponseSpec.awaitBodilessEntity() 5 years ago
Rossen Stoyanchev 0d16c9100a MIME types by Class for Encoder, Decoder, HttpMessageReader|Writer 5 years ago
Rossen Stoyanchev 6fde28be98 Fix checkstyle violations 5 years ago
Rossen Stoyanchev df4ba742cb Apply global CORS settings to static resources in WebFlux 5 years ago
Rossen Stoyanchev 996c86f448 Suppress PREFLIGHT_AMBIGUOUS_MATCH if matches have no CORS config 5 years ago
Rossen Stoyanchev 95752ef1c9 Improve handling for pre-flight requests 5 years ago
Rossen Stoyanchev ec5f99f981 Add mutate() to RequestMappingInfo 5 years ago
Sam Brannen ef6a582c78 Clean up warnings in Gradle build 5 years ago
Rossen Stoyanchev a11d1c8510 Enrich WebSocketHandler context 5 years ago
mplain a1d134b086 Add missing Kotlin extensions for WebClient.ResponseSpec 5 years ago
Rossen Stoyanchev e7b0b65244 Support for MediaType mappings in ResourceWebHandler 5 years ago
Rossen Stoyanchev c4d7e6ff46 Fix checkstyle violations 5 years ago
Spindler, Justin 922d5d271a Add ResponseSpec#toEntityFlux overload with BodyExtractor 5 years ago
Rossen Stoyanchev 42d3bc47c9 toEntityFlux methods apply error status handling 5 years ago
Rossen Stoyanchev 79f79e9306 WebClient method to populate the Reactor Context 5 years ago
Rossen Stoyanchev 2e2d662158 Add toEntityFlux methods 5 years ago
Arjen Poutsma 885a5048c1 Copy default headers, cookies in WebClient builder 5 years ago
Arjen Poutsma e981bf34b3 Removed unused sample code 5 years ago
Rossen Stoyanchev bb4e802af5 Full header support HTTP HEAD Resource requests 5 years ago
Sam Brannen 449377908f Fix JUnit 4 to AssertJ migration bugs 5 years ago
Arjen Poutsma 417e7e03d4 Introduce RouterFunction attributes 5 years ago
Rossen Stoyanchev a2ff139edd Resolve UriComponentsBuilder argument with contextPath 6 years ago
Rossen Stoyanchev e73e489fd8 Remove use of MonoProcessor.fromSinks 6 years ago
Sébastien Deleuze cdd48ddd7f Improve Coroutines support consistency 6 years ago
Rossen Stoyanchev d49a7a105d Fix failing tests from Reactor snapshot changes 6 years ago
Sébastien Deleuze 7d7ed88739 Provide WebClient#exchange() alternative for Coroutines 6 years ago
Sébastien Deleuze e899397438 Add missing ClientResponse Coroutines extensions 6 years ago
Brian Clozel a0af552d0f Add option for ignoring last-modified for static resources 6 years ago
Arjen Poutsma 392895e256 Revert errorhandler order in RouterFunctionBuilder 6 years ago
Rossen Stoyanchev db9190e0e6 Remove use of WebClient#exchange from WebTestClient 6 years ago
Rossen Stoyanchev 1404dd768f Add exchangeToMono and exchangeToFlux + deprecate exchange() 6 years ago
Igor Manushin 9ad5a8ead0 Add KClass variant to Coroutines web API 6 years ago
Rossen Stoyanchev 1061bcdba2 Set sameSite in ClientHttpResponse implementations 6 years ago
Arjen Poutsma 74f64c4e3b Wrap exceptions in WebClient 6 years ago
Rossen Stoyanchev 852718ec0e Minor fix in PathResourceResolverTests 6 years ago
Arjen Poutsma d550d344d5 Respect context path in WebMvc.fn & WebFlux.fn 6 years ago
Rossen Stoyanchev 591ab8a00a @EnableWebFlux setup supports WebSocketHandler 6 years ago
Rossen Stoyanchev c4e1e4ee1e WebFlux AbstractUrlHandlerMapping support URI vars 6 years ago
Juergen Hoeller ff11467a0c Avoid resizing of fixed-size HashMap/LinkedHashMap variants 6 years ago
Rossen Stoyanchev 7adeb461e0 WebClient exposes API for access to native request 6 years ago
Sam Brannen 4d3dd9b9f6 Clean up warnings in Gradle build 6 years ago
Sam Brannen d0cf90bb8e Update tests due to deprecations in Reactor 6 years ago
Rossen Stoyanchev 683cc2eb7f Add NDJSON and deprecate application/stream+json 6 years ago
Rossen Stoyanchev 913eca9e14 ReactorNettyRequestUpgradeStrategy uses unique builder per request 6 years ago
Rossen Stoyanchev 37366e0c91 Support for custom status in ResponseStatusException 6 years ago
Rossen Stoyanchev 4d7418841c AbstractHandlerMethodMapping refactoring 6 years ago
Rossen Stoyanchev 0584c289ab Support for direct path lookups in WebFlux 6 years ago