889 Commits (ec740559ed2ee676793e0778e47e8565c5f8c196)

Author SHA1 Message Date
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
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 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
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
Juergen Hoeller 75d751d968 Polishing 6 years ago
stsypanov 6f07a504b8 A couple of trivial simplifications 6 years ago
Juergen Hoeller 4af94dfc5d Clarify AbstractBeanDefinition.getBeanClass() return semantics 6 years ago
Sam Brannen 9e1ed6c771 Fix build on JDK 9+ 6 years ago
Sam Brannen 6ef7d7124e Clean up warnings 6 years ago
Phillip Webb 7031964e49 Deprecate StandardMetadata constructors 6 years ago
Sam Brannen 4aaec942c4 Introduce HTTPS mappings in spring.schemas files 6 years ago
Juergen Hoeller 379d81da74 Consistent thread-safe handling of manualSingletonNames Set 6 years ago
Juergen Hoeller 8158b6fd86 Update postProcessBeforeInstantiation comment on factory methods 6 years ago
Yanming Zhou 900abfce47 Temporal should be simple value type like Date 6 years ago
水木今山 574dffb60b Some trivial optimization in method populateBean() (#22792) 6 years ago
stsypanov 604361ee1f Use concatenation instead of torn StringBuilder::append chain 6 years ago
Sam Brannen 80ad60e91b Fix Javadoc for @Value 6 years ago
Sam Brannen df15b64e86 Document @Autowired support on parameters 6 years ago
Sam Brannen e1080f8b5f Polish Javadoc for @Autowired 6 years ago