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

Release: openmrs-trunk-1838

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> 4e2e090307448473ab00290923dc3b00e27a7c52 Merge pull request #2550 from teleivo/TRUNK-5303
TRUNK-5303 Use commons-lang3 instead of legacy commons-lang
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> e57d2405c9fd5d46bfff576f2599d910749911e1 TRUNK-5303 Use commons-lang3 instead of legacy commons-lang
* replace use of legacy commons-lang methods with commons-lang3
* replace use of Validate.nonNull() with simple java code throwing an
IllegalArgumentException when the object under test is null since the
commons-lang3 switched to throwing a NullPointerException
* add checkstyle rule preventing import from commons-lang which should
be picked up by codacy so we can get rid of commons-lang at some point
Matthew Whitaker <matthew.w3000@gmail.com> Matthew Whitaker <matthew.w3000@gmail.com> 8717efc42063ae128cd48d672b073c64f831d885 TRUNK-5214: Incorrect Error Message for Password Requires NonDigit (#2356)
Rafal Korytkowski Rafal Korytkowski bc59ab4d809fdfa70cf0ffd18e15a3c68c4fd864 Merge pull request #2542 from Ekirapapaul/TRUNK-5231
TRUNK-5231 Lucene support for partial patient identifier searches
Ekirapapaul <ekirapapaul@gmail.com> Ekirapapaul <ekirapapaul@gmail.com> 073dc988ff1dc260ed901d86bbe6a466ac2e7e7c TRUNK-5231: Added support for partial identifier lucene searches