This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


    from d58649a3 Normalize end of comments
     new d1df7590 Deprecate CharEncoding 0-argument constructor
     new 37009c8b Deprecate Charsets 0-argument constructor
     new 5f5aab62 Deprecate Resources 0-argument constructor
     new b361093a Fix whitespace
     new 19a6efb9 Deprecate StringUtils 0-argument constructor
     new 16ecff08 Deprecate Crypt 0-argument constructor
     new cc5caccf Deprecate Md5Crypt 0-argument constructor
     new 71dca967 Deprecate UnixCrypt 0-argument constructor
     new aa06f6e2 Document deprecations

The 9 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                                       |  7 +++++++
 src/main/java/org/apache/commons/codec/CharEncoding.java      | 11 +++++++++++
 src/main/java/org/apache/commons/codec/Charsets.java          | 10 ++++++++++
 src/main/java/org/apache/commons/codec/Resources.java         | 10 ++++++++++
 .../java/org/apache/commons/codec/binary/StringUtils.java     |  9 +++++++++
 src/main/java/org/apache/commons/codec/digest/Crypt.java      | 10 ++++++++++
 src/main/java/org/apache/commons/codec/digest/Md5Crypt.java   | 10 ++++++++++
 src/main/java/org/apache/commons/codec/digest/UnixCrypt.java  |  9 +++++++++
 8 files changed, 76 insertions(+)

Reply via email to