1116 Commits (4df80a8d099bc243ec56321d77323d3dd0b73d92)

Author SHA1 Message Date
George Papadopoulos 3f3995f846 Add ServerRequest.pathVariableOrNull Kotlin extension 2 years ago
Sébastien Deleuze 331bdb066e Add BodyInserters.fromValue(T, ParameterizedTypeReference<T>) 2 years ago
Juergen Hoeller 39cd31613b Polishing 2 years ago
Sam Brannen bed3689001 Polishing 2 years ago
rstoyanchev 8d05028c2e RequestParam resolver supports empty array suffix 2 years ago
Stéphane Nicoll b68f76c86e Polish 2 years ago
Simon Baslé 521cda009b Use non-blocking thread in WebFlux controller with RequestBody parameter 2 years ago
Sébastien Deleuze d26265420a Avoid removal warnings in tests 2 years ago
Sébastien Deleuze 67edcde0a2 Introduce support for webjars-locator-lite 2 years ago
Sébastien Deleuze cf87441a26 Remove unnecessary method.isAccessible() invocation 2 years ago
T45K b28153e1d7 Fix handling of value class with private constructor 2 years ago
Sébastien Deleuze 1e80694daf Fix a regression with Kotlin generic controllers 2 years ago
Sam Brannen a30c06b883 Polishing and consistent use of exception assertions 2 years ago
Andrea Mauro 458c30cb63 Resolve property-dependent parameter names for exception messages 2 years ago
Sébastien Deleuze b1bf8c5242 Prevent NPE when using pathExtension predicate 2 years ago
rstoyanchev 6767f7010c Polishing contribution 2 years ago
rstoyanchev 8af1d8e842 Remove applyAttributes flag from contribution 2 years ago
PhilKes 052b6357c8 Apply attributes to the underlying HTTP request 2 years ago
Brian Clozel 9910df85cd Remove observation context from ClientRequest 2 years ago
rstoyanchev 38d5c0fed6 Add RFC-7807 response interception 2 years ago
Brian Clozel f6bc828569 Set error on observation in WebClient instrumentation 2 years ago
rstoyanchev 5f601ceb45 Mark response errors from @ExceptionHandler as handled 2 years ago
Sébastien Deleuze 516a203703 Support nullable Kotlin value class arguments 2 years ago
Sébastien Deleuze 227e75dae4 Support nullable Kotlin value class arguments 2 years ago
Sébastien Deleuze 85a781d517 Instantiate value class parameters with Kotlin reflection 2 years ago
Sam Brannen 122372c580 Spring cleaning: update copyright headers 2 years ago
Sam Brannen 4bd1485ce4 Spring cleaning: use method references 2 years ago
Arjen Poutsma bc2257aaff Invoke defaultRequest earlier in RestClient and WebClient 2 years ago
rstoyanchev b8715811f8 Write form data without charset parameter 2 years ago
Sébastien Deleuze abe381488a Add missing RequestPredicate variants in coRouter 2 years ago
Sébastien Deleuze 2fe3321813 Fix pathExtension null-safety in Kotlin DSLs 2 years ago
Sébastien Deleuze 2d7b2e59b6 Add resource redirection to WebFlux functional router 2 years ago
Arjen Poutsma 750cb73902 Introduce single-value request predicates 2 years ago
Sam Brannen 9eae0ba50e Clean up warnings in build 2 years ago
Kai Zander d96a63944c Simplify use of Reactor's cast operator 2 years ago
Arjen Poutsma f2e267b494 Guard against multiple body subscriptions 2 years ago
Sam Brannen 45a1f98bd6 Polishing 2 years ago
Sam Brannen 3b2f6e74a6 Make assertions based on Annotation#toString() lenient 2 years ago
Sam Brannen 1a52c56bd4 Polishing 2 years ago
Sam Brannen 4cc91a2869 Ensure inherited @⁠HttpExchange annotation can be overridden in controller 2 years ago
Sam Brannen 6697461003 Reject mixed @⁠RequestMapping and @⁠HttpExchange declarations in MVC & WebFlux 2 years ago
Sam Brannen 2ec0c16889 Polishing 2 years ago
Sam Brannen b8b31ff8a1 Reject multiple @⁠HttpExchange declarations in MVC and WebFlux 2 years ago
Stéphane Nicoll f5b0d9509d Polish 2 years ago
Sam Brannen 699da7c383 Log warning if multiple @⁠RequestMapping annotations are declared 2 years ago
Stéphane Nicoll 0c42965fc3 Polish 2 years ago
Stéphane Nicoll f1a335708a Polish 2 years ago
rstoyanchev 2b4ffe0391 Consistent inclusion of baseUrl in URI_TEMPLATE attribute 2 years ago
rstoyanchev e7eaaaded1 Explicit initialization of shouldValidate flags 2 years ago
Aaron Rosser 1e49334209 Exclude query from URI in WebClient checkpoints 2 years ago