This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
from 4611565f Allocate a single MessageDigest and use it in
Sha2Crypt.sha2Crypt(byte[], String, String, int, String).
new 4f3b1d9b Extract local variable.
new c27646bd Javadoc
new 5a0b429a Assign result of requireNonNull.
new 897df72a Add BeiderMorseEncoder.Builder.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 1 +
.../codec/language/bm/BeiderMorseEncoder.java | 54 ++++++++++++++++++++--
.../commons/codec/language/bm/PhoneticEngine.java | 8 ++--
.../codec/language/bm/BeiderMorseEncoderTest.java | 23 ++++++++-
4 files changed, 76 insertions(+), 10 deletions(-)