Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add com.google.protobuf #15

Merged
merged 1 commit into from
Mar 15, 2024
Merged

feat: add com.google.protobuf #15

merged 1 commit into from
Mar 15, 2024

Conversation

sgammon
Copy link
Member

@sgammon sgammon commented Mar 15, 2024

Summary

Adds a JPMS-capable com.google.protobuf artifact.

Changelog

  • chore: add com.google.protobuf module
  • chore: add ci + local build setup for bazel
  • chore: add modular-proto sample
  • chore: poms for protobuf java libraries
  • chore: update dependency graph
  • chore: update exported version catalog
  • chore: update internal version catalog
  • chore: update readme with new library coordinates/modules
  • chore: sync repository

@sgammon sgammon added the enhancement New feature or request label Mar 15, 2024
@sgammon sgammon self-assigned this Mar 15, 2024
@sgammon
Copy link
Member Author

sgammon commented Mar 15, 2024

note to self for later:

make: Circular com.google.errorprone <- com.google.guava dependency dropped.
make: Circular com.google.errorprone <- com.google.errorprone dependency dropped.
make: Circular com.google.j2objc <- com.google.guava dependency dropped.
make: Circular com.google.j2objc <- com.google.errorprone dependency dropped.
make: Circular com.google.j2objc <- com.google.j2objc dependency dropped.
make: Circular org.checkerframework <- com.google.guava dependency dropped.
make: Circular org.checkerframework <- com.google.errorprone dependency dropped.
make: Circular org.checkerframework <- com.google.j2objc dependency dropped.
make: Circular org.checkerframework <- org.checkerframework dependency dropped.
make: Circular org.reactivestreams <- com.google.guava dependency dropped.
make: Circular org.reactivestreams <- com.google.errorprone dependency dropped.
make: Circular org.reactivestreams <- com.google.j2objc dependency dropped.
make: Circular org.reactivestreams <- org.checkerframework dependency dropped.
make: Circular org.reactivestreams <- org.reactivestreams dependency dropped.

- chore: add `com.google.protobuf` module
- chore: add ci + local build setup for bazel
- chore: add `modular-proto` sample
- chore: poms for protobuf java libraries
- chore: update dependency graph
- chore: update exported version catalog
- chore: update internal version catalog
- chore: update readme with new library coordinates/modules
- chore: sync repository

Signed-off-by: Sam Gammon <[email protected]>
@sgammon sgammon merged commit ebab92d into main Mar 15, 2024
5 checks passed
@sgammon sgammon deleted the feat/protobuf branch March 15, 2024 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant