OpenMRS Core Master

Build: #2062 was successful Changes by Wyclif Luyima

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • Wyclif Luyima

    Wyclif Luyima 9c3a95fb93f63082711c84ce4724ab30c7b5dab1

    TRUNK-5492 Replace Person and Patient hbm mapping file with annotations (#2900)
    * TRUNK-5492 Replace Person hbm mapping file with annotations

    TRUNK-5492 Replace Patient hbm mapping file with annotations

    TRUNK-5492 Fixed failing tests

    TRUNK-5492 Added special auditable fields to Patient table

    TRUNK-5492 Updated Auditable interceptor to set patient auditable fields instead of PatientSaveHandler

    TRUNK-5492 Renamed properties back to their original names

    TRUNK-5492 Removed unused code

    TRUNK-5492 Removed unused code

    TRUNK-5492 Removed changes in BaseOpenmrsData

    TRUNK-5492 Removed changes in PersonServiceTest

    TRUNK-5492 Removed explicit lazy loading from JPA mappings

    TRUNK-5492 Removed more explicit lazy loading from JPA mappings

    TRUNK-5492 Replaced @Sort with @SortNatural

    TRUNK-5492 Removed more explicit lazy loading from JPA mappings

    * TRUNK-5492 Removed unnecessary tests and updated comments on BaseContextSensitiveTest

    * TRUNK-5492 Removed getter/setter overrides and changed access type to property

    • api/src/main/java/org/openmrs/Patient.java (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/main/java/org/openmrs/Person.java (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/main/java/org/openmrs/api/db/hibernate/HibernatePatientDAO.java (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/main/java/org/openmrs/api/handler/PatientSaveHandler.java (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/main/java/org/openmrs/api/handler/PersonSaveHandler.java (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/main/resources/hibernate.cfg.xml (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/main/resources/org/openmrs/api/db/hibernate/Patient.hbm.xml (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/main/resources/org/openmrs/api/db/hibernate/Person.hbm.xml (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/test/java/org/openmrs/api/PatientServiceTest.java (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/test/java/org/openmrs/api/db/PatientDAOTest.java (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/test/java/org/openmrs/test/BaseContextSensitiveTest.java (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/test/resources/org/openmrs/api/db/hibernate/include/HibernatePatientDAOTest-patients.xml (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/test/resources/org/openmrs/api/db/hibernate/include/HibernatePersonDAOTest-people.xml (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/test/resources/org/openmrs/api/include/PatientServiceTest-findPatients.xml (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/test/resources/org/openmrs/api/include/PersonServiceTest-extranames.xml (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)
    • api/src/test/resources/org/openmrs/include/standardTestDataset.xml (version 9c3a95fb93f63082711c84ce4724ab30c7b5dab1)