1241 Commits (4597e9b5476770cb2dd301886b6c3b70d9963677)

Author SHA1 Message Date
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 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