3153 Commits (main)

Author SHA1 Message Date
rstoyanchev 67e3d86bd8 Support declarativeBinding mode in DataBinder 2 years ago
rstoyanchev 37eaded63d Support BindParam annotation 2 years ago
Sam Brannen 05956d4028 Change MvcSimpleAsyncTaskExecutor.taskExecutorWarning to primitive boolean 2 years ago
Juergen Hoeller 2f33e77ab4 Consistent equals/hashCode style (and related polishing) 2 years ago
rstoyanchev 73c06347be Update WebMvc docs on use of AsyncTaskExecutor 2 years ago
rstoyanchev 4becce1c2b Consolidate default WebMvc executor log warnings 2 years ago
Sam Brannen 30d6ec3398 Update copyright headers 2 years ago
Johnny Lim ab83972c3e Add missing @Nullable annotations in AbstractResourceResolver subclasses 2 years ago
rstoyanchev 8a283e39ff Update DefaultHandlerExceptionResolver logging 2 years ago
Sam Brannen 0611192dac Enable KotlinScriptTemplateTests in Spring MVC on Java 20 2 years ago
Sam Brannen 63fe45d92a Update copyright headers 2 years ago
Sam Brannen 70cf754a2f Suppress warnings in tests 2 years ago
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 2 years ago
rstoyanchev 592ab0f350 Add ~.validation.method package 2 years ago
rstoyanchev 7a79da589a Add default web handling of method validation errors 2 years ago
rstoyanchev a481c7649f Refactor to prepare for method validation handling 2 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