1. Deployment projects
  2. Deploy Trunk Nightly
  3. Releases

Release: openmrs-trunk-1682

INCOMPLETE
Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 339758b83552f9938e55afc8d1c1b3098f4b6f2d Merge pull request #2231 from teleivo/TRUNK-5205
TRUNK-5205 Use java8 Base64 instead of xerces
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> ca2ccfe88cb0b9b9d14f7cca9aabdc7c42cb1411 TRUNK-5205 Use java8 Base64 instead of xerces
replaced use of org.apache.xerces.impl.dv.util.Base64
with java8 Base64

added small refactorings TestInstallUtil.getResourceInputStream
* extracted private methods to improve readability
* renamed parameter
* use parametrized log message style and remove if since log.info
already checks for the log level

set checkstyle rule: Import from illegal package - org.apache.xerces