Spring Framework 1.1 Final Released
We are pleased to announce that Spring Framework 1.1 (final) has just been released. Since 1.1 RC2, some API clarifications have happened and a number of bugs have been fixed.
There is also a variety of minor new features:
- reworked BeanWrapperImpl's property-specific custom editor handling to allow registration for uninitialized subpaths
- added "applyBeanPropertyValues" method to AutowireCapableBeanFactory, for populating an existing bean instance
- added "(abstract)" marker for
properties bean
definitions respectively "abstract" attribute for XML bean definitions
- added support for SqlReturnType interface which allows to return custom types from stored procedures
- added auto-conversion of java.util.Date…