1091 Commits (bee2b7cd736a7f59e3c1e35b3fe471cbcfbe1349)

Author SHA1 Message Date
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
Sam Brannen 74ddf1bee5 Improve documentation for @Autowired constructors 5 years ago
Rob Winch 8c605dd082 BeanDefinitionParserDelegate uses http://www.springframework.org/schema/ 5 years ago
Сергей Цыпанов 1728bf17fc Avoid unnecessary boxing where primitives can be used 5 years ago
Sam Brannen b8f77e53b5 Polish contribution 5 years ago
Eric Hettiaratchi 827ec5d5a2 Add unit tests for PropertyAccessorUtils 5 years ago
Sam Brannen 140e1e6532 Polish PropertyAccessorUtilsTests 5 years ago
Sam Brannen fae75cb238 Polish contribution 5 years ago
Сергей Цыпанов 9f81ffa5ae Use StringJoiner where possible to simplify String joining 5 years ago
Juergen Hoeller 56cc0d02e9 Bean destruction exceptions consistently logged at warn level 5 years ago
Johnny Lim 77aa17fe75 Polish YamlProcessorTests.flattenedMapIsSameAsPropertiesButOrdered() 5 years ago
Juergen Hoeller fc46abf0b7 Polishing 6 years ago
stsypanov 49873a30c5 Simplify String concatenation 6 years ago
Juergen Hoeller 33b5bc2aae Polishing 6 years ago
Juergen Hoeller 7dc92aa05d Polishing 6 years ago
Juergen Hoeller fd159ad082 Custom init/destroy methods get invoked through interface is possible 6 years ago
Juergen Hoeller 859923b732 Support for fine-grained by-type references and autowired properties 6 years ago
Juergen Hoeller 662541a48e Fix formatting 6 years ago
陈其苗 ab8e388412 Fix duplicate invoke method of transformedBeanName 6 years ago
Sebastien Deleuze 098ac0bbb8 Annotate Object#equals parameter with @Nullable 6 years ago
Sam Brannen 6eac141160 Restore non-null check for requiredType in BeanFactory methods 6 years ago