407 Commits (44b5df0db1dabc1a07910a28990ec03641885a55)

Author SHA1 Message Date
Chris Beams 6118d67321 updated JavaDoc regarding short-circuiting the BeanPostProcessor chain when returning null from BPP methods (SPR-6926) 15 years ago
Juergen Hoeller cbca6e1acb prevent findEditorByConvention AccessControlException on Google App Engine (SEC-1434) 15 years ago
Juergen Hoeller 2c2cf32b8a polishing 15 years ago
Juergen Hoeller 89755542da BeanPostProcessors are allowed to return a null bean value in the middle of the chain (SPR-6926) 15 years ago
Chris Beams c13e5f9f5b SPR-7009, SPR-6972: backed out unintentionally committed tests 15 years ago
Chris Beams c38c09bc35 SPR-6972: removed import 15 years ago
Chris Beams 77bb68b967 SPR-6972: failed attempt to reproduce issue 15 years ago
Juergen Hoeller b8c0e153e3 do not insist on BeanDefinition presence for @Value resolution (for use in unit tests; SPR-6918) 15 years ago
Juergen Hoeller f30b0a86f7 autowire="byType" ignores parameter name when choosing a primary bean, as defined (SPR-6917) 15 years ago
Juergen Hoeller 95ad7168bf changed doGetBean signature back to protected (SPR-6957) 15 years ago
Juergen Hoeller 54d0346084 do not call isCurrentlyInCreation with null argument (in order to meet newly enforced assertions within the BeanFactory) 15 years ago
Juergen Hoeller 4f926c82bf added bean name assertions 15 years ago
Juergen Hoeller 77f8b070cd polishing 15 years ago
Juergen Hoeller 12b30843c5 widened AbstractFactoryBean's "getObjectType" signature to return any Class as well (SPR-6872) 15 years ago
David Syer 1a351db6e0 Update Central POMs to 3.0.2 15 years ago
Costin Leau 8d0bb00188 + make use or property placeholders inside template.mf 15 years ago
Juergen Hoeller 572abbcff9 do not ever consider Object as a candidate type for autowiring by type (SPR-6600) 15 years ago
Juergen Hoeller 60ac239091 BeanDefinitionReader and ClassPath/FileSystemXmlApplicationContext use varargs where possible (SPR-6849) 15 years ago
Juergen Hoeller 18bd4a8337 improved "no matching factory method found" exception message (SPR-6837) 15 years ago
Juergen Hoeller 5f781e6266 generified PagedListHolded (SPR-6825) 15 years ago
Costin Leau a9386f5c79 SPR-5246 15 years ago
Juergen Hoeller 6c0d934b92 do not try to convert read-only Collections/Maps (SPR-6808) 15 years ago
Sam Brannen 81649d5c3b Removed unused import. 15 years ago
Costin Leau 0fd4a45070 + upgrade to AspectJ 1.6.8 15 years ago
Juergen Hoeller e3cdabfaac fixed MBeanExporter regression: do not try to expose abstract beans (SPR-6784) 15 years ago
Juergen Hoeller 1dbb64580c throw NotSerializableException if no serialization id is available 15 years ago
Juergen Hoeller 5f5e7c3262 polishing 15 years ago
Juergen Hoeller b53ccb3807 widened FactoryBean's "getObjectType" signature to return any Class<?> (SPR-6692) 15 years ago
Juergen Hoeller 8ab9da4461 introduced BeanDefinitionRegistryPostProcessor extension to BeanFactoryPostProcessor; @Configuration classes support definition of BeanFactoryPostProcessor beans as well (SPR-6455, SPR-6611) 15 years ago
Costin Leau 1bbe93e535 SPR-3709 15 years ago
Juergen Hoeller 0f75210408 changed exception wording from "recursive" to "cyclic" (SPR-6755) 15 years ago
Juergen Hoeller 081d81e5b0 fixed getPropertyTypeDescriptor to work for nested indexed property as well as for array property (SPR-6710) 15 years ago
Juergen Hoeller 5abd3b99b9 fixed getPropertyTypeDescriptor to work for nested indexed property as well (SPR-6710) 15 years ago
Juergen Hoeller 8bf2e2459e added default PropertyEditor for java.util.UUID (SPR-6696) 15 years ago
Juergen Hoeller 45448463b8 collect exceptions across all constructors that have been tried (SPR-6720) 15 years ago
Juergen Hoeller 95c695eb2f fixed BeanPostProcessor invocation for null bean (SPR-6700) 15 years ago
David Syer b077d5ba97 SPR-6678: fix poms for 3.0.1 15 years ago
Juergen Hoeller bddb38d787 fixed getBeansWithAnnotation to ignore beans with non-determinable type (SPR-6579) 15 years ago
Juergen Hoeller dc99df2972 use TypeDescriptor.forObject instead of constructor; enforce use of TypeDescriptor.valueOf through making the constructor private 15 years ago
Juergen Hoeller 1c33206042 catch ConversionException and ConvertedNotFoundException in BeanWrapper's convertIfNecessary as well, in order to support constructor resolution (SPR-6563) 15 years ago
Juergen Hoeller 2153b2fbd5 introspect element type in case of incoming Collection/Map in order to not accidentally say canConvert=true (SPR-6564) 15 years ago
Juergen Hoeller d7a1630381 removed getBeansWithAnnotation(Class,boolean,boolean) method from ListableBeanFactory; reimplemented getBeansWithAnnotation(Class) to avoid use of getBeanNamesForType(Object.class) 15 years ago
Juergen Hoeller 929665d284 fixed accidental breakage in bean class resolution with tempClassLoader 15 years ago
Juergen Hoeller 35354ad520 polishing 15 years ago
Juergen Hoeller 5f9b444319 bean properties of type enum array/collection can be populated with comma-separated String (SPR-6547) 15 years ago
Juergen Hoeller ad29a2376d PropertyPlaceholderConfigurer is compatible with Spring 2.5 extensions such as GigaSpaces again (SPR-6514) 15 years ago
Juergen Hoeller 61f23710eb relaxed warning about ambiguous setters to only be logged in case of actual write access (SPR-6399) 15 years ago
Juergen Hoeller 09a55c8ede import works with relative resources in other classpath roots again (SPR-6493) 15 years ago
Juergen Hoeller abf6a7ee18 made parse and decorate non-final (SPR-6526) 15 years ago
David Syer 1202f67cc8 SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that 15 years ago