1070 Commits (fc1dcddb75ff81e03f04dd407054cebce5eb595d)

Author SHA1 Message Date
Sam Brannen 9f00eb68e9 Clean up warnings 5 years ago
Juergen Hoeller 248ad0fa79 Expose primary flag on BeanDefinitionBuilder 5 years ago
Sam Brannen 2482209437 Polish Javadoc @param order 5 years ago
Sam Brannen 26ee9c68eb Document [Priority]Ordered support for Bean[Factory]PostProcessor 5 years ago
Juergen Hoeller 47a24ac378 Upgrade to Aalto 1.2.2, Protobuf 3.10, Apache Johnzon 1.2, SnakeYAML 1.25, OpenPDF 1.3.11, FreeMarker 2.3.29 5 years ago
Juergen Hoeller 07df1ce7d2 Update genericBeanDefinitionEquality test to AssertJ usage on master 5 years ago
Juergen Hoeller bb6f9bb6d4 Polishing 5 years ago
Juergen Hoeller da44a247cb Efficient concurrency in MethodOverrides through CopyOnWriteArraySet 5 years ago
Juergen Hoeller 20fc7e178a Consistent equality check for parent name and indexed arguments 5 years ago
Juergen Hoeller e68132686d Restore lenient target type handling for FactoryBean definitions 6 years ago
Sam Brannen a51dc84cb1 Fix Checkstyle violation 6 years ago
Sam Brannen 9517372e5f Re-enable DLBFTests.prototypeCreationWithConstructorArgumentsIsFastEnough() 6 years ago
Sam Brannen a93f3ddfe4 Polish DefaultListableBeanFactoryTests 6 years ago
Sam Brannen b2aad1c3b1 Ensure bean definitions can be removed concurrently 6 years ago
Sam Brannen 7a1a8e1623 Polish DefaultListableBeanFactoryTests 6 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 6 years ago
GungnirLaevatain 9db4118180 Fix DefaultListableBeanFactory#copyConfigurationFrom 6 years ago
Sam Brannen 591995ecc8 Polish and revive disabled tests 6 years ago
Sam Brannen c80705a708 Polishing 6 years ago
Sam Brannen ce178f76eb Add missing Temporal tests in BeanUtilsTests 6 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 6 years ago
Sam Brannen f54395b261 Polish BeanUtilsTests 6 years ago
Sam Brannen d036b5a283 Do not treat void and Void as simple types in BeanUtils 6 years ago
Juergen Hoeller 48934cba1b Polishing 6 years ago
Juergen Hoeller 3bc27e8d14 Streamline AnnotationFilter usage with the MergedAnnotations API 6 years ago
Juergen Hoeller f26866e4d4 Introduce getType variant with allowFactoryBeanInit flag 6 years ago
Brian Clozel d4089747b8 Use dependency management in Framework build 6 years ago
Sebastien Deleuze ca02cc1194 Migrate to AssertJ in Kotlin tests 6 years ago
康智冬 a6f4862f13 Fix typos related to indefinite articles 6 years ago
stsypanov 78d56dc61b Use Arrays.copyOf and Arrays.copyOfRange where possible 6 years ago
Sam Brannen 4cd635e9c8 Avoid repeated instantiation of AutowiredArgumentMarker 6 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 6 years ago
Sam Brannen 0b63db26b7 Reinstate AbstractBeanFactoryTests.typeMismatch() test 6 years ago
Brian Clozel e9523161f0 Revert "Revert "Refactor Gradle tasks in Spring Framework build"" 6 years ago
Stephane Nicoll fb0d618751 Revert "Refactor Gradle tasks in Spring Framework build" 6 years ago
Brian Clozel 1539ba8991 Refactor Gradle tasks in Spring Framework build 6 years ago
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 6 years ago
Sam Brannen 979508a7f3 Remove JUnit 4 dependency from all modules except spring-test 6 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 6 years ago
Juergen Hoeller 9bd3a535cd Avoid UndeclaredThrowableStrategy with 1.8 bytecode level (CGLIB 3.3) 6 years ago
Juergen Hoeller 7ac665b18e Polishing 6 years ago
Juergen Hoeller 762ea3ea90 Document all remaining public methods on BeanDefinitionParserDelegate 6 years ago
Juergen Hoeller 49593f5399 Revise DependencyDescriptor etc to avoid MethodParameter deprecations 6 years ago
liym@com fde651a606 Polish getTypeForFactoryBean comment 6 years ago
Phillip Webb 89d150d398 Resolve factoryBeanClass if necessary 6 years ago
Phillip Webb a6021cc968 Rename SearchStrategy.EXHAUSTIVE to TYPE_HIERARCHY 6 years ago
Juergen Hoeller e6f86c5c75 Nullability refinements and related polishing 6 years ago
Phillip Webb 71a5308c78 Support FactoryBean bean definition attributes 6 years ago
Phillip Webb a0e462581f Consider generics for predicting FactoryBean types 6 years ago
Phillip Webb 527876d9a0 Cache AbstractBeanFactory.isFactoryBean results 6 years ago