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

sai_boorlagadda pushed a change to branch feature/GEODE-10481-Phase1-PR1
in repository https://gitbox.apache.org/repos/asf/geode.git


 discard aff384ef89 GEODE-10481: Implement Plugin Foundation & Compatibility 
Validation (PR 1/15)    This commit implements the foundation for SBOM 
generation in Apache Geode    as part of the GEODE-10481 initiative. This is PR 
1 of 15 in the planned    implementation sequence.    Changes:    - Add 
CycloneDX BOM plugin v1.8.2 to root build.gradle (apply false)    - Implement 
validateGradleCompatibility task for version validation    - Add comprehensive 
SBOM configuration structure (disabl [...]
     add 62cf5c28f6 [Draft] GEODE-10481: Implemenation Propoal (#7933)
     add 2699a031da GEODE-10481: Proposal & Todo (#7937)
     new 00af0374b7 GEODE-10481: Implement Plugin Foundation & Compatibility 
Validation (PR 1/15)    This commit implements the foundation for SBOM 
generation in Apache Geode    as part of the GEODE-10481 initiative. This is PR 
1 of 15 in the planned    implementation sequence.    Changes:    - Add 
CycloneDX BOM plugin v1.8.2 to root build.gradle (apply false)    - Implement 
validateGradleCompatibility task for version validation    - Add comprehensive 
SBOM configuration structure (disabl [...]

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   (aff384ef89)
            \
             N -- N -- N   refs/heads/feature/GEODE-10481-Phase1-PR1 
(00af0374b7)

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 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:
 .../GEODE-10481-IMPLEMENTATION-PROPOSAL.md         | 751 +++++++++++++++++++++
 proposals/GEODE-10481/GEODE-10481.md               | 183 +++++
 proposals/GEODE-10481/plan.md                      | 635 +++++++++++++++++
 .../pr-log/01-foundation-and-validation.md         |  18 +-
 .../GEODE-10481/pr-log/01-validation.sh            |   0
 proposals/GEODE-10481/todo.md                      | 160 +++++
 6 files changed, 1738 insertions(+), 9 deletions(-)
 create mode 100644 proposals/GEODE-10481/GEODE-10481-IMPLEMENTATION-PROPOSAL.md
 create mode 100644 proposals/GEODE-10481/GEODE-10481.md
 create mode 100644 proposals/GEODE-10481/plan.md
 rename SBOM-PR1-README.md => 
proposals/GEODE-10481/pr-log/01-foundation-and-validation.md (89%)
 rename test-sbom-pr1.sh => proposals/GEODE-10481/pr-log/01-validation.sh (100%)
 create mode 100644 proposals/GEODE-10481/todo.md

Reply via email to