298 Commits (0ad5de3f771f9caad833f16b70c19b9ac830301e)

Author SHA1 Message Date
Juergen Hoeller fe05e7e5b3 Self reference detection defensively handles null bean names 10 years ago
Juergen Hoeller 496492b2d8 Autowiring rejects self references to a factory method on the same bean as well 10 years ago
Stephane Nicoll e849bc3e90 Fix potential NPE 10 years ago
Juergen Hoeller 9d6c38bd54 Consistent bracket alignment 10 years ago
Juergen Hoeller 2665d56209 Polishing 10 years ago
Juergen Hoeller a4968b9015 DefaultListableBeanFactory's registerBeanDefinition only calls resetBeanDefinition in case of pre-existing bean definition or pre-existing singleton instance 10 years ago
Stephane Nicoll b676c41805 Add missing 4.1 XSDs 10 years ago
Juergen Hoeller 2bd6e24b65 MBeanExporter implements newly introduced SmartInitializingSingleton callback interface 10 years ago
Juergen Hoeller a6a86b8025 DefaultBeanDefinitionDocumentReader evaluates profile attribute only in beans namespace 10 years ago
Stephane Nicoll b78b2e9a03 Fix priority semantic 10 years ago
Juergen Hoeller 01264dc673 Polishing 10 years ago
Juergen Hoeller 6c41cc354c ConstructorResolver's exception message on null factory-bean hints at potential BeanPostProcessor involvement 10 years ago
Juergen Hoeller 87cbade8be Test variant for SPR-11521 (currently @Ignored) 10 years ago
Juergen Hoeller d870b382da Defensively check for pre-resolved FactoryBean.getObject() results in circular reference scenarios 10 years ago
Juergen Hoeller b7984f21d8 Polishing 10 years ago
Juergen Hoeller f8b6114440 BeanFactoryAnnotationUtils consistently applies bean name fallback when no BeanDefinition present 10 years ago
Juergen Hoeller 974bd43f28 AbstractAutowireCapableBeanFactory's createBean/autowireBean/configureBean use CacheUtils.isCacheSafe to re-enable PropertyDescriptor caching 10 years ago
Juergen Hoeller fab67b0595 CachedIntrospectionResults and co consistently avoid synchronization (through use of ConcurrentReferenceHashMap) 10 years ago
Stephane Nicoll 8221c9abc5 Support for nested path using field access 10 years ago
Juergen Hoeller d6635802c4 TypeDescriptor's nested type traversal leniently returns null in case of unresolvable nested type 10 years ago
Juergen Hoeller bc1f19ce18 Defensively check javaUtilOptionalEmpty 10 years ago
Rossen Stoyanchev 0dc6082b01 Support java.util.Optional for @MVC named value args 10 years ago
Juergen Hoeller ea346d59b3 Polishing 10 years ago
Juergen Hoeller 85b2c7d116 AbstractAutowireCapableBeanFactory's getTypeForFactoryBean considers FactoryBean<Object> declarations as non-indicative (just like raw declarations) 10 years ago
Juergen Hoeller 5cb3f8eada Support for java.util.Optional within ObjectFactory/Provider 10 years ago
Juergen Hoeller 7d03daf8cb Support for Java 8's java.util.Optional at injection points 10 years ago
Juergen Hoeller f7b465390c Moved @Uses annotations to org.springframework.lang; fixed Base64Utils to declare Java 8, and fixed PathResource's declaration to refer to Java 7. 10 years ago
Alex Yursha 8b8afe3def Fix a typo 10 years ago
Stephane Nicoll 001d0e734c Support for @Order at the bean declaration level 10 years ago
Juergen Hoeller 551950cdc0 Consistent use of ClassUtils.forName instead of class.getClassLoader().loadClass 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
Juergen Hoeller a653c06711 Fixed invalid code tag in javadoc 11 years ago
Stephane Nicoll bd85c916eb Integrate animal sniffer 11 years ago
Juergen Hoeller 0ef29b204b GenericBeanDefinition's toString() takes parent definition into account 11 years ago
Juergen Hoeller 6cb45f714e General defensiveness about the bootstrap ClassLoader (i.e. null ClassLoader) 11 years ago
Stephane Nicoll 5559209233 Remove useless imports 11 years ago
Juergen Hoeller 14f9dbf70c Consistent documentation for both 'close' and 'shutdown' as inferred destroy methods 11 years ago
Juergen Hoeller 8ed490c4d7 Polishing 11 years ago
Stephane Nicoll db23ec733b Add exception handling of asynchronous method 11 years ago
Stephane Nicoll dcf5f4a6a3 javax.annotation.Priority alternative to @Order 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
Juergen Hoeller 5308b3e358 Revised naming for prototype inner beans to avoid excessive unique name calculation 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 93c8b7ab04 DefaultListableBeanFactory only puts 'cache-safe' Class keys into its by-type cache 11 years ago
Juergen Hoeller 7972b31118 SpringBeanELResolver's setValue should not throw PropertyNotWritableException if provided value is identical to current bean instance 11 years ago