protobuf/editions/golden
Sandy Zhang c99cf4bbfa Add `java` to reserved names to escape extensions to `java_`. This may break existing references to gencode for extensions named `java`.
This prevents shadowing of `java.lang` package commonly used in protobuf gencode. Existing extensions named `java` may or may not previously fail to compile depending on if the contents of their .proto result in gencode using `java.lang`. This is needed to fix `java_features.proto` lite gencode since enum gencode uses `java.lang`. Fields named `java` should already be escaped.

*Warning: This may break user code for existing protos with extensions named `java`. References to the extension should be renamed to use `java_` e.g. registry.add(GeneratedClassName.java_)*

PiperOrigin-RevId: 632508249
2024-05-10 08:49:22 -07:00
..
compare_cpp_codegen_failure.txt Use Emit for ByteSizeLong 2024-04-22 17:32:05 -07:00
compare_cpp_codegen_failure.xml Internal changes to versions 2024-05-07 08:44:48 -07:00
compare_cpp_codegen_multiple.txt Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00
compare_cpp_codegen_multiple.xml Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00
compare_cpp_codegen_success.txt Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00
compare_cpp_codegen_success.xml Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00
editions_transform_proto2.proto Add `java` to reserved names to escape extensions to `java_`. This may break existing references to gencode for extensions named `java`. 2024-05-10 08:49:22 -07:00
editions_transform_proto2_lite.proto Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00
editions_transform_proto2_utf8_disabled.proto Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00
editions_transform_proto3.proto Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00
editions_transform_proto3_utf8_disabled.proto Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00
simple_proto2.proto Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00
simple_proto2_import.proto Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00
simple_proto3.proto Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00
test_messages_proto2_editions.proto Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00
test_messages_proto3_editions.proto Refactor editions infrastructure to a top-level directory. 2024-04-16 11:13:19 -07:00