Skip to content

Commit bd7078d

Browse files
mkruskal-googlecopybara-github
authored andcommitted
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
1 parent 1b126f9 commit bd7078d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/core/src/main/resources/google/protobuf/java_features.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ message JavaFeatures {
5757
targets = TARGET_TYPE_FILE,
5858
feature_support = {
5959
edition_introduced: EDITION_2023,
60-
edition_deprecated: EDITION_2023,
60+
edition_deprecated: EDITION_2024,
6161
deprecation_warning: "The Java-specific utf8 validation feature is "
6262
"deprecated and is scheduled to be removed in "
6363
"edition 2025. Utf8 validation behavior should "

src/google/protobuf/compiler/java/java_features.pb.cc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)