Move back deprecation of java utf8 feature to 2024.

This doesn't change the support window of the feature, but will make edition 2023 slightly less noisy.

PiperOrigin-RevId: 638750805
pull/16986/head
Mike Kruskal 6 months ago committed by Copybara-Service
parent 1b126f9283
commit bd7078debc
  1. 2
      java/core/src/main/resources/google/protobuf/java_features.proto
  2. 2
      src/google/protobuf/compiler/java/java_features.pb.cc

@ -57,7 +57,7 @@ message JavaFeatures {
targets = TARGET_TYPE_FILE, targets = TARGET_TYPE_FILE,
feature_support = { feature_support = {
edition_introduced: EDITION_2023, edition_introduced: EDITION_2023,
edition_deprecated: EDITION_2023, edition_deprecated: EDITION_2024,
deprecation_warning: "The Java-specific utf8 validation feature is " deprecation_warning: "The Java-specific utf8 validation feature is "
"deprecated and is scheduled to be removed in " "deprecated and is scheduled to be removed in "
"edition 2025. Utf8 validation behavior should " "edition 2025. Utf8 validation behavior should "

@ -85,7 +85,7 @@ const char descriptor_table_protodef_google_2fprotobuf_2fcompiler_2fjava_2fjava_
"nitions themselves rather than on fields" "nitions themselves rather than on fields"
".\022\237\002\n\017utf8_validation\030\002 \001(\0162\037.pb.JavaFea" ".\022\237\002\n\017utf8_validation\030\002 \001(\0162\037.pb.JavaFea"
"tures.Utf8ValidationB\344\001\210\001\001\230\001\004\230\001\001\242\001\014\022\007DEF" "tures.Utf8ValidationB\344\001\210\001\001\230\001\004\230\001\001\242\001\014\022\007DEF"
"AULT\030\204\007\262\001\310\001\010\350\007\020\350\007\032\277\001The Java-specific ut" "AULT\030\204\007\262\001\310\001\010\350\007\020\351\007\032\277\001The Java-specific ut"
"f8 validation feature is deprecated and " "f8 validation feature is deprecated and "
"is scheduled to be removed in edition 20" "is scheduled to be removed in edition 20"
"25. Utf8 validation behavior should use" "25. Utf8 validation behavior should use"

Loading…
Cancel
Save