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

Build: #480 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

openmrs-module-webservices.rest

  • Daniel Kayiwa

    Daniel Kayiwa 0a199a75d3c32cafa026a21d7c496d2a8cc3281f

    Merge pull request #168 from lluismf/master
    REST API shouldn't depend on the attribute order in the JSON string hich sends from the client side.

  • Lluis Martinez Ferrando <lluismf@gmail.com>

    Lluis Martinez Ferrando <lluismf@gmail.com> 5db24504a6239db8648dd336d7951fa74ba55524 m

    REST API shouldn't depend on the attribute order in the JSON string which sends from the client side.

    • omod-1.8/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs1_8/EncounterController1_8Test.java (version 5db24504a6239db8648dd336d7951fa74ba55524)
    • omod-1.9/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs1_9/EncounterController1_9Test.java (version 5db24504a6239db8648dd336d7951fa74ba55524)
    • omod-common/src/main/java/org/openmrs/module/webservices/rest/SimpleObject.java (version 5db24504a6239db8648dd336d7951fa74ba55524)
    • omod-common/src/main/java/org/openmrs/module/webservices/rest/web/ConversionUtil.java (version 5db24504a6239db8648dd336d7951fa74ba55524)