OpenMRS Core Master

Build: #1910 was successful

Job: Release to maven did not start

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 3a8da742cef130c997e1f430a8638d35f20192fb

    Show ModuleFileParser allows empty conditionalResource elements
    the ModuleFileParser currently allows

    <conditionalResource>
    </conditionalResource>

    which leads to a ModuleConditionalResource which has no path and no
    version. This also shows that the ModuleConditionalResource is flawed
    since it only has a default constructor which leads to a state that
    should not be allowed

    • api/src/test/java/org/openmrs/module/ModuleFileParserTest.java (version 3a8da742cef130c997e1f430a8638d35f20192fb)