Spring Framework 1.0.2 Released
We are pleased to announce the release of Spring
Framework 1.0.2.
This release introduces a variety of enhancements throughout the
framework, plus some minor bugs fixes.
Among the enhancements in this
release are:
- New
"mock" source tree and
"spring-mock" jar file, containing JNDI
and Servlet API mocks for usage in applications
- CachedIntrospectionResults flushes the JavaBeans Introspector cache for proper garbage collection on shutdown
- Added ObjectFactory interface and ObjectFactoryCreatingFactoryBean, for non-intrusive creation of prototype beans
- AbstractXmlApplicationContext uses PathMatchingResourcePatternResolver for Ant-style config location patterns
- …