Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
3 minutes
Labels
None
Revisions
Git
f3106912385879f7b5205354edd91b9ca649ac67
Release scripts
a9c6b4741f415820e397e9b150cf80baca7f9368
Total tests
234
Successful since
#136 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Git
Author Commit Message Commit date
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