Skip to content

Commit

Permalink
Merge pull request #16989 from protocolbuffers/cp-27
Browse files Browse the repository at this point in the history
Move back deprecation of java utf8 feature to 2024.
  • Loading branch information
mkruskal-google committed May 30, 2024
2 parents af2ffbb + 8ffc1d0 commit 838626d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ message JavaFeatures {
// TODO Enable this in google3 once protoc rolls out.
feature_support = {
edition_introduced: EDITION_2023,
edition_deprecated: EDITION_2023,
edition_deprecated: EDITION_2024,
deprecation_warning: "The Java-specific utf8 validation feature is "
"deprecated and is scheduled to be removed in "
"edition 2025. Utf8 validation behavior should "
Expand Down
2 changes: 1 addition & 1 deletion src/google/protobuf/compiler/java/java_features.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 838626d

Please sign in to comment.