...
- Snapshot 2.0.38 is based on CSF Release version 2.0.37 - September 24, 2014
- Remove the domain objects, dao modules and references in the configuration files related to the FinalExam object from csf-common-legacy. The objects deleted include: FinalExamDao, HibernateFinalExamDao, FinalExam, FinalExamId, FinalExam.hbm.xml,
TestHibernateFinalExamDao. Configuration file applicationContext-csf-common.xml is modified to delete the bean and hibernate mappings references. Patch submitted by Stuart W Brown. Committed by Felicia Leung on October 7, 2014 - Remove beans abstractMitsisSessionFactory; abstractUnitimeSessionFactory; unitimeDaoFoundation from CSF-ORM. Patch submitted by Stuart W Brown Committed by Felicia Leung on October 7, 2014.
- Add the domain objects, dao modules and references in the configuration files related to the FinalExam object back to csf-common-legacy but marked the domain objects and dao modules as deprecated. The objects added and marked as
deprecated include: FinalExamDao, HibernateFinalExamDao, FinalExam, FinalExamId. The objects added but not marked as deprecated include FinalExam.hbm.xml, TestHibernateFinalExamDao. Configuration file applicationContext-csf-common.xml is modified to add
the the bean and hibernate mappings references. Committed By Felicia Leung on October 9. 2014.
...