1810 Commits (e83594a2a3d3380946684af451dbd55dd9fa187c)

Author SHA1 Message Date
rstoyanchev 91eb2be44c Remove no longer supported protected methods 3 years ago
rstoyanchev 11a416156b Use ResolvableType to create WebDataBinder 3 years ago
Sébastien Deleuze d3a249e34d Reduce the delay used for Coroutines in tests 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
Brian Clozel a91effcd86 Ignore some FreeMarker tests for JDK21 3 years ago
Brian Clozel 07a5d8c91c Fix FreeMarker tests for JDK21 build 3 years ago
Juergen Hoeller c1014f5989 Relax relative path existence assertion for parsed URIs 3 years ago
Juergen Hoeller 9342317291 Avoid use of java.net.URL constructors (for JDK 20 compatibility) 3 years ago
James Yuzawa 5dacf50b9b Optimize MultiValueMap iteration operations 3 years ago
Sam Brannen 7df2e2a8d2 Remove APIs deprecated for removal in 6.1 3 years ago
Sam Brannen d446de62a4 Update copyright headers 3 years ago
rstoyanchev bd029b9218 Ensure RestClientResponseException is serializable 3 years ago
Brian Clozel 01f97887ea Improve WebClient observations handling of CANCEL signal 3 years ago
Sam Brannen cef597bedd Update copyright headers 3 years ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 3 years ago
Vatsa 6c8ebc7f7e Add non-null assertions in DefaultServerResponseBuilder 3 years ago
Sam Brannen 69c8f8e9c7 Update copyright headers 3 years ago
Brian Clozel 1efa162cf0 WebClient defaultStatusHandler do not apply to exchangeTo* 3 years ago
Harry Yang a8b7a5e037 Refine initRequestBuilder in DefaultWebClient 3 years ago
Brian Clozel d451d6adcc Ensure that client responses are observed when filters fail 3 years ago
Sébastien Deleuze d126b99c91 Refine generic type management in AbstractMessageWriterResultHandler 3 years ago
Brian Clozel 66cdf43b56 Polish 3 years ago
James Yuzawa 2ba206f8ba Order metric labels in ObservationConventions 3 years ago