Breaking Change: Use Editions features in Java full runtimes.#15210
Merged
1 commit merged intoJan 22, 2024
Merged
Conversation
zhangskz
force-pushed
the
test_575230560
branch
10 times, most recently
from
December 28, 2023 02:07
bde5c4b to
3c1f8c9
Compare
zhangskz
force-pushed
the
test_575230560
branch
6 times, most recently
from
December 28, 2023 03:49
b428755 to
3e6ee87
Compare
copybara-service
Bot
force-pushed
the
test_575230560
branch
2 times, most recently
from
January 5, 2024 19:15
322d8c0 to
9965364
Compare
copybara-service
Bot
force-pushed
the
test_575230560
branch
11 times, most recently
from
January 20, 2024 18:02
72c6282 to
e4e3e2d
Compare
copybara-service
Bot
force-pushed
the
test_575230560
branch
10 times, most recently
from
January 22, 2024 17:29
1c2d9fc to
9990e5b
Compare
This change breaks compatibility with old generated code from previous major versions per the Cross Version Runtime policy: https://protobuf.dev/support/cross-version-runtime-guarantee. This includes old gencode from <4.26.x, which does not resolve features. See https://protobuf.dev/news/2023-12-05/ PiperOrigin-RevId: 600487923
copybara-service
Bot
force-pushed
the
test_575230560
branch
from
January 22, 2024 17:57
9990e5b to
65c65c2
Compare
65c65c2
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.
Breaking Change: Use Editions features in Java full runtimes.
This change breaks compatibility with old generated code from previous major versions per the Cross Version Runtime policy: https://protobuf.dev/support/cross-version-runtime-guarantee. This includes old gencode from <4.26.x, which does not resolve features.
See https://protobuf.dev/news/2023-12-05/