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-compress.git
from ea32bf9c9 Replace vague assertion message with JUnit message new 05c111139 Better local name new be2648072 Search for a char instead of a String of length 1 new cb94208f6 Javadoc new a4daf8bcd ArArchiveOutputStream doesn't pad correctly when a file name length is odd and greater than 16 (padding missing) 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 | 2 + .../compress/archivers/ar/ArArchiveEntry.java | 2 +- .../archivers/ar/ArArchiveOutputStream.java | 79 +++++++------ .../compress/archivers/ar/Compress678Test.java | 126 +++++++++++++++++++++ 4 files changed, 172 insertions(+), 37 deletions(-) create mode 100644 src/test/java/org/apache/commons/compress/archivers/ar/Compress678Test.java