-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking change: Remove the deprecated always_print_primitive_fields …
…option from Java, Python and C++ JSON parsers. The replacement always_print_without_presence_fields should be used instead, which is very similar but has consistent handling of optional fields by not affecting them. PiperOrigin-RevId: 604381178
- Loading branch information
1 parent
4c61b43
commit 2699579
Showing
9 changed files
with
40 additions
and
643 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
The comment for
includingDefaultValueFields(Set<FieldDescriptor> fieldsToAlwaysOutput)
is no longer correct, now that the function without args doesn't exist.