OpenMRS Core Master

Build: #1524 was successful Changes by teleivo <mrteleivo@gmail.com> and Daniel Kayiwa

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
24 minutes
Labels
None
Revisions
openmrs-core
571f3080b3d870dd7c1d3a00a01aab1fd3fe2295 571f3080b3d870dd7c1d3a00a01aab1fd3fe2295
openmrs-standalone
a007b20569b3776ca375346af549436b53296a95 a007b20569b3776ca375346af549436b53296a95
Release scripts
bb61e06483cd415a55b72cceac8d10ad00ee4e8a bb61e06483cd415a55b72cceac8d10ad00ee4e8a
Total tests
3519
Successful since
#1489 ()

Tests

Code commits

openmrs-core
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa 571f3080b3d870dd7c1d3a00a01aab1fd3fe2295 571f3080b3d870dd7c1d3a00a01aab1fd3fe2295 Merge pull request #2069 from teleivo/TRUNK-5114
TRUNK-5114 Using different logging implementations instead of facade
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> d43ce19c062232b9aa3065d4b7e5a4804db18c3c d43ce19c062232b9aa3065d4b7e5a4804db18c3c TRUNK-5114 Using different logging implementations instead of facade
we exclude the apache commons-logging dependency coming from springframework
and configure the slf4j facade with the log4j implementation but still
use commons-logging or log4j directly.

* replace usages by using the slf4j facade
* add "org.apache.commons.logging" to checkstyle's IllegalImport rule
so we get notified of anyone trying to use it
* replace log.fatal("message", exception)

with

log.error(MarkerFactory.getMarker("FATAL"), "message", e);

since slf4j does not provide the level FATAL and suggests the use of
markers instead

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Manual stage Release cannot be run as it references jobs that no longer exist.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeTRUNK-5114Could not obtain issue details from Jira