refactor: extract sigstore-common module - #1288
Draft
aaronlew02 wants to merge 1 commit into
Draft
Conversation
aaronlew02
force-pushed
the
extract-sigstore-common
branch
from
September 9, 2026 17:43
c0f9d4c to
1dbe606
Compare
Member
|
Given that we just introduced module information, can we make sure this is module safe? packages should not be repeated across modules, etc. |
aaronlew02
added this pull request to stack #1290
September 9, 2026 18:37
aaronlew02
force-pushed
the
extract-sigstore-common
branch
from
September 9, 2026 18:58
1dbe606 to
93b56e7
Compare
Collaborator
Author
|
@loosebazooka I've moved all packages in |
aaronlew02
force-pushed
the
extract-sigstore-common
branch
from
September 10, 2026 17:20
93b56e7 to
b02c8f6
Compare
Signed-off-by: Aaron Lew <64337293+aaronlew02@users.noreply.github.com>
aaronlew02
force-pushed
the
extract-sigstore-common
branch
from
September 10, 2026 17:53
b02c8f6 to
c7e45bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This change extracts common utilities (including HTTP and JSON utilities) from
sigstore-javainto a new:sigstore-commonmodule.