1060 Commits (38052e77b710a0fa373483bc6e55d68c26e6ec38)

Author SHA1 Message Date
Juergen Hoeller e68132686d Restore lenient target type handling for FactoryBean definitions 5 years ago
Sam Brannen a51dc84cb1 Fix Checkstyle violation 5 years ago
Sam Brannen 9517372e5f Re-enable DLBFTests.prototypeCreationWithConstructorArgumentsIsFastEnough() 5 years ago
Sam Brannen a93f3ddfe4 Polish DefaultListableBeanFactoryTests 5 years ago
Sam Brannen b2aad1c3b1 Ensure bean definitions can be removed concurrently 5 years ago
Sam Brannen 7a1a8e1623 Polish DefaultListableBeanFactoryTests 5 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 5 years ago
GungnirLaevatain 9db4118180 Fix DefaultListableBeanFactory#copyConfigurationFrom 5 years ago
Sam Brannen 591995ecc8 Polish and revive disabled tests 5 years ago
Sam Brannen c80705a708 Polishing 5 years ago
Sam Brannen ce178f76eb Add missing Temporal tests in BeanUtilsTests 5 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 5 years ago
Sam Brannen f54395b261 Polish BeanUtilsTests 5 years ago
Sam Brannen d036b5a283 Do not treat void and Void as simple types in BeanUtils 5 years ago
Juergen Hoeller 48934cba1b Polishing 5 years ago
Juergen Hoeller 3bc27e8d14 Streamline AnnotationFilter usage with the MergedAnnotations API 5 years ago
Juergen Hoeller f26866e4d4 Introduce getType variant with allowFactoryBeanInit flag 5 years ago
Brian Clozel d4089747b8 Use dependency management in Framework build 5 years ago
Sebastien Deleuze ca02cc1194 Migrate to AssertJ in Kotlin tests 5 years ago
康智冬 a6f4862f13 Fix typos related to indefinite articles 5 years ago
stsypanov 78d56dc61b Use Arrays.copyOf and Arrays.copyOfRange where possible 5 years ago
Sam Brannen 4cd635e9c8 Avoid repeated instantiation of AutowiredArgumentMarker 5 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 5 years ago
Sam Brannen 0b63db26b7 Reinstate AbstractBeanFactoryTests.typeMismatch() test 5 years ago
Brian Clozel e9523161f0 Revert "Revert "Refactor Gradle tasks in Spring Framework build"" 5 years ago
Stephane Nicoll fb0d618751 Revert "Refactor Gradle tasks in Spring Framework build" 5 years ago
Brian Clozel 1539ba8991 Refactor Gradle tasks in Spring Framework build 5 years ago
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 5 years ago
Sam Brannen 979508a7f3 Remove JUnit 4 dependency from all modules except spring-test 5 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 5 years ago
Juergen Hoeller 9bd3a535cd Avoid UndeclaredThrowableStrategy with 1.8 bytecode level (CGLIB 3.3) 5 years ago
Juergen Hoeller 7ac665b18e Polishing 5 years ago
Juergen Hoeller 762ea3ea90 Document all remaining public methods on BeanDefinitionParserDelegate 5 years ago
Juergen Hoeller 49593f5399 Revise DependencyDescriptor etc to avoid MethodParameter deprecations 5 years ago
liym@com fde651a606 Polish getTypeForFactoryBean comment 5 years ago
Phillip Webb 89d150d398 Resolve factoryBeanClass if necessary 5 years ago
Phillip Webb a6021cc968 Rename SearchStrategy.EXHAUSTIVE to TYPE_HIERARCHY 5 years ago
Juergen Hoeller e6f86c5c75 Nullability refinements and related polishing 5 years ago
Phillip Webb 71a5308c78 Support FactoryBean bean definition attributes 5 years ago
Phillip Webb a0e462581f Consider generics for predicting FactoryBean types 5 years ago
Phillip Webb 527876d9a0 Cache AbstractBeanFactory.isFactoryBean results 5 years ago
Phillip Webb 95edcb81b5 Retain merged bean definition caches when possible 5 years ago
Phillip Webb 2ee1ce61c0 Add missing variants of getBeanNamesForType 5 years ago
Juergen Hoeller c4622dbebc Polishing 5 years ago
Juergen Hoeller 4a09b323b6 Apply getInterfaceMethodIfPossible without SecurityManager as well 5 years ago
Juergen Hoeller daf29118a6 Resolve ApplicationListener against BeanDefinition.getResolvableType() 5 years ago
zheng.ren01@mljr.com f92b60c08f Only invoke getInterfaceMethodIfPossible() when security manager is used 5 years ago
Sebastien Deleuze 095fd5bcb3 Use Kotlin BOM 5 years ago
Sam Brannen b774147db4 Polish Javadoc for @Autowired 5 years ago
Sam Brannen 817f689584 Improve Javadoc for AutowiredAnnotationBeanPostProcessor 5 years ago