Spring Framework 1.0.1 Released
We are pleased to announce the release of Spring
Framework 1.0.1.
This is a bugfix and minor enhancement release;
the most important fixes and new features are:
- added Struts ActionSupport and DispatchActionSupport base classes, for easy access to a Spring context
- added Struts ContextLoaderPlugIn and DelegatingActionProxy, superseding Don Brown's Spring Struts Plugin
- reworked ComponentControllerSupport class for Tiles to be compatible with both Struts 1.1 and Struts 1.2
- fixed Hibernate/JTA synchronization cleanup in case of Hibernate flushing failure on commit
- added support for transaction-scoped Hibernate Sessions with plain JTA or EJB CMT, without JtaTransactionManager
- fixed…