Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
5 minutes
Labels
None
Revisions
Git
6a34c859d0cf4caf32b0fe717bcd23fc6bceab25 6a34c859d0cf4caf32b0fe717bcd23fc6bceab25
Release scripts
bb61e06483cd415a55b72cceac8d10ad00ee4e8a bb61e06483cd415a55b72cceac8d10ad00ee4e8a
Total tests
548
Successful since
#305 ()

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> 6a34c859d0cf4caf32b0fe717bcd23fc6bceab25 6a34c859d0cf4caf32b0fe717bcd23fc6bceab25 Merge pull request #509 from teleivo/use-slf4j
Replace use of commons-logging with slf4j
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 61fced0faa67191b3d04aa38bdd08eae18e62397 61fced0faa67191b3d04aa38bdd08eae18e62397 Replace use of commons-logging with slf4j
commons-logging is used although we should use the logging facade slf4j
so we are independent of the actual logging implementation of
openmrs-core. commons-logging is actually excluded from the
openmrs-core dependencies but somehow kreeped in.

* replace usage of commons-logging with slf4j
* add rule to checktsyle.xml to flag imports of commons-logging
as illegal
* order imports according to eclipse default, remove unused imports