OpenMRS Core Master

Build: #3895 failed

Job: Release did not start

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Code commits

openmrs-core

  • kulksaur <46800919+kulksaur@users.noreply.github.com>

    kulksaur <46800919+kulksaur@users.noreply.github.com> efc771ed6cf6ac198615694f330e5d5f1130d39b

    TRUNK-5910 ConceptStateConversion Domain - Switching from Hibernate Mappings to Annotations (#5200)
    * TRUNK-5910 Converting the ConceptStateConversion XML mapping to annotation.

    Converted the ConceptStateConversion class Hibernate XML mapping to Annotation.

    Removed the hbm.xml associated with the class.

    Updated the tests to make sure the class is available for tests.

    * TRUNK-5910 Converting the ConceptStateConversion XML mapping to annotation.

    Converted the ConceptStateConversion class Hibernate XML mapping to Annotation.

    Removed the hbm.xml associated with the class.

    Updated the tests to make sure the class is available for tests.

    * Updated the formatting for OrderServiceTest

    Updated the formatting as it was difficult to identify the changes coming through this ticket.

    ---------

    Co-authored-by: Wikum Weerakutti <wikum@linuxdeveloper.space>

    • api/src/main/java/org/openmrs/ConceptStateConversion.java (version efc771ed6cf6ac198615694f330e5d5f1130d39b)
    • api/src/main/resources/hibernate.cfg.xml (version efc771ed6cf6ac198615694f330e5d5f1130d39b)
    • api/src/main/resources/org/openmrs/api/db/hibernate/ConceptStateConversion.hbm.xml (version efc771ed6cf6ac198615694f330e5d5f1130d39b)
    • api/src/test/java/org/openmrs/api/OrderServiceTest.java (version efc771ed6cf6ac198615694f330e5d5f1130d39b)