617 Commits (25561784228a60c125a237933f5064ecfde1a96e)

Author SHA1 Message Date
Juergen Hoeller c95dfca726 Log profile-based exclusion of XML bean definition file 9 years ago
Stephane Nicoll 0d04af14f8 Refine test 9 years ago
Stephane Nicoll 9b9df6a744 Add test 9 years ago
Juergen Hoeller 773d175681 Polishing 9 years ago
Juergen Hoeller 04f31816bd Avoid getTypeForFactoryBean warn logging for lazy-init beans 9 years ago
Juergen Hoeller 4f955932a7 @Value can be used as aliased meta-annotation 9 years ago
Juergen Hoeller 1d8a3e1f07 BeanFactoryAnnotationUtils searches on bean implementation classes and meta-annotations as well 9 years ago
Juergen Hoeller bb3ff25cad Polishing 9 years ago
Juergen Hoeller b28310d0b9 Polishing 9 years ago
Juergen Hoeller cad2ce0ac2 ConstructorResolver always uses arguments when completely provided 9 years ago
Juergen Hoeller fca5365cf1 Avoid scoped destruction callbacks in case of no post-processor actually applying 9 years ago
Juergen Hoeller 967ef73765 Detect @Autowired constructors for configuration classes 9 years ago
Stephane Nicoll 9e7c791a0f Automatically autowire a bean with one constructor 9 years ago
Sam Brannen 5b3edcd9f9 Spring Cleaning in December 9 years ago
Stephane Nicoll 752d3c715a Initiate structure for 4.3 XSDs 9 years ago
Juergen Hoeller 11806b9215 Class identity comparisons wherever possible (and further polishing) 9 years ago
Juergen Hoeller 08b6daf1eb Polishing 9 years ago
Juergen Hoeller 7589c1f164 Aligned class name quoting with ConversionFailedException 9 years ago
Juergen Hoeller b70af3bf57 Polishing 9 years ago
Juergen Hoeller 998da2f45c Document destruction callback behavior for inner beans in case of scope mismatch 9 years ago
Juergen Hoeller 8ed2c470be Avoid instantiation of non-selected beans in BeanFactoryAnnotationUtils.qualifiedBeanOfType 9 years ago
Juergen Hoeller 7104076e19 Avoid Scope.registerDestructionCallback for inner beans in case of scope mismatch 9 years ago
Juergen Hoeller 24e4f56d7e Test case for event listener methods on bean with potentially inactive scope 9 years ago
Juergen Hoeller 20a286b4d6 ASM ClassWriter uses application ClassLoader for its getCommonSuperClass check 9 years ago
Juergen Hoeller 98be36a306 Extended default collection size for common per-bean caches 9 years ago
Johnny Lim 2defb6555e Fix broken Javadoc related to `<` and `>` 9 years ago
Juergen Hoeller 2bf8c0bc42 Polishing 9 years ago
Juergen Hoeller 2ba5cb2734 Polishing 9 years ago
Juergen Hoeller e35855f9b5 Avoid expensive annotation retrieval algorithm if no annotations present in the first place 9 years ago
Juergen Hoeller 5386e8a9e9 DefaultListableBeanFactory skips resolvableDependencies check for null value 9 years ago
Juergen Hoeller 8b3b8d070e Consistently detect spring-beans.dtd reference in last path segment 9 years ago
Stephane Nicoll b7c2881a4f Clarify javadoc 9 years ago
Sam Brannen d5ee787e1e Migrate JUnit 3 tests to JUnit 4 9 years ago
Juergen Hoeller 097bcfb997 DefaultListableBeanFactory switches to thread-safe copying for names collections if necessary 9 years ago
Juergen Hoeller 627393a155 Reverted StrictMapAppenderConstructor constructor back to public 9 years ago
Juergen Hoeller 54d3d782a9 Polishing 9 years ago
izeye 1aa77ef817 Add a missing `@throws` in Javadoc 9 years ago
Juergen Hoeller 667fc7e4a9 Polishing 9 years ago
Juergen Hoeller d4a23b81e9 Properties values get properly converted to generic Map types (fixing 4.x regression without use of ConversionService) 9 years ago
Juergen Hoeller ff9fb9aa88 BeanWrapperImpl.getPropertyDescriptor allows for nested paths again 9 years ago
Juergen Hoeller 74e6213baf Lookup method definitions can be overridden in child beans 9 years ago
Juergen Hoeller b198cad58e SimpleAliasRegistry detects circles between non-canonical aliases as well (through hasAlias) 9 years ago
Juergen Hoeller 05a16a1bfa Avoid ambiguous property warning for methods with multiple parameters 9 years ago
Sam Brannen f47bbb0d9e Polish tests 9 years ago
Juergen Hoeller e0f012f32d Removal of redundant JdkVersion checks in the test suite 9 years ago
Juergen Hoeller edd6e76b9f Polishing 9 years ago
Juergen Hoeller 2934256257 Polishing 9 years ago
Juergen Hoeller 09eb492079 Merged bean definitions are now cached early and selectively evicted after post-processing and before actual bean creation 9 years ago
Stephane Nicoll de6a649071 Polish 9 years ago
Juergen Hoeller 26acb4887d YamlProcessor explicitly closes UnicodeReader 10 years ago