196 Commits (86d5c5c0f72617def58719b8871d129721e7455a)

Author SHA1 Message Date
Juergen Hoeller 15d3b88037 DefaultSingletonBeanRegistry's isDependent defensively checks for circular recursion 10 years ago
Phillip Webb 87f1512e88 Add protected YamlProcessor.getFlattenedMap method 10 years ago
Juergen Hoeller 82651a07ab BeanFactory accepts getBean arguments for non-prototype beans as well 10 years ago
Juergen Hoeller efb114d49a Polishing 10 years ago
Juergen Hoeller bfbd25a0e9 BeanWrapper auto-growing support for EnumSet / EnumMap 10 years ago
Juergen Hoeller e6d7af4ea8 Polishing 10 years ago
Juergen Hoeller eacd4a181f ExtendedBeanInfo ignores invalid bean properties (analogous to the JavaBeans Introspector) 10 years ago
Juergen Hoeller 965bea7b3e DefaultListableBeanFactory efficiently accesses current bean names and exposes them via getBeanNamesIterator() 10 years ago
Juergen Hoeller 7d2231541b Unit tests for java.util.Optional with autowired collections on @Autowired fields/methods and @Bean method parameters 10 years ago
Stephane Nicoll 8e5c77dc11 Explicit support of String[] value resolution 10 years ago
Juergen Hoeller 9243869763 Test for <util:map> with LinkedCaseInsensitiveMap and specified key/value types 10 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 10 years ago
Stephane Nicoll 859e1e8003 Check for duplicate keys in YAML map nodes 10 years ago
Juergen Hoeller 0934751d7a BeanWrapper supports traversal of nested paths with Java 8 Optional declarations 10 years ago
Juergen Hoeller a80495b47d Avoid use of fragile Swing classes in tests (for compatibility with JDK 8u40) 10 years ago
Juergen Hoeller f4219ca06b Consistent exclusion of bridge methods in annotation post-processors (for Java 8 compatibility) 10 years ago
Juergen Hoeller 80cec011b7 Log warning for single optional constructor when no default constructor to fall back to 10 years ago
Juergen Hoeller 5cd59d044e GenericTypeAwarePropertyDescriptor implements equals/hashCode for proper lookups on IBM JVM 6 10 years ago
Juergen Hoeller c8bbd0bae4 Polishing 10 years ago
Juergen Hoeller c6d29f1a31 Refactored support for @Order on @Bean methods as well as @Priority handling 10 years ago
Juergen Hoeller 662d8aa9f1 util:properties supports multiple resource locations and ignore-resource-not-found 10 years ago
Juergen Hoeller eb0ab8431b Lookup methods can support arguments, find a target bean based on the return type, and be identified by an @Lookup annotation 10 years ago
Juergen Hoeller fd5dbddac4 BeanFactory supports bean creation arguments for by-type lookup as well 10 years ago
Stephane Nicoll 3da68cfe21 Remove unused imports 10 years ago
Stephane Nicoll e849bc3e90 Fix potential NPE 10 years ago
Stephane Nicoll b78b2e9a03 Fix priority semantic 11 years ago
Juergen Hoeller 87cbade8be Test variant for SPR-11521 (currently @Ignored) 11 years ago
Juergen Hoeller d870b382da Defensively check for pre-resolved FactoryBean.getObject() results in circular reference scenarios 11 years ago
Juergen Hoeller fab67b0595 CachedIntrospectionResults and co consistently avoid synchronization (through use of ConcurrentReferenceHashMap) 11 years ago
Stephane Nicoll 8221c9abc5 Support for nested path using field access 11 years ago
Juergen Hoeller d6635802c4 TypeDescriptor's nested type traversal leniently returns null in case of unresolvable nested type 11 years ago
Juergen Hoeller 5cb3f8eada Support for java.util.Optional within ObjectFactory/Provider 11 years ago
Juergen Hoeller 7d03daf8cb Support for Java 8's java.util.Optional at injection points 11 years ago
Stephane Nicoll 001d0e734c Support for @Order at the bean declaration level 11 years ago
Juergen Hoeller 6c1f8de5fa Eventual removal of deprecated AbstractBeanConfigurerAspect, BeanReferenceFactoryBean and CommonsLogFactoryBean 11 years ago
Stephane Nicoll 580e52372f Add support of YAML 11 years ago
Stephane Nicoll 5559209233 Remove useless imports 11 years ago
Stephane Nicoll 5fe8f52c02 Add support for @Priority 11 years ago
Stephane Nicoll 48221798f5 Improving test coverage of determinePrimaryCandidate 11 years ago
Stephane Nicoll 4cd818b9e4 Harmonize log configuration 11 years ago
Juergen Hoeller cf290ab42a Extracted simple MethodInvokingBean as alternative to (and base class for) MethodInvokingFactoryBean 11 years ago
Sam Brannen b364599278 Update links to Spring JIRA server 11 years ago
Juergen Hoeller 3dfa7e9ac0 Avoid stack overflow in case of circular type reference 11 years ago
Juergen Hoeller 793cab4f80 Allow generics-based injection in case of nested unresolved type variable 11 years ago
Juergen Hoeller ad317774fb instantiateUsingFactoryMethod avoids NPE and reports argument types in case of explicitArgs and resolved generic arguments as well 11 years ago
Sam Brannen 9534245660 Exclude overloaded from equals & hashCode in MethodOverride 11 years ago
Juergen Hoeller 8570f607a7 Fixed regression with fallback for non-resolvable property type 11 years ago
Juergen Hoeller fcbd3b121b Added test for inconsistency between read and write method 11 years ago
Juergen Hoeller f9e8eb59e1 Fixed hasUnresolvableGenerics() to return false in case of an unresolvable bounded variable as well 11 years ago
Juergen Hoeller 8a3b4c69c8 Fixed primitive type assignability in BeanUtils.copyProperties 11 years ago