Guide to Upgrading from sais-common to CSF

  1. pom file. Remove dependencies on sais-common*.
  2. Add dependencies on CSF
  3. Upgrade hibernate dependencies - 3.6.10
  4. Upgrade Spring to 3.1.1
  5. cglib & asm - use cglib-nodep 2.2.2. Exclude all other cglib & asm.
  6. Change java code references for common code that has changed
  7. Spring Security upgrade
  8. Spring xml config changes
  9. Unit tests - dao foundation etc.
  10. Switch from using UA web service to Roles web service for authorizations.
  • No labels