3941 Commits (5206f5bc9a0e4721eb173c27549e2369d9a8d919)
 

Author SHA1 Message Date
Sam Brannen eba33b6156 polishing 14 years ago
Sam Brannen 070b7b6afe polishing 14 years ago
Chris Beams 74f1e0e9d0 Touch up ApplicationContextInitializer Javadoc 14 years ago
Chris Beams 4f7bdbd3de Make ConfigurationClassBeanDefinitionReader public 14 years ago
Arjen Poutsma fa4f90e648 SPR-7805 - Add support for package binding in the JibxMashaller 14 years ago
Sam Brannen 4dcc79d6eb [SPR-6184] Implemented recursive search for configuration classes; introduced LocationsResolver strategy in ContextLoaderUtils with ResourcePathLocationsResolver and ClassNameLocationsResolver implementations. 14 years ago
Sam Brannen f3d125626d [SPR-6184] Refactored internals of ContextLoaderUtils; @Ignore'd broken test. 14 years ago
Sam Brannen 293baeeb88 [SPR-6184] Updated TODOs. 14 years ago
Sam Brannen 523c090551 [SPR-6184] Added DefaultConfigClassInheritedTests to verify proper recursive search for configuration classes configured via @ContextConfiguration. This test is currently failing (as expected) and therefore @Ignore'd. 14 years ago
Sam Brannen 70f883303f Removed unnecessary declaration of @TestExecutionListeners. 14 years ago
Sam Brannen 5373b43a53 [SPR-6184] Extracted ContextLoader resolution functionality from TestContext into a new ContextLoaderUtils utility class. 14 years ago
Sam Brannen ad9c858bd2 [SPR-6184] Introduced ResourceTypeAwareContextLoader interface and removed dependency on AnnotationConfigContextLoader in TestContext. 14 years ago
Sam Brannen a60487655c polishing JavaDoc 14 years ago
Sam Brannen 744facbf64 [SPR-6184] Simplified AnnotationConfigContextLoader in TestContext. 14 years ago
Sam Brannen dd4d6e63ae [SPR-6184] AnnotationConfigContextLoader now generates a default configuration class name; fleshed out documentation of AnnotationConfigContextLoader; introduced sub-package and suite for configuration class tests. 14 years ago
Andy Clement 9202224bca SPR-8174: varargs and primitive handling in SpEL 14 years ago
Andy Clement b9d07b9c47 SPR-7840: comparator dealing with nulls 14 years ago
Chris Beams fadfc76443 All SFBuilder setters return 'this' & use varargs 14 years ago
Chris Beams 4f6df87615 Fix obscure STS error 14 years ago
Rossen Stoyanchev 3f11fbafaa Predictable index position for BindingResult keys and parameter annotation convenience methods in MethodParameter 14 years ago
Chris Beams 006cbb25c5 Increase visibility of MapPropertySource constructor 14 years ago
Chris Beams f5768fe00b Introduce (Annotation)SessionFactoryBuilder types 14 years ago
Chris Beams b0b1116f4b Propagate wrapped exception in SessionFactoryUtils 14 years ago
Chris Beams 6809b234b1 Introduce HibernateExceptionTranslator 14 years ago
Chris Beams 2f5085aef1 Introduce ExtendedBeanInfo 14 years ago
Sam Brannen ec1b230ae5 [SPR-6184] AnnotationConfigContextLoader now calls AnnotationConfigApplicationContext's register(Class<?>...) method in one go, via var-args. 14 years ago
Sam Brannen 732493951e [SPR-6184] AnnotationConfigContextLoader now extends AbstractGenericContextLoader; added new extension points to AbstractGenericContextLoader. 14 years ago
Sam Brannen 10640233dc [SPR-6184] Initial draft of the new AnnotationConfigContextLoader. 14 years ago
Sam Brannen 334e4f2212 [SPR-6184] Initial draft of the new AnnotationConfigContextLoader. 14 years ago
Sam Brannen b50338fd32 [SPR-6184] Work in Progress 14 years ago
Sam Brannen fa48a7b3a3 Updating JUnit and TestNG versions for IDEs and Maven. 14 years ago
Sam Brannen 6ed1b1ebf8 org.springframework.spring-parent can now be imported into Eclipse 14 years ago
Sam Brannen 8568250e77 [SPR-8089] Added TODOs. 14 years ago
Sam Brannen 45c6eb1d62 [SPR-8089] re-ignoring JMX tests that require the presence of jmxremote_optional.jar. 14 years ago
Sam Brannen 309fa92199 [SPR-8089] re-ignoring JMX tests that require the presence of jmxremote_optional.jar. 14 years ago
Sam Brannen daa074734f [SPR-8092] cleaning up ignored and broken ORM tests; suppressing warnings; fixed Eclipse classpath for tests. 14 years ago
Sam Brannen adfcc929fb [SPR-8091] developer notes 14 years ago
Costin Leau 5c3ceb8ef0 SPR-7971 14 years ago
Sam Brannen 71d70a6e06 [SPR-8089] cleaning up ignored and broken JMX tests; suppressing warnings; using generics where feasible; documented the jmxremote_optional.jar requirement in AbstractMBeanServerTests. 14 years ago
Sam Brannen 726564c84d Polishing and fixed broken support for @IfProfileValue in AbstractJpaTests (even though it's deprecated). 14 years ago
Sam Brannen d6be4c5a2a [SPR-8090] Fixed broken tests in Log4jWebConfigurerTests. 14 years ago
Sam Brannen 657b145ea2 [SPR-8030] AbstractJUnit38SpringContextTests and AbstractTransactionalJUnit38SpringContextTests are now officially deprecated. 14 years ago
Costin Leau a3a0e5165c SPR-8007 14 years ago
Costin Leau eb4b68ffda SPR-8007 14 years ago
Agim Emruli a20e73b148 fixed compile error in test with javac compiler 14 years ago
Chris Beams 6f80578a38 Ignore fragile test dependent on debug symbols 14 years ago
Chris Beams f4e1cde33b Eliminate warnings in .validation package 14 years ago
Chris Beams 150838bfc1 Remove TODOs related to profile logging 14 years ago
Chris Beams b50ac7489b Resolve or eliminate Environment-related TODOs 14 years ago
Chris Beams d471266d44 @Feature methods accept @Value-annotated params 14 years ago