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

Breaking Change: The base class for generated messages will be #15362

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jan 9, 2024

Breaking Change: The base class for generated messages will be
GeneratedMessage, not GeneratedMessageV3.

To fix source compatibility make these replacements:
GeneratedMessageV3 --> GeneratedMessage
SingleFieldBuilderV3 --> SingleFieldBuilder
RepeatedFieldBuilderV3 --> RepeatedFieldBuilder

@copybara-service copybara-service bot force-pushed the test_586335533 branch 9 times, most recently from 168f8c6 to 10b84e0 Compare January 11, 2024 21:02
@copybara-service copybara-service bot closed this Jan 11, 2024
@copybara-service copybara-service bot deleted the test_586335533 branch January 11, 2024 21:46
copybara-service bot pushed a commit that referenced this pull request Mar 16, 2024
## Summary

Fixes and closes #16170 by adding missing test-gen mappings and exclusions. Recent [changes](#15362) to Protocol Buffers, along with the addition of the _Editions_ feature, have evolved ahead of Maven; running the build on `main` shows build errors related to the testsuite.

## Changelog

- fix: missing test-gen mappings
- fix: missing test exclusions

Closes #16176

COPYBARA_INTEGRATE_REVIEW=#16176 from sgammon:fix/issue-16170 2be118c
PiperOrigin-RevId: 616310039
deannagarcia pushed a commit to deannagarcia/protobuf that referenced this pull request Jun 20, 2024
## Summary

Fixes and closes protocolbuffers#16170 by adding missing test-gen mappings and exclusions. Recent [changes](protocolbuffers#15362) to Protocol Buffers, along with the addition of the _Editions_ feature, have evolved ahead of Maven; running the build on `main` shows build errors related to the testsuite.

## Changelog

- fix: missing test-gen mappings
- fix: missing test exclusions

Closes protocolbuffers#16176

COPYBARA_INTEGRATE_REVIEW=protocolbuffers#16176 from sgammon:fix/issue-16170 2be118c
PiperOrigin-RevId: 616310039
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants