224 Commits (02dfe943964672de91bf99dd5c590f6e263353cf)

Author SHA1 Message Date
Juergen Hoeller 8a09c8e7da reworked ConfigurationClass(Web)ApplicationContext into AnnotationConfig(Web)ApplicationContext; revised BeansException signatures 16 years ago
Juergen Hoeller 87b2f23692 updated version ranges for javax.el and javax.inject 16 years ago
Juergen Hoeller cf580f024a added first cut of getBean(Class) lookup method 16 years ago
Juergen Hoeller 94533976d0 full compliance with the JSR-330 TCK 16 years ago
Keith Donald e4f50f5b73 SPR-6245 bean wrapper copy constructor not copying all state 16 years ago
Sam Brannen c686035773 Updated Eclipse classpath regarding javax.inject and javax.validation. 16 years ago
Juergen Hoeller e99cda3739 updated to final versions of JSR-330 and JSR-303 APIs 16 years ago
Juergen Hoeller 11d987009a revised destroy method lookup after deserialization (avoiding NPE in case of default-destroy-method; SPR-6211) 16 years ago
Keith Donald dc076ee6fe fixed failing tests 16 years ago
Juergen Hoeller b2129577b9 polishing 16 years ago
Juergen Hoeller 3331f16ef7 revised RootBeanDefinition constructors 16 years ago
Juergen Hoeller b4ffdcdf18 polishing 16 years ago
Juergen Hoeller 84447cdf94 DataBinder activates autoGrowNestedPaths by default; fixed enum binding with WebRequestDataBinder 16 years ago
Juergen Hoeller a293f50851 Enum counts as simple value type 16 years ago
Chris Beams a48234cf5f SPR-5682: Initial support for ConfigurationClassApplicationContext 16 years ago
Keith Donald 341835a142 mapper initial commit 16 years ago
Juergen Hoeller 71a045328c renamed getAnnotations to getMethodAnnotations; added getMethodAnnotation and getParameterAnnotation convenience methods 16 years ago
Juergen Hoeller b152ac34fd CustomEditorConfigurer supports PropertyEditor instances again (with deprecation warning); for XFire compatibility (SPR-6157) 16 years ago
Keith Donald 3fa533ddd8 SPR-6032 & SPR-6033: Auto grow nested path enhancements to BeanWrapper 16 years ago
Juergen Hoeller 09e6a85edd fixed overview files 16 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 16 years ago
Juergen Hoeller 0f43d6c592 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax 16 years ago
Juergen Hoeller 811e9fc043 consistent dependencies 16 years ago
Juergen Hoeller e2093a8414 fixed regression: looking for annotation on original bean class as well, not just on exposed bean type (SPR-5981) 16 years ago
Juergen Hoeller ad492e906e PropertyOverrideConfigurer's "ignoreInvalidKeys" ignores invalid property names as well (SPR-5792) 16 years ago
Juergen Hoeller 33265eecbd polishing 16 years ago
Juergen Hoeller 9508f41a91 made InitDestroyAnnotationBeanPostProcessor's logger field transient (SPR-5962) 16 years ago
Juergen Hoeller d4c16e91df SPR-6094: PostConstruct now processed top-down (base class first); @PreDestroy processed bottom-up (subclass first) 16 years ago
Juergen Hoeller 6fc190ec25 AbstractBeanDefinitionParser can deal with null return value as well (SPR-5872) 16 years ago
Mark Pollack 4f94f45ec4 pom maintenance 16 years ago
Keith Donald 45c542e51e updated for change in conversion service api; source type desc now required 16 years ago
Keith Donald d3b43ebccb refined generic converter concept 16 years ago
Juergen Hoeller ac6e26388f added default editors for "java.util.Currency" and "java.util.TimeZone" 16 years ago
Juergen Hoeller 99753f0d1c polishing 16 years ago
Juergen Hoeller 7b42a12161 consistent loading of optional classes 16 years ago
Juergen Hoeller 9ef1d2b1ad adapted to Converter signature change 16 years ago
Juergen Hoeller 6f2642f2d3 consistently use varargs signature 16 years ago
Juergen Hoeller 160521074b avoid caching for expression results even when specified as TypedStringValue (SPR-6115) 16 years ago
Rob Harrop 01fb1825f5 [SPR-6063] fixed issue with inconsistent views of PropertyDescriptors 16 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) 16 years ago
Juergen Hoeller e1a3e44485 initial JSR-330 injection support 16 years ago
Juergen Hoeller 34357d2b1f revised DefaultBindingErrorProcessor to use direct getPropertyName() and getValue() calls on PropertyAccessException itself (SPR-6111) 16 years ago
Rob Harrop 320f08ac79 [SPR-6017] a few more tweaks to how getLocalName is handled 16 years ago
Juergen Hoeller bb70c9a4c4 @RequestParam and co support placeholders and expressions in their defaultValue attributes (SPR-5922); @Value expressions supported as MVC handler method arguments as well (against request scope) 16 years ago
Rob Harrop 7835e66abb [SPR-6017] a few more tweaks to how getLocalName is handled 16 years ago
Rob Harrop 7d37c92e4f [SPR-6017] a few more tweaks to the BeanDefinitionParserDelegate public contract 16 years ago
Rob Harrop fe16447112 more work on enabling non-namespace extensions of xml parsing 16 years ago
Rob Harrop 1480202aa3 [SPR-5644] Support for Enum<?> and Enum<T> values as FQN.FIELD_NAME in type conversion 16 years ago
Juergen Hoeller cfdb106910 polishing 16 years ago
Juergen Hoeller 634d4b4d4c BeanFactory prefers local primary bean to primary bean in parent factory (SPR-5871) 16 years ago