Commit 53bef38
committed
updated submodules
1 parent 8582ca4 commit 53bef38
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/workflows/test_release_branches.yml+1-1
- csharp/src/Google.Protobuf.Test/WellKnownTypes/TimestampTest.cs+10
- csharp/src/Google.Protobuf.Test/testprotos.pb
- csharp/src/Google.Protobuf/Reflection/Descriptor.pb.cs+1-1
- csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs+1-1
- csharp/src/Google.Protobuf/WellKnownTypes/TimestampPartial.cs+1-1
- editions/defaults_test.cc+15-15
- java/core/BUILD.bazel+4
- java/core/src/main/java/com/google/protobuf/ExtensionRegistryLite.java+3-5
- java/core/src/main/java/com/google/protobuf/FieldSet.java+31-6
- java/core/src/main/java/com/google/protobuf/GeneratedMessage.java+20-17
- java/core/src/main/java/com/google/protobuf/JavaEditionDefaults.java+1-1
- java/core/src/main/java/com/google/protobuf/MessageReflection.java+17
- java/core/src/test/java/com/google/protobuf/InternalLazyFieldTest.java+8-6
- java/core/src/test/java/com/google/protobuf/LazilyParsedMessageSetTest.java+44-2
- java/core/src/test/java/com/google/protobuf/ParserTest.java+124-41
- php/composer.json+1-1
- php/composer.json.dist+1-1
- php/ext/google/protobuf/php-upb.c+5-7
- php/ext/google/protobuf/php-upb.h+1-1
- python/google/protobuf/internal/enum_type_wrapper.py+10-1
- ruby/ext/google/protobuf_c/ruby-upb.c+4-6
- ruby/ext/google/protobuf_c/ruby-upb.h+1-1
- src/file_lists.cmake+2
- src/google/protobuf/BUILD.bazel+1
- src/google/protobuf/arena.h+1-1
- src/google/protobuf/arena_allocation_policy.cc+5
- src/google/protobuf/arena_allocation_policy.h+10-3
- src/google/protobuf/compiler/command_line_interface_unittest.cc+28
- src/google/protobuf/compiler/cpp/field_generators/enum_field.cc+7-6
- src/google/protobuf/compiler/java/java_features.pb.h+1-1
- src/google/protobuf/descriptor.cc+41-7
- src/google/protobuf/descriptor.pb.cc+1-1
- src/google/protobuf/descriptor.proto+1-1
- src/google/protobuf/descriptor_unittest.cc+315-11
- src/google/protobuf/feature_resolver_test.cc+17
- src/google/protobuf/repeated_field.h+4-3
- src/google/protobuf/repeated_field_proxy.h+284-263
- src/google/protobuf/repeated_field_proxy_iterator.h+43-35
- src/google/protobuf/repeated_field_proxy_test.cc+129-12
- src/google/protobuf/repeated_field_proxy_traits.h+15-3
- src/google/protobuf/repeated_ptr_field.h+5-5
- upb/mini_table/generated_registry.c+4-6
- upb/reflection/internal/upb_edition_defaults.h+1-1
0 commit comments