4295 Commits (54c82a53cd5e153b023888baa9e6c9fbf7d8fce8)
 

Author SHA1 Message Date
Rossen Stoyanchev 54c82a53cd SPR-8452 Provide getter for statusCodes property of SimpleMappingExceptionResolver 13 years ago
Rossen Stoyanchev 5797fe7f62 SPR-7210 Add setModelKey and setModelKeys to MappingJacksonJsonView for consistency with MarshallingView. 13 years ago
Sam Brannen 6fa451733e [SPR-8386] polishing 13 years ago
Rossen Stoyanchev 564f0ec3c3 SPR-8444 Added MapAccessor and EnvironmentAccessor to EL context in the eval tag 13 years ago
Rossen Stoyanchev 5f76ad809f SPR-8429 Return 400 instead of 500 for required header/cookie/pathvar. This is also more in line with jax-rs. 13 years ago
Chris Beams 41e5d55d52 Fix bridge method detection for class hierarchies 13 years ago
Rossen Stoyanchev 8292491a53 SPR-6164 Add option to disable '.*' pattern matching in RequestMappingHandlerMapping and PatternsRequestCondition 13 years ago
Sam Brannen 2b5d2e5a0a [SPR-8386] ContextLoader resolution once again ignores the inheritLocations flag on @ContextConfiguration. 13 years ago
Rossen Stoyanchev a7ff8a2efa SPR-8464 Fix problem in test with date formatting 13 years ago
Sam Brannen 102674be20 [SPR-8386] Completed JavaDoc for ContextLoaderUtils regarding the SmartContextLoader SPI. 13 years ago
Rossen Stoyanchev 40fb1b21e1 SPR-8464 Fix bug with detecting annotations on handler method arguments and consolidate anotation detection tests. 13 years ago
Sam Brannen 82d09d432e [SPR-8386] Completed JavaDoc for AnnotationConfigContextLoader regarding the SmartContextLoader SPI. 13 years ago
Sam Brannen f7a849f9f4 [SPR-8386] AbstractContextLoader now adheres to the SmartContextLoader contract by verifying the existence of generated default resource locations. 13 years ago
Sam Brannen b00a6ccea5 [SPR-8386] polishing JavaDoc. 13 years ago
Sam Brannen 4b026756ae [SPR-7960] Documented inheritProfiles attribute of @ActiveProfiles. 13 years ago
Rossen Stoyanchev c41caa3c2f SPR-8462 13 years ago
Chris Beams 4fb811572e Compensate for Windows paths in XmlBeanFactoryTests 13 years ago
Chris Beams 2d9ced04b1 Clarify BeanPostProcessor ordering rules in ref doc 13 years ago
Sam Brannen 95ae6344c5 [SPR-8386] refining JavaDoc for MergedContextConfiguration and related classes. 13 years ago
Rossen Stoyanchev 6007801537 SPR-7812 Add CustomRequestCondition, PatternsRequestCondition, and other condition related tests 13 years ago
Sam Brannen 4d27cde6b7 [SPR-8386] fleshing out JavaDoc for SmartContextLoader and related classes. 13 years ago
Sam Brannen 81d8ce5597 [SPR-8395] AnnotationConfigContextLoader now supports default configuration classes with arbitrary names 13 years ago
Sam Brannen 427f31cb9c polishing 13 years ago
Sam Brannen a77cf0f652 [SPR-8395][SPR-8386] AnnotationConfigContextLoader now generates a list of default configuration classes by finding all non-private, non-final, static, inner classes of the test class that are annotated with @Configuration; updated JavaDoc in AbstractGenericContextLoader and AnnotationConfigContextLoader to reflect changes resulting from the SmartContextLoader integration. 13 years ago
Sam Brannen c070a4b0a4 polishing Javadoc 13 years ago
Sam Brannen 568d451d60 ignoring patch files 13 years ago
Sam Brannen d904bcbf03 [SPR-8386] AnnotationConfigContextLoader now only considers static inner classes annotated with @Configuration when generating default configuration classes. 13 years ago
Sam Brannen 46639c5a1d [SPR-8386] Polishing SmartContextLoader SPI; AnnotationConfigContextLoader now only considers static inner classes annotated with @Configuration as configuration classes. 13 years ago
Rossen Stoyanchev bede025eb9 SPR-7812 Remove remaining (empty) condition packages after moving classes 13 years ago
Rossen Stoyanchev aacdd36e04 SPR-7812 Move condition package under mvc 13 years ago
Rossen Stoyanchev 4826cae064 SPR-7812 Add CustomRequestCondition 13 years ago
Sam Brannen 7dd6932910 polishing developer documentation 13 years ago
Sam Brannen 9a56deb283 [SPR-8386] SmartContextLoader enhancements: 13 years ago
David Syer 8e35734856 SPR-6268: check AnnotationUtils works with Groovy concrete classes (plus remove compiler warnings) 13 years ago
Rossen Stoyanchev e5eceafa3f SPR-7278 extension hook to extend the @ExceptionHandler methods for a controller 13 years ago
David Syer 64fd0b081d SPR-6268: Add proxy-target-class to <lang:groovy/> 13 years ago
Chris Beams 5bfeb34b89 Fix non-compilable example in mvc ref doc 13 years ago
Chris Beams 4fc386a4f5 Provide default ParameterNameDiscoverer for AACBF 13 years ago
Chris Beams 8cb5c36512 Consolidate tests related to @Config inheritance 13 years ago
Rossen Stoyanchev 96b0752ddb SPR-7812 RequestCondition refactoring with the possibility for custom request conditions in mind. 13 years ago
Arjen Poutsma 3a332e556c SPR-8457 - XMLEventStreamReader.getText() fails for COMMENT and ENTITY_REFERENCE events 13 years ago
Arjen Poutsma 7c504853cd SPR-8457 - XMLEventStreamReader.getText() fails for COMMENT and ENTITY_REFERENCE events 13 years ago
Chris Beams e79e08d7f7 Prefer / or /app/* over /main in servlet examples 13 years ago
Chris Beams 5dc2d56600 Fix regression with covariant property return types 13 years ago
Chris Beams cc814519c8 Revert "Re-enable ignored JMX tests" 13 years ago
Chris Beams 0e9e63e082 Preserve shadowed fields in DirectFieldAccessor 13 years ago
Chris Beams 2aaf14e96f Update pom and .classpath to reflect Castor upgrade 13 years ago
Rossen Stoyanchev 23f31d453f SPR-8448 Remove URI template vars from the model before appending to query string in RedirectView 13 years ago
Juergen Hoeller f288060ad8 restored support for String-to-ContextResource conversion (SPR-8383) 13 years ago
Chris Beams ca6e112742 Clarify TransactionCallback Javadoc 13 years ago