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 authored and copybara-github committed May 30, 2024
1 parent 1b126f9 commit bd7078d
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 @@ -57,7 +57,7 @@ message JavaFeatures {
targets = TARGET_TYPE_FILE,
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 bd7078d

Please sign in to comment.