Build: #223 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

Git

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

    Ivo Ulrich <teleivo@users.noreply.github.com> f3106912385879f7b5205354edd91b9ca649ac67

    Merge pull request #294 from teleivo/context
    fix moduleApplicationContext format

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 1aa08d136412b82d276230220671a09da4f77ec0

    fix moduleApplicationContext format
    when using the eclipse formatter on xml files it can cause

    <value>org.openmrs.module.radiology.RadiologyOrderService
    </value>

    which makes spring fail to find the class since the line break is part of the
    string.

    * removed line breaks in values in moduleApplicationContext

    • api/src/main/resources/moduleApplicationContext.xml (version 1aa08d136412b82d276230220671a09da4f77ec0)