868 Commits (bd52d0483987f1a5186fc3daa261d1d76a787bcf)

Author SHA1 Message Date
Sandy Zhang 8c8b2be3a8 Breaking change: Lock down visibility for FileDescriptor.getSyntax(). 2 years ago
cpovirk d60af33f09 Internal Change 2 years ago
Jie Luo 6ecb5d097e Added Reflection::GetCord() method in C++ 2 years ago
cpovirk 9a76b96cc4 Internal change. 2 years ago
Protobuf Team Bot 4b5652b030 Re-attach OSGI headers to lite,core, and util. This information was dropped in the move from maven to bazel. 2 years ago
Sandy Zhang 2c639334cc Introduce a legacy utility for Descriptors.java to hide FileDescriptor.getSyntax(). 2 years ago
Protobuf Team Bot 8eac9a031e Remove loop when skipping string field values. 2 years ago
Protobuf Team Bot d70ddf20d3 Fix lint warnings for protobuf GeneratedMessage.java 2 years ago
Protobuf Team Bot 44bd03c609 Fix `FieldSet#writeMessageSetTo` to delegate to LazyFields when appropriate. 2 years ago
Protobuf Team Bot 5d97d43863 Internal change. 2 years ago
Sandy Zhang 6e6d0bce4a Add Java FileDescriptor.copyHeadingTo() which copies file-level settings (e.g. syntax, package, file options) to FileDescriptorProto.Builder 2 years ago
zhangskz b15bf628e5 Merge 22.x back to main (#12200) 2 years ago
Mike Kruskal 25dfc39b11 Internal changes 2 years ago
Protobuf Team Bot 81f89d509d Updating version.json and repo version numbers to: 22.2 2 years ago
Deanna Garcia 99ed01009f Add version to intra proto dependencies and add kotlin stdlib dependency 2 years ago
Deanna Garcia d80c12d322 Add $ back for osgi header 2 years ago
Protobuf Team Bot 6545c67a08 Fix lint warnings for protobuf GeneratedMessage.java 2 years ago
deannagarcia 15bd2c21cf Merge 22.x back to main (#12169) 2 years ago
Deanna Garcia 8ac2337595 Remove $ in pom files 2 years ago
Protobuf Team Bot 839e8d25ea Updating version.json and repo version numbers to: 22.1 2 years ago
Mike Kruskal c440da9e13 Remove unnecessary has bits from proto2 Java. 2 years ago
Sandy Zhang 7e2ccc3e2f Internal change 2 years ago
Protobuf Team Bot d27df92884 Internal change 2 years ago
Deanna Garcia 66f80c3610 Remove errorprone dependency from kotlin protos. 2 years ago
Deanna Garcia 7b6e828215 Remove errorprone dependency from kotlin protos. 2 years ago
Sandy Zhang 97c1e2968a Make public FieldDescriptor.legacyEnumFieldTreatedAsClosed() 2 years ago
Sandy Zhang 343cef1bd9 Replace FileDescriptor.supportsUnknownEnumValues() with FieldDescriptor.legacyEnumFieldTreatedAsClosed() to support legacy enum field behavior. 2 years ago
deannagarcia ae97c826f7
Fix potential null pointer error 2 years ago
deannagarcia 075677e415
Compare strings better 2 years ago
deannagarcia 5ffb29d684
Debug java version test 2 years ago
Deanna Garcia 27c7319106 Fix java version test 2 years ago
Deanna Garcia 1456462a14 Add java8 tests and build flags 2 years ago
Jerry Berg a2e33e79e9
Java fixes for 22.x (#12035) 2 years ago
Protobuf Team Bot d40aadf823 Add casts to make protobuf compatible with Java 1.8 runtime. 2 years ago
Sandy Zhang 541914157e Migrate away from examining the syntax of a proto file via reflection. 2 years ago
Deanna Garcia e909bfc517 Add OSGi headers to pom files. 2 years ago
Sandy Zhang 2a55706f9d Migrate away from examining the syntax of a proto file via reflection. 2 years ago
Sandy Zhang 684a3dedf6 Migrate away from examining the syntax of a proto file via reflection. 2 years ago
Protobuf Team Bot fa82155c65 Fix mutability bug in Java proto lite: sub-messages inside of oneofs were not 2 years ago
Protobuf Team Bot dbd5ae8593 Allow AbstractProtoList to be created in an immutable state rather than using static blocks to call makeImmutable. 2 years ago
Deanna Garcia d3ceff3def Add OSGi headers to pom files. 2 years ago
Sandy Zhang b51858aa11 Document that hasField is only semantically meaningful when hasPresence == True. 2 years ago
deannagarcia 9ee7b565c2
Fix pom_template dependencies. All pom files need a dependency section and kotlin + util need to depend on protobuf-java and kotlin-lite should depend on protobuf-javalite. (#12009) 2 years ago
Deanna Garcia 9b5a2c6f6f Fix pom_template dependencies. All pom files need a dependency section and kotlin + util need to depend on protobuf-java and kotlin-lite should depend on protobuf-javalite. 2 years ago
Protobuf Team Bot 6d776dfed5 protobuf: fix a data race in AbstractProtobufList 2 years ago
Mike Kruskal 649cc30872 Open-source some of our string_view tests. 2 years ago
Protobuf Team Bot a847a8dc4b Updating version.json and repo version numbers to: 22.0 2 years ago
Protobuf Team Bot c4ed948314 Fix lint warnings for protobuf GeneratedMessage.java 2 years ago
Protobuf Team Bot a594141cc4 Document known quirks of EnumDescriptor::is_closed() when importing across files with different syntaxes. 2 years ago
Protobuf Team Bot 1de344fcd1 Document known quirks of EnumDescriptor::is_closed() when importing across files with different syntaxes. 2 years ago