256 Commits (b189a7645a191cdb8174635100bf3ce7bad9b56f)

Author SHA1 Message Date
Sam Brannen 6da7842bdd [SPR-8387] Added TODO. 15 years ago
Sam Brannen 2cad384641 [SPR-8549] Documented the equals() method implementation in MergedContextConfiguration. 15 years ago
Sam Brannen af728a6aca [SPR-8387] deleted resolved TODO. 15 years ago
Sam Brannen bf5a4e7119 [SPR-8549] ContextCache is now keyed by MergedContextConfiguration instead of String; MergedContextConfiguration now implements custom hashCode() and equals() methods and no longer generates a context cache key. 15 years ago
Juergen Hoeller d3a7fdadb0 revised Servlet 3.0 based StandardServletMultipartResolver for correct param/file distinction; added multipart content type and headers access to MultipartRequest (dropping the previous header access solution on MultipartFile); MultipartFilter uses a Servlet 3.0 based StandardServletMultipartResolver by default 15 years ago
Sam Brannen c76301e1f2 [SPR-8387] Log messages now refer to default detection instead of default generation. 15 years ago
Juergen Hoeller 95b80272c8 polishing 15 years ago
Sam Brannen ec3052cb5f [SPR-8387] Fleshed out the implementation of DelegatingSmartContextLoader and corresponding tests. 15 years ago
Sam Brannen 539c6f95c9 [SPR-8387] Fixed logic errors in DelegatingSmartContextLoader.processContextConfiguration() and ContextConfigurationAttributes.hasResources(). 15 years ago
Sam Brannen d123102495 [SPR-8387] Fixed logic error in DelegatingSmartContextLoader.processContextConfiguration(). 15 years ago
Sam Brannen 0dd7ca7cf3 [SPR-8387] Introduced hasResources() in ContextConfigurationAttributes; plus minor polishing. 15 years ago
Sam Brannen 31047d5cae [SPR-8387] Fleshing out the implementation of processContextConfiguration() in DelegatingSmartContextLoader. 15 years ago
Sam Brannen 02fc11191f [SPR-8387] Fleshing out unit tests for DelegatingSmartContextLoader. 15 years ago
Juergen Hoeller 344e8f93b2 extended Servlet API mocks for Servlet 3.0 forward compatibility as far as possible; made MockHttpServletResponse compatible with Servlet 3.0 getHeader(s) method returning Strings (SPR-8529); added getHeaderValue(s) method to MockHttpServletResponse for raw value access 15 years ago
Juergen Hoeller 9711a7121e extended Servlet API mocks for Servlet 3.0 forward compatibility as far as possible; made MockHttpServletResponse compatible with Servlet 3.0 getHeader(s) method returning Strings (SPR-8529); added getHeaderValue(s) method to MockHttpServletResponse for raw value access 15 years ago
Juergen Hoeller b0383f9080 fixed getHeaderNames signature 15 years ago
Juergen Hoeller 30f9c3c937 added headers support to MultipartFile abstraction 15 years ago
Sam Brannen e31c95bfa6 [SPR-8387] polishing 15 years ago
Sam Brannen 91ab10775a [SPR-8387] skeleton for DelegatingSmartContextLoaderTests. 15 years ago
Sam Brannen 3b8cf1a454 [SPR-8387] Introduced supports(MergedContextConfiguration) method in the SmartContextLoader SPI; updated existing loaders accordingly; and fleshed out implementation of and tests for the new DelegatingSmartContextLoader. 15 years ago
Sam Brannen 3c32b612c7 [SPR-8387] refined logging. 15 years ago
Sam Brannen 41461db8a9 [SPR-8387] Initial draft of the new DelegatingSmartContextLoader. 15 years ago
Sam Brannen a19a8f5c6d [SPR-8387] refined logging for failed generation of defaults; polishing JavaDoc. 15 years ago
Sam Brannen 7e4033f2a5 [SPR-8386] polishing 15 years ago
Sam Brannen 18b560b769 [SPR-8386] ContextLoader resolution once again ignores the inheritLocations flag on @ContextConfiguration. 15 years ago
Sam Brannen ef56e8a327 [SPR-8386] Completed JavaDoc for ContextLoaderUtils regarding the SmartContextLoader SPI. 15 years ago
Sam Brannen 64ef05c047 [SPR-8386] Completed JavaDoc for AnnotationConfigContextLoader regarding the SmartContextLoader SPI. 15 years ago
Sam Brannen ba046ad658 [SPR-8386] AbstractContextLoader now adheres to the SmartContextLoader contract by verifying the existence of generated default resource locations. 15 years ago
Sam Brannen 44d8f9ecbf [SPR-8386] polishing JavaDoc. 15 years ago
Sam Brannen 0f435b495a [SPR-7960] Documented inheritProfiles attribute of @ActiveProfiles. 15 years ago
Sam Brannen c4dcb63ab2 [SPR-8386] refining JavaDoc for MergedContextConfiguration and related classes. 15 years ago
Sam Brannen 8f7edda0da [SPR-8386] fleshing out JavaDoc for SmartContextLoader and related classes. 15 years ago
Sam Brannen f7ebe823ff polishing 15 years ago
Sam Brannen 6bf3acc605 [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. 15 years ago
Sam Brannen 1bae3f8c99 polishing Javadoc 15 years ago
Sam Brannen 664291a681 [SPR-8386] AnnotationConfigContextLoader now only considers static inner classes annotated with @Configuration when generating default configuration classes. 15 years ago
Sam Brannen 4b38c18b61 [SPR-8386] Polishing SmartContextLoader SPI; AnnotationConfigContextLoader now only considers static inner classes annotated with @Configuration as configuration classes. 15 years ago
Sam Brannen 69b3be67c4 polishing developer documentation 15 years ago
Sam Brannen b617210d50 [SPR-8386] SmartContextLoader enhancements: 15 years ago
Chris Beams b3e77d9ef2 Add syntax highlighting to Javadoc where necessary 15 years ago
Juergen Hoeller e33805ddff shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 15 years ago
Juergen Hoeller 03adc3b632 shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 15 years ago
Juergen Hoeller 786ca258b9 updated dependencies 15 years ago
Sam Brannen 32bca54000 [SPR-8386] polishing JavaDoc 15 years ago
Sam Brannen 39b790032f [SPR-7326] MergedContextConfiguration now ensures that it holds non-null arrays with proper semantics for TestContext's cache key generation. 15 years ago
Sam Brannen 59dea815c7 [SPR-7326] Added unit tests to verify proper semantics of TestContext's cache key generation. 15 years ago
Sam Brannen d0368e1f1c polishing 15 years ago
Sam Brannen 137353b2c2 Suppressing warnings for deprecation of SimpleJdbcTemplate; polishing JavaDoc; using TestNG assertions in TestNG tests. 15 years ago
Sam Brannen 06b6d0a908 polishing 15 years ago
Sam Brannen dba7795ed7 [SPR-6184] AnnotationConfigContextLoader now defines "$ContextConfiguration" as the resource suffix for generated default @Configuration class names. 15 years ago