1831 Commits (d24c1311307f89c5ed8266a1258ee7851a02ab15)

Author SHA1 Message Date
rstoyanchev 3c9cfa8a0f Revise order of method declarations in WebFluxConfigurer 2 years ago
rstoyanchev b016f385e1 Add BlockingExecutionConfigurer to WebFlux config 2 years ago
rstoyanchev 74972fb751 Add updateModel to BindingContext 2 years ago
rstoyanchev 20afa3265a Encapsulate full path initialization 2 years ago
Arjen Poutsma d04d7b2e57 Add request binding to functional endpoints 2 years ago
rstoyanchev a3e37597aa Add ReactiveHttpRequestValues 2 years ago
Rossen Stoyanchev 22376c2efa Polishing 2 years ago
Rossen Stoyanchev 068dc7db28 Remove use of TestHttpClientAdapter 2 years ago
Sébastien Deleuze b3de1b8e95 Use consistently *KotlinTests naming for Kotlin tests 2 years ago
Sébastien Deleuze fb17e283d1 Replace @link by proper KDoc class reference in tests 2 years ago
Olga MaciaszekSharma 268f3c853e Add RestTemplate support for HTTP interface client 2 years ago
Juergen Hoeller f07b9fd217 Polishing 3 years ago
Sébastien Deleuze d3a249e34d Reduce the delay used for Coroutines in tests 3 years ago
Rossen Stoyanchev bf82ed7186 Add HttpExchangeAdapter 3 years ago
rstoyanchev deaa493644 Add Visitor to HandlerMethodValidationException 3 years ago
Juergen Hoeller 834d22f866 Polishing 3 years ago
rstoyanchev 1fc020cf92 Fix checkstyle violations 3 years ago
rstoyanchev 592ab0f350 Add ~.validation.method package 3 years ago
rstoyanchev 7a79da589a Add default web handling of method validation errors 3 years ago
rstoyanchev a481c7649f Refactor to prepare for method validation handling 3 years ago
rstoyanchev 91eb2be44c Remove no longer supported protected methods 3 years ago
rstoyanchev 11a416156b Use ResolvableType to create WebDataBinder 3 years ago
rstoyanchev d37d6688d8 WebFlux constructs model attribute via DataBinder 3 years ago
rstoyanchev 801f01e23f Polishing in ModelAttributeMethodArgumentResolver 3 years ago
rstoyanchev 40bf923d7d Polishing in MultipartFileArgumentResolver 3 years ago
Olga Maciaszek-Sharma e69a1d22f9 Add MultipartFile support to HTTP interface client 3 years ago
Sam Brannen 854715d9a7 Update copyright headers 3 years ago
Sébastien Deleuze f06cf21341 Support Kotlin parameter default values in handler methods 3 years ago
Johnny Lim 271f2dc665 Polish 3 years ago
Sébastien Deleuze 82ec28b369 Add a CoExchangeFilterFunction for WebClient 3 years ago
Sam Brannen 2dd34cf967 Clean up warnings in tests 3 years ago
Juergen Hoeller f00a8cb3a3 Remove ServerWebExchange dependency in ServerRequestObservationContext 3 years ago
Juergen Hoeller 220995b830 Move HandlerMethodValidator to web.method.annotation package 3 years ago
rstoyanchev 61eaa9333b Polishing in ErrorResponse 3 years ago
rstoyanchev 9c7b5cb3f5 Add ProblemDetail "type" message code 3 years ago
Juergen Hoeller 93345de687 Consistent Locale exposure for Bean Validation message assertions 3 years ago
rstoyanchev 85d81024a4 Add MethodParameter[] input to MethodValidationAdapter 3 years ago
rstoyanchev 6b50b7b72a Initialize propertyName in TypeMismatchException 3 years ago
rstoyanchev bbab4faf7a Method level only, empty RequestMapping matches "" and "/" 3 years ago
Rossen Stoyanchev 6b89cf94a3 Add method validation to WebFlux 3 years ago
Arjen Poutsma ce5189a0a0 Default ServerWebExchange::cleanupMultipart implementation 3 years ago
Arjen Poutsma c1fe57135e Clean multipart up only when data is read 3 years ago
Sam Brannen f2ae106c32 Update deprecation Javadoc regarding "for removal in 6.2" 3 years ago
Sébastien Deleuze 66a1be2d86 Enable KotlinScriptTemplateTests with Java 19 3 years ago
Juergen Hoeller 8c6287ef7b Expose parameter/field name for non-JavaBeans type conversion 3 years ago
rstoyanchev 454a85978f Allow fallback on subclass of ProblemDetail 3 years ago
Sam Brannen cfb3a45479 Improve Javadoc for ExchangeFilterFunction 3 years ago
galingerv 7d7d7bcced Fix typos in Javadoc for ExchangeFilterFunction 3 years ago
Sam Brannen f91fae5dfb Avoid deprecation warnings for imports 3 years ago
Brian Clozel 96a429a561 Move reactive server instrumentation out of WebFilter 3 years ago