This is an automated email from the ASF dual-hosted git repository.
dblevins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
from 6557b9a Merge pull request #260 from
apache/dependabot/maven/com.fasterxml.jackson.module-jackson-module-jaxb-annotations-2.22.1
add ccc84bc TENTACLES-26: Update to httpclient5 and fix security warnings
add 6a23354 TENTACLES-26: Check for possible zip slip entries in Archive
add 4a8f82e TENTACLES-26: Reformat code and inline as record
add ecf6ece TENTACLES-26: Fix JDK release version and remove
animal-sniffer as we are above JDK9
add 11f442f TENTACLES-26: Fix typos and align site and README
add 3801e62 TENTACLES-26: Reduce warnings in IDE
add 29848ce TENTACLES-26: Add changelog
add c2646ad TENTACLES-4: Add argLine copied from RAT
add 1dfd099 TENTACLES-26: Log number of bytes to indicate why a download
might take so long
add bf083ac TENTACLES-26: Use try with resources, fix logging, use
commons copy()
new f6ec181 Merge pull request #261 from apache/feature/TENTACLES-26
The 1 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:
README.md | 9 +-
pom.xml | 45 +++-----
src/changes/changes.xml | 3 +
.../java/org/apache/creadur/tentacles/Archive.java | 25 +++--
.../apache/creadur/tentacles/Configuration.java | 2 +-
.../org/apache/creadur/tentacles/IOSystem.java | 12 +-
.../java/org/apache/creadur/tentacles/Layout.java | 5 +-
.../java/org/apache/creadur/tentacles/License.java | 5 +-
.../org/apache/creadur/tentacles/LicenseType.java | 2 +-
.../org/apache/creadur/tentacles/Licenses.java | 2 +-
.../java/org/apache/creadur/tentacles/Main.java | 30 ++---
.../org/apache/creadur/tentacles/NexusClient.java | 122 ++++++++++-----------
.../java/org/apache/creadur/tentacles/Notice.java | 5 +-
.../org/apache/creadur/tentacles/Platform.java | 30 +----
.../org/apache/creadur/tentacles/Templates.java | 4 +-
src/site/apt/index.apt.vm | 8 +-
16 files changed, 136 insertions(+), 173 deletions(-)