9706 Commits (40cd1be14c856985d56715bdfd09a71c2cf23955)
 

Author SHA1 Message Date
Juergen Hoeller 015afef52b Latest dependency updates (JasperReports 6.0, Jackson 2.4.4, Jetty 9.2.5, JRuby 1.7.16.1) 10 years ago
Rossen Stoyanchev 24834f6d2f Add extendMessageConverters to WebMvcConfigurer 10 years ago
Sebastien Deleuze f39c505069 Remove a Groovy test already covered by testConfigFileParsingError() 10 years ago
Sebastien Deleuze 400738e804 Polish MessageHeaderAccessor 10 years ago
Juergen Hoeller 5e3edc667e Support @Validated at method level for overriding validation groups 10 years ago
Juergen Hoeller 929cda6790 Allow custom @Validated annotations for handler method parameters 10 years ago
Stephane Nicoll 2602bcbb7c Fix typo 10 years ago
Stephane Nicoll 0d00b674f4 Fix documentation formatting 10 years ago
Juergen Hoeller 51bed18e61 Resource resolution and message escaping tests pass on Windows again 10 years ago
Brian Clozel bb150c47cf Add undertow 1.1.0.Final support 10 years ago
Brian Clozel 161d3e3049 Fix location checks for servlet 3 resources 10 years ago
Juergen Hoeller 2b4004d176 Consistent Map<String, ?> declarations and use of LinkedHashMap for incoming JDBC operation parameters 10 years ago
Juergen Hoeller 223d849a14 Polishing 10 years ago
Juergen Hoeller ef55c99f96 Latest dependency updates (AspectJ 1.8.4, Gson 2.3.1) 10 years ago
Juergen Hoeller afc77ff525 AnnotationBeanPostProcessors defensively catch and translate NoClassDefFoundErrors from class introspection 10 years ago
Juergen Hoeller 2675ce7c9f Polishing 10 years ago
Juergen Hoeller aadb93f30c Rearranged WebAsyncTask constructor interdependencies and assertions 10 years ago
Juergen Hoeller ece2c90e91 RequestMappingHandlerAdapter allows for overriding handleInternal 10 years ago
Juergen Hoeller 282adeda88 Unit test for JavaBeans introspection against FreeMarker Configuration class 10 years ago
Juergen Hoeller 7fcadaa393 MethodParameter generally uses volatile variables where applicable now (as well as a local copy of the parameterNameDiscoverer field) 10 years ago
Juergen Hoeller 1ef06cc743 MutablePropertySources uses an internal CopyOnWriteArrayList for defensiveness against concurrent modifications 10 years ago
Juergen Hoeller b4167be52d GroovyBeanDefinitionReader consistently throws BeanDefinitionParsingException for invalid files of any name 10 years ago
Juergen Hoeller 4bd75e4146 BeanMethodInterceptor forwards user-provided arguments to getBean(name, args) 10 years ago
Brian Clozel 75c70fac3d Fix user destination parsing in simp messaging 10 years ago
Brian Clozel 44ff1436f8 Use https for maven repositories 10 years ago
Chris Beams dff48ad8dd Allow non-String args in JOptCommandLinePropertySource 10 years ago
Andy Clement 94ee763bc8 Fix bytecode generation for SpEL OpPlus 10 years ago
Stephane Nicoll aa892d97e0 Merge pull request #692 from garyrussell/SPR-12425 10 years ago
Gary Russell 4942c5c1fb Add Id to JmsListenerEndpoint Docs 10 years ago
Spring Buildmaster 341eb06254 Next Development Version 10 years ago
Rossen Stoyanchev 9cef8e3001 Apply extra checks to static resource handling 10 years ago
Juergen Hoeller a831ed524f Polishing 10 years ago
Juergen Hoeller 05bdc2cf77 Consistent declaration and use of UTF-8 Charset constants, plus related polishing 10 years ago
Rossen Stoyanchev 53eec48ffd Fix HttpUrlConnection DELETE without body 10 years ago
Sebastien Deleuze 18033486ae Check STOMP headers against ending backslash 10 years ago
Sam Brannen 1988f8c75f Polish Javadoc for ContextCache 10 years ago
Juergen Hoeller 9ff8a01f29 Polishing 10 years ago
Juergen Hoeller 18d2ace785 Latest dependency updates (Tomcat 8.0.15, Jetty 9.2.4, Protocol Buffers 2.6.1) 10 years ago
Juergen Hoeller bf9295bec3 ShallowEtagHeaderFilter skips "Cache-Control" header check on Servlet 2.5 10 years ago
Juergen Hoeller 74500ec8da Avoid unnecessary synchronization in ContextCache, plus forward-ported polishing 10 years ago
Juergen Hoeller 6a96850aa7 Polishing 10 years ago
Juergen Hoeller e02c23eea4 Straight JmsMessagingTemplate setup based on JMS ConnectionFactory 10 years ago
Rossen Stoyanchev 794566abf5 Fix failing test 10 years ago
Rossen Stoyanchev 7f4bf41c23 Improve exception message 10 years ago
Sam Brannen e9dee82a8d Add descriptions to Gradle tasks in spring-test 10 years ago
Sam Brannen c78fd204df Explicitly mention DelegatingWebMvcConfiguration in @EnableWebMvc Javadoc 10 years ago
Sam Brannen da04362a5e Log context cache statistics in the TCF 10 years ago
Sebastien Deleuze 8b5fda5ad9 Use unversioned XSD links in code examples 10 years ago
Stephane Nicoll 6534d0035d Add documentation for the keep-alive flag 10 years ago
Brian Clozel 1fff631daa Fix SubProtocolHandler duplicate registration 10 years ago