Internal changes

PiperOrigin-RevId: 575274614
pull/14487/head
Mike Kruskal 1 year ago committed by Copybara-Service
parent 5eecee27de
commit b7de33ce48
  1. 1
      src/google/protobuf/editions/golden/editions_transform_proto2.proto
  2. 3
      src/google/protobuf/editions/golden/editions_transform_proto2_lite.proto
  3. 3
      src/google/protobuf/editions/golden/editions_transform_proto2_utf8_disabled.proto
  4. 1
      src/google/protobuf/editions/golden/test_messages_proto2_editions.proto

@ -21,7 +21,6 @@ import "google/protobuf/editions/proto/editions_transform_proto3.proto";
option features.enum_type = CLOSED;
option features.repeated_field_encoding = EXPANDED;
option features.utf8_validation = NONE;
option features.json_format = LEGACY_BEST_EFFORT;
option java_multiple_files = true;
option cc_enable_arenas = true;

@ -9,10 +9,7 @@ edition = "2023";
package protobuf_editions_test;
option features.enum_type = CLOSED;
option features.repeated_field_encoding = EXPANDED;
option features.utf8_validation = NONE;
option features.json_format = LEGACY_BEST_EFFORT;
option optimize_for = LITE_RUNTIME;
message TestMessageLite {

@ -9,10 +9,7 @@ edition = "2023";
package protobuf_editions_test;
option features.enum_type = CLOSED;
option features.repeated_field_encoding = EXPANDED;
option features.utf8_validation = NONE;
option features.json_format = LEGACY_BEST_EFFORT;
message TestMessageUtf8Disabled {
string string_field = 1;

@ -18,7 +18,6 @@ package protobuf_test_messages.editions.proto2;
option features.enum_type = CLOSED;
option features.repeated_field_encoding = EXPANDED;
option features.utf8_validation = NONE;
option features.json_format = LEGACY_BEST_EFFORT;
option java_package = "com.google.protobuf_test_messages.editions.proto2";
option objc_class_prefix = "Proto2";

Loading…
Cancel
Save