869 Commits (e2baf7277bdfa8b4a4da34fb0f0853413bec1a8f)

Author SHA1 Message Date
Juergen Hoeller e68132686d Restore lenient target type handling for FactoryBean definitions 7 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 7 years ago
Phillip Webb 077754b8e0 Support constructor injection for @Import classes 7 years ago
Sam Brannen d689ef8891 Support disabling cron jobs registered via SchedulingConfigurer 7 years ago
Andy Wilkinson 508b6798ff Move jmx.log beneath build/ to avoid UP-TO-DATE pollution 7 years ago
Sam Brannen 30cff46e7f Prevent improper use of testing framework APIs 7 years ago
Sam Brannen 591995ecc8 Polish and revive disabled tests 7 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 7 years ago
Sebastien Deleuze ca02cc1194 Migrate to AssertJ in Kotlin tests 7 years ago
Sam Brannen c004ef888c Configure index in @ParameterizedTest display names 7 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 7 years ago
Sam Brannen a07ce8eb82 Polishing 7 years ago
Sam Brannen 3e2b977d5d Re-enable shadowed, overridden @Test and lifecycle methods 7 years ago
Sam Brannen 742cb90d34 Delete obsolete abstract test classes 7 years ago
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 7 years ago
Sam Brannen 979508a7f3 Remove JUnit 4 dependency from all modules except spring-test 7 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 7 years ago
Sebastien Deleuze 23cd261b6b Deprecate AnnotationConfigApplicationContext { } Kotlin extension 7 years ago
Phillip Webb 89d150d398 Resolve factoryBeanClass if necessary 7 years ago
Phillip Webb 71a5308c78 Support FactoryBean bean definition attributes 7 years ago
Phillip Webb a0e462581f Consider generics for predicting FactoryBean types 7 years ago
Juergen Hoeller daf29118a6 Resolve ApplicationListener against BeanDefinition.getResolvableType() 7 years ago
Juergen Hoeller 8aa0b07768 Consistent early eviction tests in regular and transactional scenarios 7 years ago
Sam Brannen af18d71bc2 Clean up warnings in Gradle build 7 years ago
Juergen Hoeller 7a7d4109ac Polishing 7 years ago
Juergen Hoeller aeef95938e SpringValidatorAdapter's ObjectError subclasses are serializable 7 years ago
Juergen Hoeller 7bfe01a028 Support for reactive result values from event listener methods 7 years ago
Thomas Girard 87c15ba9ad Use the accepted profiles in BeanDefinitionDsl 7 years ago
Johnny Lim ef704aa531 Polish FormattingConversionServiceTests 7 years ago
Phillip Webb 5e505ce3a9 Add FormatterRegistry addPrinter/addParser methods 7 years ago
Sam Brannen 3794a57651 Improve AnnotationProcessorPerformanceTests with Awaitility 7 years ago
Sam Brannen 30944ed2e2 Attempt to make AbstractSchedulingTaskExecutorTests more robust 7 years ago
Sam Brannen 32277b74db Attempt to make AbstractSchedulingTaskExecutorTests more robust 7 years ago
Juergen Hoeller 80c6f2bcf9 Polishing 7 years ago
Juergen Hoeller 3c3d828e6c Actually test LiteConfiguration arrangement 7 years ago
Phillip Webb 9d74da006c Migrate JUnit 4 assertions to AssertJ 7 years ago
Phillip Webb 95a9d46a87 Migrate Hamcrest assertions to AssertJ 7 years ago
Rossen Stoyanchev 5f7541344a Fix test failing after #99302f 7 years ago
Rossen Stoyanchev 3a5fb1fdf3 Fix test failing after #99302f 7 years ago
Phillip Webb 02850f357f Migrate exception checking tests to use AssertJ 7 years ago
Sam Brannen 73dbd06361 Enforces static imports for JUnit 4 assertions and assumptions 7 years ago
Sam Brannen deecab6311 Use assertThat from Hamcrest instead of JUnit 4 7 years ago
Sam Brannen 724c805211 Discontinue use of JUnit 3 APIs 7 years ago
Phillip Webb 798b51f4a3 Migrate to BDD Mockito 7 years ago
Phillip Webb 816bbee8de Remove '.*' imports from tests 7 years ago
Phil Webb d7320de871 Migrate away from ExpectedException (#22922) 7 years ago
Phillip Webb 8a293f51a4 Don't expose RetentionPolicy.CLASS annotations 7 years ago
Juergen Hoeller fff3813d75 Properly detect importing class metadata for lite configuration class 7 years ago
Sam Brannen c79fdfb668 Use assertThat from Hamcrest instead of JUnit 4 7 years ago
Sebastien Deleuze fc8d5c068c Support final @Configuration(proxyBeanMethods = false) classes 7 years ago