OpenMRS Core Master

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Code commits

openmrs-core

  • JaiVora <52439248+JaiVora@users.noreply.github.com>

    JaiVora <52439248+JaiVora@users.noreply.github.com> 205865c238ce207577ea377c953b5c7f3540209a

    TRUNK-5797: Migrate `Field` from hibernate XML mappings to JPA annotations (#5309)
    * TRUNK-5797: Migrate `Field` from hibernate XML  mappings to JPA annotations

    - add JPA annotations to `Field` domain class and remove corresponding hibernate XML mappings
    - remove un-used `answers` attribute from `Field`
    - unit test modifications to ensure `FieldType` isn't null

    * TRUNK-5797: undo formatting changes

    * TRUNK-5797: unit test minor change

    * TRUNK-5797: unit test minor change

    * TRUNK-5797: cleanup

    * TRUNK-5797: Remove newlines

    ---------

    Co-authored-by: Jai Vora <jaivora@Jais-MacBook-Pro.local>

    • api/src/main/java/org/openmrs/Field.java (version 205865c238ce207577ea377c953b5c7f3540209a)
    • api/src/main/resources/hibernate.cfg.xml (version 205865c238ce207577ea377c953b5c7f3540209a)
    • api/src/main/resources/org/openmrs/api/db/hibernate/Field.hbm.xml (version 205865c238ce207577ea377c953b5c7f3540209a)
    • api/src/test/java/org/openmrs/api/FormServiceTest.java (version 205865c238ce207577ea377c953b5c7f3540209a)
    • api/src/test/java/org/openmrs/api/OrderServiceTest.java (version 205865c238ce207577ea377c953b5c7f3540209a)