Build: #947 was successful Scheduled with changes by 3 people

Code commits

openmrs-core master

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

    Ivo <teleivo@users.noreply.github.com> 9ccfe8d27bb36bcec4ea5253b1aa4c52b39d51cf

    TRUNK-5981 Manage spring dependencies via spring BOM (#3665)
    spring provides a bill of materials that already manages all the
    artifacts released under springframework. This ensures versions are kept
    in sync. Exclusions cannot be stated in an import so they have to be
    provided explicitly.

    • pom.xml (version 9ccfe8d27bb36bcec4ea5253b1aa4c52b39d51cf)
  • achilep <pahonsibebeto@gmail.com>

    achilep <pahonsibebeto@gmail.com> 9810f827569dba759c11cb8dd958dbdb21607e3d

    TRUNK-5844 Deprecate Junit 4 helpers

    • api/src/test/java/org/openmrs/test/BaseContextMockTest.java (version 9810f827569dba759c11cb8dd958dbdb21607e3d)
    • api/src/test/java/org/openmrs/test/BaseContextSensitiveTest.java (version 9810f827569dba759c11cb8dd958dbdb21607e3d)
    • api/src/test/java/org/openmrs/test/BaseModuleContextSensitiveTest.java (version 9810f827569dba759c11cb8dd958dbdb21607e3d)
    • api/src/test/java/org/openmrs/test/StartModuleExecutionListener.java (version 9810f827569dba759c11cb8dd958dbdb21607e3d)
    • web/src/test/java/org/openmrs/web/test/BaseModuleWebContextSensitiveTest.java (version 9810f827569dba759c11cb8dd958dbdb21607e3d)
  • teleivo <teleivo@users.noreply.github.com>

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

    TRUNK-5982 Adapt to new hamcrest packaging
    hamcrest as of 2.x ships what was previously in hamcrest-core and
    hamcrest-library in a single jar at artifact coordinate
    org.hamcrest:hamcrest

    So as of 2.x you only need to depend on the org.hamcrest:hamcrest.
    Since JUnit 4 depends on hamcrest-core we need to follow these steps
    http://hamcrest.org/JavaHamcrest/distributables#upgrading-from-hamcrest-1x
    https://github.com/hamcrest/JavaHamcrest/issues/224#issuecomment-449760045

    to make sure also hamcrest-core is updated. The dependency on
    hamcrest-core can be removed once JUnit 4 support is dropped.

    • liquibase/pom.xml (version d19a6304e9d06b4f3ac7a0c621793280d188495e)
    • pom.xml (version d19a6304e9d06b4f3ac7a0c621793280d188495e)
    • test/pom.xml (version d19a6304e9d06b4f3ac7a0c621793280d188495e)