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

Bump to most recent protobuf-java #104

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Bump to most recent protobuf-java #104

merged 1 commit into from
Sep 11, 2024

Conversation

tstirrat15
Copy link
Contributor

@tstirrat15 tstirrat15 commented Sep 11, 2024

Fixes #103

Description

protobuf-java 4.27 introduced a breaking change in the class references used in code generation. 4.28 introduced backwards-compatibility by reintroducing the old classes, which should provide better cross-compatibility when multiple packages that request multiple versions of protobuf are used in the same project.

Changes

  • Bump to most recent protobuf-java version

Testing

Review. See that everything goes green.

@tstirrat15 tstirrat15 requested a review from a team as a code owner September 11, 2024 16:13
@tstirrat15 tstirrat15 added this pull request to the merge queue Sep 11, 2024
Merged via the queue into main with commit ed57dac Sep 11, 2024
14 checks passed
@tstirrat15 tstirrat15 deleted the bump-protobuf-to-4.28 branch September 11, 2024 16:17
@github-actions github-actions bot locked and limited conversation to collaborators Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoClassDefFound com/google/protobuf/RuntimeVersion$RuntimeDomain
2 participants