461 Commits (d444ef48711799734ee3752e89d4a48d8ee43cef)

Author SHA1 Message Date
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 9 years ago
Sam Brannen 6c530b7bfb Delete trailing whitespace in XML files 9 years ago
Sam Brannen 32c17bf540 Revise method and parameter names in annotation support 9 years ago
Sam Brannen d49bf01c4a Polish Javadoc for AbstractBeanDefinition 9 years ago
Juergen Hoeller 4eea675c15 Stronger warning about lookup methods not working with @Bean 9 years ago
Sam Brannen 9afcd17c71 Introduce getAnnotationAttributes(..,Class) in AnnoElUtils 9 years ago
Stephane Nicoll 2dc674f356 Restore AbstractPropertyAccessor 9 years ago
Stephane Nicoll a87d5f8a63 Make PropertyMatches public 9 years ago