10721 Commits (d8fb6c557d890c2404c6bbc42790be469af55fe2)
 

Author SHA1 Message Date
Sam Brannen d8fb6c557d Delete unused imports in HeaderAssertionTests 9 years ago
Brian Clozel dba46c1358 Partial revert of SPR-13090 9 years ago
Sam Brannen 19fcb72d70 Polish Javadoc in the Spring MVC Test Framework 9 years ago
Sam Brannen bf06bf33ab Reuse mock request from the TCF in Spring MVC Test 9 years ago
Sam Brannen 24ff4f56e1 Introduce logging in TomcatWebSocketTestServer 9 years ago
Sam Brannen 0153913ef4 Polish and simplify EnableSchedulingTests 9 years ago
Sam Brannen c3e36ad960 Polish further resources section in Testing chapter 9 years ago
Juergen Hoeller 34a81b605a PropertyOrFieldReference defensively catches Exception instead of just AccessException 9 years ago
Juergen Hoeller cad0665187 Fixed exception message expectation plus formatting 9 years ago
Sebastien Deleuze 57d55ddd56 Polish CorsFilter Javadoc 9 years ago
Sebastien Deleuze 70a03ee2a4 Rename CorsConfigurationMapping to UrlBasedCorsConfigurationSource 9 years ago
Sam Brannen e9f64cf9ae Sync Servlet mocks between spring-test & spring-web 9 years ago
Sam Brannen 6950d977c2 Polish and simplify DispatcherServletInitializerTests 9 years ago
Sam Brannen 9124907b29 Polish and simplify Jackson2ObjectMapperFactoryBeanTests 9 years ago
Sam Brannen 5f3506ae8f Suppress build warnings in tests 9 years ago
Sam Brannen 0d0e879ed0 Upgrade to TestNG 6.9.6 9 years ago
Juergen Hoeller c3e57dd245 AsyncAnnotationBeanPostProcessor tries to find TaskExecutor by type/name 9 years ago
Juergen Hoeller fca33f53e3 Ported test adaptations to JPA 2.1 variant 9 years ago
Juergen Hoeller 8e55ad1c08 Polishing 9 years ago
Juergen Hoeller 66d8c2819f ScheduledAnnotationBeanPostProcessor falls back to "taskScheduler" bean by name 9 years ago
Juergen Hoeller 0cce41eb94 Fixed exception message expectation plus formatting 9 years ago
Juergen Hoeller cc0a4c1ea0 Upgrade to Jetty 9.3.1 and Undertow 1.2.9 9 years ago
Juergen Hoeller 203f1225c3 Polishing 9 years ago
Juergen Hoeller 7e2a662f63 Enforce TransactionRequiredException for pre-bound EntityManager without actual transaction active 9 years ago
Juergen Hoeller 2f8ac91872 Only attempt to call joinTransaction in case of actual transaction active 9 years ago
Juergen Hoeller a8fb551b1c Allow for overriding of computeTransactionAttribute 9 years ago
Juergen Hoeller 9de824b73d AllEncompassingFormHttpMessageConverter registers MappingJackson2XmlHttpMessageConverter and GsonHttpMessageConverter (for consistency with RestTemplate and WebMvcConfigurationSupport) 9 years ago
Juergen Hoeller aedef43a9a Exception fine-tuning and general polishing 9 years ago
Juergen Hoeller 9f15f347bf Renamed 'name' attribute to 'scopeName' (in order to avoid common override conflicts) 9 years ago
Brian Clozel 106cce58cc Fix tests 9 years ago
Brian Clozel ec5019dbae Upgrade to groovy 2.4.4 9 years ago
Brian Clozel 064abad9d8 PathResourceResolver should not resolve root path 9 years ago
Stephane Nicoll 8e479e28ce Merge pull request #839 from michalkarolik/ResultActionsJavadocFix 9 years ago
Michal Karolik 95fe5f9033 Fix package references 9 years ago
Stephane Nicoll f120f22d51 Merge pull request #838 from mdeinum/SPR-13238 9 years ago
Marten Deinum 92663ec27b Update book reference 9 years ago
Juergen Hoeller d183bbb667 Javadoc refinements, exception fine-tuning, general polishing 9 years ago
Juergen Hoeller 2577ac300b Refined spring-oxm test execution check for compatibility with the recently announced JDK 9 version scheme 9 years ago
Sebastien Deleuze 34de167e59 Support non thread-safe ScriptEngine in ScriptTemplateView 9 years ago
Juergen Hoeller 0783a1c667 SpEL selection/projection works with Iterable as well 9 years ago
Juergen Hoeller ea2a1d33d9 Javadoc fixes plus additional polishing 9 years ago
Juergen Hoeller ef781b6353 Fixed default formatters test to reliably work with any system locale 9 years ago
Juergen Hoeller 2934256257 Polishing 9 years ago
Juergen Hoeller 09eb492079 Merged bean definitions are now cached early and selectively evicted after post-processing and before actual bean creation 9 years ago
Juergen Hoeller 37f74e76f6 TomcatInstrumentableClassLoader supports Tomcat 7.0.63+ as well 9 years ago
Juergen Hoeller f4f508d869 Revisit date-time tests for compatibility with JDK 9 build 72 9 years ago
Juergen Hoeller 48f330dd31 AspectJ 1.9 beta 1 for ajc task (for JDK 9 build compatibility) 9 years ago
Sam Brannen 649d145103 Merge pull request #835 from ndebeiss/master 9 years ago
ndebeiss 629bcb6599 Support single quotes nested in double quotes in SQL scripts 9 years ago
Stephane Nicoll de6bbe7797 Handle null header value property 9 years ago