222 Commits (ad3fa505f33d3533f226ad32ddb833b757343400)

Author SHA1 Message Date
Juergen Hoeller e161c93f8d full support for formatters on array/collection elements (SPR-6504) 15 years ago
Juergen Hoeller 388edd7aaa lenient property name casing, beyond standard JavaBeans conventions (SPR-6491) 15 years ago
Juergen Hoeller 666700f7f3 constructor arguments can be overridden by name in child bean definitions (SPR-6463) 15 years ago
Juergen Hoeller d54cf0ca37 polishing 15 years ago
Juergen Hoeller ac490114ae propagate full TypeDescriptor for field-level conversion as well 15 years ago
Juergen Hoeller bb97ca32c4 added configurable "autoGrowNestedPaths" property to DataBinder (SPR-6430) 15 years ago
Keith Donald 692b1ef636 found hotspot; added ConverisonServiceFactoryBean 15 years ago
Juergen Hoeller 4024b67926 removed formal deprecation from addPropertyValue; just hinting at add now 15 years ago
Juergen Hoeller 3b9605bc57 init/destroy methods get processed in the order of declaration at each hierarchy level (SPR-6344); process DestructionAwareBeanPostProcessors in common post-processor order; aligned metadata retrieval code 15 years ago
Juergen Hoeller 46cd083976 added chaining-capable "add" method to MutablePropertyValues 15 years ago
Juergen Hoeller b41e3956bc revised scope inheritance: default scope is "" (empty String) now; consistent isPrototype checks 15 years ago
Juergen Hoeller ee5330801d BeanDefinitions return isSingleton()=true by default again (for CXF compatibility) 15 years ago
Keith Donald d85dc01e28 moved generic converter to spi; added entity converter; removed various service impls in favor of service factory 15 years ago
David Syer 66939ded0f RESOLVED - issue SPR-6366: Cannot import bean definitions using classpath*: resource location 15 years ago
Keith Donald aac9107f6b SPR-6350 15 years ago
Juergen Hoeller a6bba67bca added setValidating to XmlBeanDefinitionReader itself as well (SPR-6336) 15 years ago
Juergen Hoeller 5d772554ae report error in case of constructor-arg index ambiguity (SPR-6329) 15 years ago
Juergen Hoeller c495cbb1bf MergedBeanDefinitionPostProcessors apply after all other post-processors (for @PostConstruct to be invoked after other BPPs; SPR-6066) 15 years ago
Juergen Hoeller 0832334648 polishing 15 years ago
Juergen Hoeller a884a407aa child bean definition's scope attribute can be inherited from parent bean definition now (SPR-3542) 15 years ago
Juergen Hoeller fcaf692225 MergedBeanDefinitionPostProcessors apply after all other post-processors (for @PostConstruct to be invoked after other BPPs; SPR-6066) 15 years ago
Juergen Hoeller d0b6891275 child bean definition's scope attribute can be inherited from parent bean definition now (SPR-3542) 15 years ago
Juergen Hoeller 4a25e2dde0 log a warning in case of ambiguous setter methods (SPR-4931) 15 years ago
Juergen Hoeller 7a10b7530e improved context shown for non-qualifying dependency (SPR-5912) 15 years ago
Juergen Hoeller a805819360 introduced populateDefaults template method (SPR-6010) 15 years ago
Juergen Hoeller 022b8b4d1f allow multiple tool:exports entries 15 years ago
Juergen Hoeller 5aefb2ce77 refined javadoc (SPR-5789) 15 years ago
Costin Leau bcc6413ef7 SPR-5762 15 years ago
Arjen Poutsma 7ec9f1506a SPR-6005 - org.springframework.beans.propertyeditors.URIEditor does double escaping for % signes for URIs that contain a schema 15 years ago
David Syer 092a25d0d8 SPR-4783: missing commit for bean def parser (duh) 15 years ago
David Syer 4be237dd84 RESOLVED - issue SPR-6195 15 years ago
Juergen Hoeller 8a09c8e7da reworked ConfigurationClass(Web)ApplicationContext into AnnotationConfig(Web)ApplicationContext; revised BeansException signatures 15 years ago
Juergen Hoeller cf580f024a added first cut of getBean(Class) lookup method 15 years ago
Juergen Hoeller 94533976d0 full compliance with the JSR-330 TCK 15 years ago
Keith Donald e4f50f5b73 SPR-6245 bean wrapper copy constructor not copying all state 15 years ago
Juergen Hoeller 11d987009a revised destroy method lookup after deserialization (avoiding NPE in case of default-destroy-method; SPR-6211) 15 years ago
Keith Donald dc076ee6fe fixed failing tests 15 years ago
Juergen Hoeller b2129577b9 polishing 15 years ago
Juergen Hoeller 3331f16ef7 revised RootBeanDefinition constructors 15 years ago
Juergen Hoeller b4ffdcdf18 polishing 15 years ago
Juergen Hoeller 84447cdf94 DataBinder activates autoGrowNestedPaths by default; fixed enum binding with WebRequestDataBinder 15 years ago
Juergen Hoeller a293f50851 Enum counts as simple value type 15 years ago
Chris Beams a48234cf5f SPR-5682: Initial support for ConfigurationClassApplicationContext 15 years ago
Keith Donald 341835a142 mapper initial commit 15 years ago
Juergen Hoeller 71a045328c renamed getAnnotations to getMethodAnnotations; added getMethodAnnotation and getParameterAnnotation convenience methods 15 years ago
Juergen Hoeller b152ac34fd CustomEditorConfigurer supports PropertyEditor instances again (with deprecation warning); for XFire compatibility (SPR-6157) 15 years ago
Keith Donald 3fa533ddd8 SPR-6032 & SPR-6033: Auto grow nested path enhancements to BeanWrapper 15 years ago
Juergen Hoeller 09e6a85edd fixed overview files 15 years ago
Juergen Hoeller 0f43d6c592 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax 15 years ago
Juergen Hoeller e2093a8414 fixed regression: looking for annotation on original bean class as well, not just on exposed bean type (SPR-5981) 15 years ago