CSF Branch r.1.0.18b1 Change Log

Help is available by sending an email to csf-support@mit.edu.
Have any suggestion on how improve this wiki?  Please give us your feedback at csf-support@mit.edu

Quick Links to:

CSF Snapshot Version 1.0.3

  • Snapshot version 1.0.3 replaces Snapshot version 1.0.2. January 23, 2013
  • changed hql in the testGetCurrentMitPersonByPidm() method of TestHibernatePersonDao.java from:
        from CurrentMitPerson where type='EMPLOYEE' and rownum < 20
    to:
        from CurrentMitPerson where type='EMPLOYEE' and pidm is not null and rownum < 200
    Submitted by David Tanner on January 30, 2013.

CSF Release Version 1.0.2 - Release January 23, 2013

  • Snapshot version 1.0.2 replaces Snapshot version 1.0.1. January 16, 2013
  • Changed StudentDegree.hbm.xml.  property degreeCode column length changed from 6 to 8.  Change requested by Leo Larson on January 23, 2013.  Committed by David Tanner on January 23, 2013.

CSF Release Version 1.0.0 and 1.0.1 - Released January 16, 2013

  • Identical to trunk release version 1.0.18.
  • No labels