Skip to content

Commit

Permalink
Move back deprecation of java utf8 feature to 2024.
Browse files Browse the repository at this point in the history
This doesn't change the support window of the feature, but will make edition 2023 slightly less noisy.

PiperOrigin-RevId: 638750805
  • Loading branch information
mkruskal-google committed May 30, 2024
1 parent 0a05aa8 commit 8ffc1d0
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 8ffc1d0

Please sign in to comment.