Site Update - 2.8
Tags
:: Announcements
Release notes:
- Finally converted security from the truly ancient ACEGI to Spring Security 3.1. The configuration is much simpler now.
- Began migration to Spring MVC 3.2; roughly one third of the controllers are complete.
- Updated to Hibernate 4.2. This is a temporary stop on the way to using JPA and Spring Data.
- Removed the old Hibernate OpenSessionInView pattern. Unfortunately this required wrapping almost all data calls with Hibernate.initialize() due to lazy collections. Another TODO...