1125 Commits (5581f3b77b8d1f0b274f23a27a4409a90147594b)

Author SHA1 Message Date
Rossen Stoyanchev b65bfdb979 Remove HttpRequestPathHelper 8 years ago
Rossen Stoyanchev 95196e1aee Use undecoded pathWithinApplication in WebFlux 8 years ago
Arjen Poutsma 5e954dcba0 Use ParameterizedTypeReference in public-facing WebFlux APIs 8 years ago
Sebastien Deleuze b6c09fa76a Disambiguate BodyExtractors/Inserters Kotlin function names 8 years ago
Sebastien Deleuze 86580b2358 Polishing 8 years ago
Sebastien Deleuze 8579ae66fc Add comprehensive tests of Kotlin extensions 8 years ago
Juergen Hoeller fd53d2a51a Consistent use of @Nullable in spring-test 8 years ago
Arjen Poutsma bf66f45283 Support overriding, removing headers in ClientRequest 8 years ago
Arjen Poutsma 510436bae9 Copy header values instead of header lists in DefaultClientRequestBuilder 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Rossen Stoyanchev 4244df740b Consolidate matrix vars parsing in HttpRequestPathHelper 8 years ago
Rossen Stoyanchev d2685dfe67 Add static factory/accessor methods to LookupPath 8 years ago
Rossen Stoyanchev a7020e419a Polish use of LookupPath 8 years ago
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