246 Commits (41730220f4e5ef89024f3fbcf20b1f8362a56565)

Author SHA1 Message Date
Juergen Hoeller d7cab23e6d Consistent use of StringUtils.toStringArray 8 years ago
Juergen Hoeller c9d08bff41 DefaultListableBeanFactory only calls getPriority for non-null instance 8 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 8 years ago
igor-suhorukov 0ee505b73e Polish: assertion arguments should be passed in the correct order, 8 years ago
Juergen Hoeller 285b01fc79 Test with all-negated profile condition 8 years ago
Juergen Hoeller 4adc820714 Warning instead of error for non-present type filter class 8 years ago
Juergen Hoeller 4a57e26d76 Polishing 8 years ago
Juergen Hoeller 9beb97880f Support for static field access on non-public enums 8 years ago
Juergen Hoeller 9649b0cb25 Properly resolve null beans as getBeansOfType result entries 8 years ago
Juergen Hoeller c9d3c2690d Properly resolve null candidates for collection injection 9 years ago
Juergen Hoeller ec345bf162 Revised handling of missing data class arguments 9 years ago
Juergen Hoeller e927cae476 ObjectProvider offers ifAvailable/ifUnique variants with Consumer 9 years ago
Stephane Nicoll 71182ab54b Provide hierarchy traversal support for getBeanNamesForAnnotation 9 years ago
Juergen Hoeller ac5e2599f7 Consistent overriding for all variants of init/destroy method inheritance 9 years ago
Juergen Hoeller b94302b5bd Enforce non-null value from getBean and at injection points 9 years ago
Sebastien Deleuze fa4d139684 Support instantiating Kotlin classes with optional parameters 9 years ago
Stephane Nicoll 58242f2249 Polish 9 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 9 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 9 years ago
Juergen Hoeller d74542ed21 Honor @Autowired(required=false) at parameter level 9 years ago
Juergen Hoeller 6556b40c2b Upgrade to SnakeYAML 1.18 (with updated duplicate key tests) 9 years ago
Juergen Hoeller 0da8dee289 Polishing 9 years ago
Juergen Hoeller 9543384d9e Avoid deprecated comparators in tests 9 years ago
Juergen Hoeller 65d8d698cd Test for ObjectFactory injection at constructor level 9 years ago
Juergen Hoeller 5e946c2700 Consistent type variable resolution for arrays/collections (in particular at field level) 9 years ago
Juergen Hoeller ac6aa53031 Drop outdated BeanFactoryLocator / beanRefContext.xml mechanism 9 years ago
Juergen Hoeller 32fc855dd1 Introspect FactoryBean class declaration if no early instantiation possible 9 years ago
Juergen Hoeller 1cb381e9a7 Consistent deprecation markers on JDK 9 9 years ago
Juergen Hoeller 8084da59a7 Map resolution for multiple beans applies to plain Map interface declaration only 9 years ago
Juergen Hoeller d3f97e3092 ObjectProvider offers getIfAvailable/getIfUnique variants with default supplier 9 years ago
Juergen Hoeller 12aa14ddbc Support @Nullable annotations as indicators for optional injection points 9 years ago
Juergen Hoeller 4c005e6336 ResolvableType-based matching respects generic factory method return type 9 years ago
Juergen Hoeller 8b5ee4ef91 AutowiredAnnotationBeanPostProcessor tolerates annotated no-arg constructors 9 years ago
Juergen Hoeller ac5933a7ac Various DefaultListableBeanFactory clarifications 9 years ago
Juergen Hoeller 7f4904ed22 Avoid deprecated Mockito methods 10 years ago
Juergen Hoeller 84d3808b3b Upgrade to Mockito 2.2 10 years ago
Juergen Hoeller 74c618892e YamlPropertiesFactoryBean consistently exposes String values 10 years ago
Stephane Nicoll 2b0bf9f04a Add Qualified element on RootBeanDefinition 10 years ago
Juergen Hoeller c4fcdb6864 DefaultListableBeanFactory does not trigger early candidate creation ahead of primary bean selection 10 years ago
Juergen Hoeller ab0d523cc0 Polishing 10 years ago
Juergen Hoeller 4b06b60007 RootBeanDefinition accepts ResolvableType for target type hint 10 years ago
Juergen Hoeller d69afaada8 PathEditor tries file system path in case of non-existing resource 10 years ago
Juergen Hoeller d128830605 Test injection for @Lookup-declaring bean 10 years ago
Juergen Hoeller e03dea1d64 Polishing 10 years ago
Juergen Hoeller 23c2b6ad41 Added PathEditor for NIO file system resolution 10 years ago
Juergen Hoeller bc2c22d51e Streamline XML namespace support towards unversioned schemas 10 years ago
Stephane Nicoll 00d2606b00 Explicit type can be replaced by <> 10 years ago
Juergen Hoeller c4c941c43f Convert comma-separated string into list of classes analogous to existing support for class array 10 years ago
Juergen Hoeller cf0a0cd5d8 BeanWrapper avoids StringIndexOutOfBoundsException for incompletely quoted keys 10 years ago
Juergen Hoeller ce2f28da49 CachedIntrospectionResults explicitly introspects implemented interfaces (for Java 8 default methods) 10 years ago