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

Build: #621 was successful Changes by teleivo <mrteleivo@gmail.com> and Wyclif Luyima

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

openmrs-module-webservices.rest

  • Wyclif Luyima

    Wyclif Luyima 7324ff1ab44ff23a19032f70a3bc6f2da6df5438

    Merge pull request #227 from teleivo/RESTWS-609
    Cleanup smell of exception as control flow in RestServiceImpl.addSearchHandler - RESTWS-609

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> a29ef86a2b1507147fa63fcbe303685531b811ee

    RESTWS-609 Cleanup smell of exception as control flow in RestServiceImpl.addSearchHandler
    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 a29ef86a2b1507147fa63fcbe303685531b811ee)