This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch support-ivy-as-component-source
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git
discard c782eb2 incomplete set of tests
discard 1df531f fix reference name with resolveId
discard 3900384 move sbomlink tests to separate build file
discard b23ee60 SBOMs created manually and using Ivy
discard 3e052f5 calculate hashes for Ivy dependencies retrieved
discard 15c8fc7 deal with optional and external components
discard c226c10 include provided dependencies in SBOM
discard c6fdbcd initial implementation of Ivy based CycloneDX resolution
add bdef35b explicitly mention BuildException in throws clause
add ecf3e24 fix comment
add 6187740 POM lacks a description
add 21b15ad new version of cyclonedx-core-java
add d805b06 explict version of commons-codec
add 4771e74 forgot to update pom
add 6b257a1 update common antlib infrastructure
add 2a91ff7 mimic getBuildDate change of Ant's master branch
add b8da901 stop using raw types
add fa44fa0 deperecations in cyclonedx-core-java 13.x
new 9adde4e initial implementation of Ivy based CycloneDX resolution
new 1eb42e9 include provided dependencies in SBOM
new 23d0c48 deal with optional and external components
new b48430a calculate hashes for Ivy dependencies retrieved
new a8a2a49 SBOMs created manually and using Ivy
new d558b22 move sbomlink tests to separate build file
new 082a843 fix reference name with resolveId
new 0ac76cf incomplete set of tests
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c782eb2)
\
N -- N -- N refs/heads/support-ivy-as-component-source (0ac76cf)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 8 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:
build.xml | 8 ++++----
common | 2 +-
ivy.xml | 4 ++--
project-template.pom | 9 ++++++++-
src/main/org/apache/ant/cyclonedx/Component.java | 13 +++++++++----
.../org/apache/ant/cyclonedx/ComponentBomTask.java | 20 +++++++++++---------
.../org/apache/ant/cyclonedx/ComponentScope.java | 4 ++--
src/main/org/apache/ant/cyclonedx/DateUtils.java | 21 ++++++++++-----------
.../ant/cyclonedx/SbomLinkComponentResolver.java | 2 +-
9 files changed, 48 insertions(+), 35 deletions(-)