384 Commits (f20ded5f637f4032c1a31c913a934904413d606d)

Author SHA1 Message Date
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 87b2f23692 updated version ranges for javax.el and javax.inject 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
Sam Brannen c686035773 Updated Eclipse classpath regarding javax.inject and javax.validation. 15 years ago
Juergen Hoeller e99cda3739 updated to final versions of JSR-330 and JSR-303 APIs 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
Mark Pollack c6cd1a528e SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate 15 years ago
Juergen Hoeller 0f43d6c592 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax 15 years ago
Juergen Hoeller 811e9fc043 consistent dependencies 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
Juergen Hoeller ad492e906e PropertyOverrideConfigurer's "ignoreInvalidKeys" ignores invalid property names as well (SPR-5792) 15 years ago
Juergen Hoeller 33265eecbd polishing 15 years ago
Juergen Hoeller 9508f41a91 made InitDestroyAnnotationBeanPostProcessor's logger field transient (SPR-5962) 15 years ago
Juergen Hoeller d4c16e91df SPR-6094: PostConstruct now processed top-down (base class first); @PreDestroy processed bottom-up (subclass first) 15 years ago
Juergen Hoeller 6fc190ec25 AbstractBeanDefinitionParser can deal with null return value as well (SPR-5872) 15 years ago
Mark Pollack 4f94f45ec4 pom maintenance 15 years ago
Keith Donald 45c542e51e updated for change in conversion service api; source type desc now required 15 years ago
Keith Donald d3b43ebccb refined generic converter concept 15 years ago
Juergen Hoeller ac6e26388f added default editors for "java.util.Currency" and "java.util.TimeZone" 15 years ago
Juergen Hoeller 99753f0d1c polishing 15 years ago
Juergen Hoeller 7b42a12161 consistent loading of optional classes 15 years ago
Juergen Hoeller 9ef1d2b1ad adapted to Converter signature change 15 years ago
Juergen Hoeller 6f2642f2d3 consistently use varargs signature 15 years ago
Juergen Hoeller 160521074b avoid caching for expression results even when specified as TypedStringValue (SPR-6115) 15 years ago
Rob Harrop 01fb1825f5 [SPR-6063] fixed issue with inconsistent views of PropertyDescriptors 15 years ago
Juergen Hoeller fd81aa205d protected @Autowired method can be overridden with non-annotated method to suppress injection; private @Autowired methods with same signature will be called individually across a hierarchy (SPR-6112) 15 years ago