553 Commits (919f54b3f6d3b4a562ccdcdc6bc64817cbb55a40)

Author SHA1 Message Date
Rossen Stoyanchev c37c59f578 Consumer methods for WebHttpHandlerBuilder 8 years ago
Sebastien Deleuze 5c1d8c7c59 Leverage ZonedDateTime in HttpHeaders 8 years ago
Arjen Poutsma 4f39edc905 Fix initialization issue with headers in DefaultWebClient 8 years ago
Sebastien Deleuze 59e90943e4 Rename CorsProcessor#processRequest to process 8 years ago
Juergen Hoeller 03133630cb Missing @Nullable annotations in WebFlux, in particular around locale resolution 8 years ago
Juergen Hoeller c244f33f84 Polishing 8 years ago
Arjen Poutsma 3b1d46b3ba Polishing 8 years ago
Arjen Poutsma 50fc8f4e32 Support Void response body type in WebClient 8 years ago
Arjen Poutsma 4a0597d612 Replace WebClient.filter with Builder.filter 8 years ago
Brian Clozel 52148a10b7 Consistently use CodecConfigurer for configuration 8 years ago
Sebastien Deleuze d5f9ad03a7 Support ScriptEngine#eval(String, Bindings) in ScriptTemplateView 8 years ago
Sebastien Deleuze 04d5a2951c Remove KClass based Kotlin extensions 8 years ago
Arjen Poutsma 7018804e84 ServerRequest.path() should return raw path 8 years ago
Sebastien Deleuze e0e6736bc5 Introduce LocaleContextResolver in WebFlux 8 years ago
Stephane Nicoll 58242f2249 Polish 8 years ago
Brian Clozel 233c15b80e Add PathPatternRegistry for handler mapping matching 8 years ago
Juergen Hoeller 3ae84d6dd8 Consistent support for Charset/StandardCharsets in UriUtils etc 8 years ago
Juergen Hoeller 14161d1dbf Protected applyLifecycleMethods in UrlBasedViewResolver 8 years ago
Stephane Nicoll 451b419624 Polish "Use Map#forEach instead of Map#entrySet#forEach" 8 years ago
diguage 2efa06237a Use Map#forEach instead of Map#entrySet#forEach 8 years ago
Arjen Poutsma 424bc75fb1 Remove headers(HttpHeaders) 8 years ago
diguage c1d44d9a34 Use the diamond syntax 8 years ago
Rossen Stoyanchev 38a12ed4ba Expose RequestPath in ServerHttpRequest 8 years ago
Rossen Stoyanchev 01a92517bd Refactor RequestedContentTypeResolverBuilder 8 years ago
Rossen Stoyanchev b0e8e7f536 Refactor MappingContentTypeResolver implementations 8 years ago
Rossen Stoyanchev cb604738cf ResourceWebHandler uses MediaTypeFactory directly 8 years ago
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