sigstore-java icon indicating copy to clipboard operation
sigstore-java copied to clipboard

java clients for sigstore

Results 51 sigstore-java issues
Sort by recently updated
recently updated
newest added

See: https://github.com/sigstore/sigstore-java/pull/23/files#r879740933

enhancement

https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto#L145

enhancement

https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto#L108 https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_common.proto#L141

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | sigstore/community | action | digest | `86192d7` -> `8acdf58` | ---...

dependencies

A release checklist template for maintainers

This is the first release that also releases sigstore-maven-plugin. And hopefully is our last release before 1.0.0 - [x] tag 0.11.0 (https://github.com/sigstore/sigstore-java/releases/tag/v0.11.0) - [x] build and release to maven central:...

ref: https://github.com/apache/maven-gpg-plugin/pull/109 After: Jan 1, 2025

enhancement

add another grpc dep to grpc group

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | minor | `8.7` -> `8.9` | --- ### Release Notes...

dependencies

Currently, sigstore-java rebuilds `sigstore/protobuf-specs` every time which seems wasteful, and it makes imports like `import dev.sigstore.proto.` invalid on the first project import. We should use `implementation("dev.sigstore:protobuf-specs:0.3.2")` rather than `protobuf("dev.sigstore:protobuf-specs:0.3.2")` https://github.com/sigstore/protobuf-specs/issues/341...

enhancement