8040 Commits (0da1eefd74d868cf8728ab318641161595534002)
 

Author SHA1 Message Date
Juergen Hoeller 1865361163 CronTriggerFactoryBean allows 'calendarName' and 'description' to be specified 11 years ago
Rossen Stoyanchev a5c3143512 Allow hook to associate user with WebSocket session 11 years ago
Rossen Stoyanchev 6265bc1df7 Fall back on user in the Jetty UpgradeRequest 11 years ago
Juergen Hoeller 547646de6d Polishing 11 years ago
Juergen Hoeller f7fc2cbc3b Replaced reflection code with straight Servlet 3.0 setAsyncStarted call 11 years ago
Juergen Hoeller cdd65a70af Added compatibility note on WildFly 8 11 years ago
Juergen Hoeller 24d40fa3e0 Fixed resolveProxyTargetClass exception message 11 years ago
Juergen Hoeller bd87ff7f92 Removed TestGroup.LONG_RUNNING marker from Groovy and JRuby tests 11 years ago
Greg Turnquist 6b0d88721c Add method for HTTP PATCH in MockMvcRequestBuilders 11 years ago
Rossen Stoyanchev 5068eb2e01 Add minor optimization to AbstractErrors 11 years ago
Phillip Webb 9d928db3a8 Merge pull request #429 from VasylTretiakov/master 11 years ago
Vasyl Tretiakov 37c9b26ff8 Fix various documentation issues 11 years ago
Phillip Webb 9ed911075e Merge pull request #434 from snicoll/ascidoc-liveupdate 11 years ago
Phillip Webb 54805bc212 Hard-wrap CONTRIBUTING-DOCUMENTATION at 90 chars 11 years ago
Stephane Nicoll d2e5ec6736 Improve the "contributing documentation" readme 11 years ago
Phillip Webb 2983e3ca31 Merge pull request #435 from snicoll/SPR-11280 11 years ago
Stephane Nicoll 2afd9bc371 Removed reference to Cactus from documentation 11 years ago
Arjen Poutsma cf6cf18f1a Corrected CatchAllConverter ordering docs 11 years ago
Rossen Stoyanchev 4342497305 Add support for custom message converters 11 years ago
Rossen Stoyanchev 1fa4d9169f Upgrade to Tomcat 8 RC10 and remove unused repos 11 years ago
Phillip Webb f37d030860 Merge pull request #432 from kryger/master 11 years ago
Lukasz Kryger f3a08447fd Removed extraneous character from the online documentation 11 years ago
Sam Brannen a30cf3058e Remove unused imports in tests 11 years ago
Sam Brannen 27ab9332c1 Suppress deprecation warning for MHSR.setStatus() 11 years ago
Juergen Hoeller 5d3484c74a Upgraded Tiles2 TilesContainer to Tiles 2.2.2 (following the Spring 4.0 baseline) 11 years ago
Juergen Hoeller 24030a3f61 Added deprecation log message and javadoc note for Quartz 1.x support 11 years ago
Juergen Hoeller b228a06e07 Consistent support for setStartTime in CronTrigger(Factory)Bean and SimpleTrigger(Factory)Bean, and consistent declaration of varargs in scheduling.quartz package 11 years ago
Juergen Hoeller 38a8ace5bb Full Quartz 2.2 support, including LocalDataSourceJobStore 11 years ago
Juergen Hoeller ee2022e54c Polishing 11 years ago
Juergen Hoeller a0ccd65d51 Consistent build dependencies 11 years ago
Juergen Hoeller 675b650290 Polishing 11 years ago
Juergen Hoeller 5661d3826c Fixed Jackson2ObjectMapperFactoryBean class name in javadoc examples 11 years ago
Juergen Hoeller 11b3fe2289 Added setModulesToInstall with convenient Class vararg, renamed setFindModules to setFindModulesViaServiceLoader, made existing setModules override any other setting 11 years ago
Juergen Hoeller a2d40f3f16 Polishing 11 years ago
Juergen Hoeller 0de307bb65 Consistent equals/hashCode/toString implementations in AnnotationMatchingPointcut/ClassFilter/MethodMatcher 11 years ago
Phillip Webb 26f1e05ffc Upgrade to CGLIB 3.1 and Objenesis 2.1 11 years ago
Juergen Hoeller 3948727b13 Polishing 11 years ago
Rossen Stoyanchev de280b01fe Support custom PathMatcher for MappedInterceptor's 11 years ago
Rossen Stoyanchev abb8a93e2f Drop separate user dest property for subscriptions 11 years ago
Rossen Stoyanchev d0556e61f9 Log stack trace on failure to send message to client 11 years ago
Brian Clozel b9c8f47b01 Use OptionalValidatorFactoryBean in Configurers 11 years ago
Juergen Hoeller 3bed6cfc7c Activated through rename to *Tests, and added method call interaction tests 11 years ago
Juergen Hoeller 640d8cb67f Consistent implementation of AsyncListenableTaskExecutor 11 years ago
Juergen Hoeller 6a5a3c97ed Introduced OptionalValidatorFactoryBean for scenarios where the JSR-303 API is present but no Bean Validation Provider is available (used by the MVC namespace) 11 years ago
Juergen Hoeller ff26dfdd28 Added cache for path pattern tokenization 11 years ago
Juergen Hoeller 240819f955 Introduced "spring.beaninfo.ignore" system property for optimized Introspector usage 11 years ago
Juergen Hoeller 8d1e55d101 Avoid hard reference to LocalValidatorFactoryBean in <mvc:annotation-driven> parser 11 years ago
Juergen Hoeller 6aabb5f17e Support varargs for DomUtils.getChildElementsByTagName 11 years ago
Brian Clozel 15d7d6d7ab Fix Validator initialization with a no-op implementation 11 years ago
Brian Clozel 2c8f670d5f Support Validation in @MessageMapping annotated methods 11 years ago