OpenMRS Core Master

Build: #2351 was successful Changes by teleivo <teleivo@users.noreply.github.com>

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • teleivo <teleivo@users.noreply.github.com>

    teleivo <teleivo@users.noreply.github.com> 7cffb3746f55dad924a816075e6a9ac150b330df

    TRUNK-5816 Do not allow JUnit 4 tests to be added to the api
    we allow only a handful that we need to ensure module devs can still
    write JUnit 4 tests. If there is a bug and you would need to add another
    one please name them with JUnit4 like the examples. This will allow us
    to remove them once we are on JUnit 5. Every other new test should be written
    in JUnit 5 :)

    • api/src/test/java/org/openmrs/OpenmrsTestsTest.java (version 7cffb3746f55dad924a816075e6a9ac150b330df)
  • teleivo <teleivo@users.noreply.github.com>

    teleivo <teleivo@users.noreply.github.com> 18c9c2a4c5a922c56aab240cdf9401441ff1b3ce

    TRUNK-5816 Add JUnit 4 tests
    to ensure the annotations work on JUnit 4 with the JUnit 4 helper
    classes

    • api/src/test/java/org/openmrs/annotation/OpenmrsProfileExcludeFilterWithModulesJUnit4Test.java (version 18c9c2a4c5a922c56aab240cdf9401441ff1b3ce)
    • api/src/test/java/org/openmrs/annotation/OpenmrsProfileExcludeFilterWithModulesTest.java (version 18c9c2a4c5a922c56aab240cdf9401441ff1b3ce)
    • api/src/test/java/org/openmrs/annotation/StartModuleAnnotationReuseJUnit4Test.java (version 18c9c2a4c5a922c56aab240cdf9401441ff1b3ce)
    • api/src/test/java/org/openmrs/annotation/StartModuleAnnotationReuseTest.java (version 18c9c2a4c5a922c56aab240cdf9401441ff1b3ce)
  • teleivo <teleivo@users.noreply.github.com>

    teleivo <teleivo@users.noreply.github.com> a1637013f199f38e3f3547eb579e4f5fd411b697

    WIP

    • api/src/test/java/org/openmrs/OpenmrsTestsTest.java (version a1637013f199f38e3f3547eb579e4f5fd411b697)