2542 Commits (d24c1311307f89c5ed8266a1258ee7851a02ab15)

Author SHA1 Message Date
Sam Brannen 68f2b0ca59 Rely on auto-boxing in tests 2 years ago
rstoyanchev 20afa3265a Encapsulate full path initialization 2 years ago
Arjen Poutsma d04d7b2e57 Add request binding to functional endpoints 2 years ago
Patrick Strawderman 372282457f Use Collections.emptyEnumeration() where appropriate 2 years ago
Juergen Hoeller b77d4d01c5 Adapt no-arg value from interface-based InvocationHandler callback 3 years ago
Sam Brannen f86a69ebfb Update copyright headers and polish 3 years ago
Sam Brannen 39bc7566df Stop printing to System.out in tests 3 years ago
Arjen Poutsma 496155525c Allow built ServerResponse to throw exception 2 years ago
Juergen Hoeller 6fa09e1783 Extract AnnotatedMethod base class for consistent annotation exposure 2 years ago
rstoyanchev deaa493644 Add Visitor to HandlerMethodValidationException 2 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 d4ac90dae0 Support nested constructors in DataBinder 3 years ago
rstoyanchev 11a416156b Use ResolvableType to create WebDataBinder 3 years ago
rstoyanchev ea398d7b7e Support constructing target object in DataBinder 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
Sam Brannen 06b6c4bcf9 Update copyright headers 3 years ago
Sam Brannen 67798a7b52 Fix CSS classes in Javadoc HTML tables due to upgrade to Java 17 3 years ago
rstoyanchev 089d938e15 Set throwExceptionIfNoHandlerFound=true and deprecate 3 years ago
rstoyanchev c00508d6cf Raise and handle NoResourceFoundException 3 years ago
Stephane Nicoll 294cdba80c Update copyright year of changed file 3 years ago
cwatzl 072a86149d Flag PathResourceResolver#resolve*Internal as @Nullable 3 years ago
Sam Brannen a2072de391 Update copyright headers 3 years ago
Sam Brannen f22f439a68 Suppress deprecation warning due to upgrade to context-propagation 1.0.3 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
Arjen Poutsma 8a29bfba3f Polishing external contribution 3 years ago
Vatsa 0c817f0441 Add non-null assertions in DefaultEntityResponseBuilder 3 years ago
Sam Brannen 6cfb11a360 Upgrade to Micrometer BOM 1.10.8 and context-propagation 1.0.3 3 years ago
Sébastien Deleuze 6a26db80b6 Refine RouterFunctionMapping ordering consistency 3 years ago
rstoyanchev bbab4faf7a Method level only, empty RequestMapping matches "" and "/" 3 years ago
Juergen Hoeller cc8c852c2b Specific check for parent of MethodInvocationInfo ClassLoader 3 years ago
Rossen Stoyanchev bd054a4918 Add method validation to Spring MVC 3 years ago
Sam Brannen 0093d6e34d Polish contribution 3 years ago
luohongtu 324c6057fd Remove duplicate code in RequestResponseBodyMethodProcessor 3 years ago
Sébastien Deleuze 66a1be2d86 Enable KotlinScriptTemplateTests with Java 19 3 years ago
Sam Brannen 05eab703cc Polishing 3 years ago
Juergen Hoeller 8c6287ef7b Expose parameter/field name for non-JavaBeans type conversion 3 years ago
rstoyanchev 938dff7bbe Remove (recently committed) erroneous character in test 3 years ago
rstoyanchev 7629ea5672 Update docs to mention Boot's HttpMessageConverters 3 years ago
rstoyanchev 454a85978f Allow fallback on subclass of ProblemDetail 3 years ago
Simon Baslé 3f14ebc4cf Polish ReactiveTypeHandler when checking wildcard ndjson subtype 3 years ago
Simon Baslé 9332b3f690 Have ReactiveTypeHandler consider +x-ndjson suffix as streaming 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
Sam Brannen 5e52259fb3 Suppress warnings in tests 3 years ago