Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #622 was successful

Job: Release to maven did not start

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

openmrs-module-webservices.rest

  • Wyclif Luyima

    Wyclif Luyima ac41def3f2391cc79573ffae0a99ce799ede3b43

    Merge pull request #228 from teleivo/RESTWS-609
    Cleanup smell of exception as control flow using ModuleUtil - RESTWS-609

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 80f50d4e64657eb45bdd1d90ce766f59589ffa48

    RESTWS-609 Cleanup smell of exception as control flow using ModuleUtil
    replace try/catch block used to check if SearchHandler supports given
    OpenMRS

    version by an if statement and the ModuleUtil method returning a boolean if
    version is supported.

    • omod-common/src/main/java/org/openmrs/module/webservices/rest/web/api/impl/RestServiceImpl.java (version 80f50d4e64657eb45bdd1d90ce766f59589ffa48)
    • omod-common/src/main/java/org/openmrs/module/webservices/rest/web/resource/impl/BaseDelegatingResource.java (version 80f50d4e64657eb45bdd1d90ce766f59589ffa48)
    • omod-common/src/test/java/org/openmrs/module/webservices/rest/test/OpenmrsProfileRule.java (version 80f50d4e64657eb45bdd1d90ce766f59589ffa48)