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

Release: openmrs-trunk-1987

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
Lana Honcharuk <38620564+sviho@users.noreply.github.com> Lana Honcharuk <38620564+sviho@users.noreply.github.com> 41b1f277b228344d76035de06fce74b0604074f9 TRUNK-5437 Use parametrized messages while logging. (#2722)
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> 7a6f890930fc0c3c21cda8afbf5bf5675ed64e1a Attempting to fix: Error: Could not find or load main class org.apache.maven.surefire.booter.ForkedBooter
JyothsnaAshok <34093139+JyothsnaAshok@users.noreply.github.com> JyothsnaAshok <34093139+JyothsnaAshok@users.noreply.github.com> 49736ff78d46cf4aae5a621f887c09b18d10ddf6 GCI-142 Check bad code practices through Findbugs or Sonar and fix them (#2756)
JyothsnaAshok <34093139+JyothsnaAshok@users.noreply.github.com> JyothsnaAshok <34093139+JyothsnaAshok@users.noreply.github.com> acd49ef5b57361a1df1209060bc110db0d092f63 GCI-142 Check bad code practices through Findbugs or Sonar and fix them. (#2757)
JyothsnaAshok <34093139+JyothsnaAshok@users.noreply.github.com> JyothsnaAshok <34093139+JyothsnaAshok@users.noreply.github.com> 7dbe2962603f1e4cc9a8e2d06d0e1d5e149e16b1 GCI-142 Check bad code practices through Findbugs or Sonar and fix them (#2755)
JyothsnaAshok <34093139+JyothsnaAshok@users.noreply.github.com> JyothsnaAshok <34093139+JyothsnaAshok@users.noreply.github.com> 5f2cf455123438a6910143c133bcc6accbbf3030 GCI-142 Check bad code practices through Findbugs or Sonar and fix those issues. (#2744)
Using Collection.isEmpty() makes the code more readable. Also the time complexity of any isEmpty() method implementation should be 0(1) whereas some implementations of size() can be 0(n).
Fungucide Fug Not Again <bluestich227@gmail.com> Fungucide Fug Not Again <bluestich227@gmail.com> b2dd6f36893870d973a4cb53c8d0af6bef835c63 GCI-142: Fixed bad coding practices (#2750)
Fungucide Fug Not Again <bluestich227@gmail.com> Fungucide Fug Not Again <bluestich227@gmail.com> 08e4f656ea0c1c100b1a953323cfc4a4d3627ef3 GCI-142: Fixed bad coding practices (#2751)
Fungucide Fug Not Again <bluestich227@gmail.com> Fungucide Fug Not Again <bluestich227@gmail.com> d7bc370d22be69b58ecbd78a4ebcfa0c618b127a TRUNK-5435: Changed Stream Usage for Cohort.java (#2734)
Changed stream usage to filter->findFirst->get. Error handling might need to be changed as the function now returns a NoSuchElement error instead of the previous IndexOutOfBound. I'm still waiting for a response from a mentor on how I should deal with this issue.