Merge pull request #2550 from teleivo/TRUNK-5303 TRUNK-5303 Use commons-lang3 instead of legacy commons-lang
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>
8717efc42063ae128cd48d672b073c64f831d885
TRUNK-5214: Incorrect Error Message for Password Requires NonDigit (#2356)