896 Commits (05835e374d5f666561a175b08c8cc2100787164e)

Author SHA1 Message Date
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
Protobuf Team Bot 4dd7a1e380 Updating version.json and repo version numbers to: 22.0-rc3 2 years ago
Protobuf Team Bot 1d744d40c8 Fix lint warnings for protobuf GeneratedMessage.java 2 years ago
Deanna Garcia 5137f693d2 Update java pom files with new developer and website. 2 years ago
Sandy Zhang d1b86601a2 Add isClosed() to EnumDescriptor in Java. 2 years ago
Adam Cozzette 1325913afd Add Java support for retention attribute 2 years ago
Protobuf Team Bot fa7a079c11 Updating version.json and repo version numbers to: 22.0-rc2 2 years ago
Protobuf Team Bot da975a225c Automated rollback of commit 63e127a89a. 2 years ago
Protobuf Team Bot 2b406251e4 Updating version.json and repo version numbers to: 22.0-rc1 2 years ago
Mike Kruskal f60f478f45 Enable new JSON field name conflict handling. 2 years ago
Jie Luo ca1cb1ba80 Expect fail when serialize inf and nan for Value.number_value in json format. fixes #11259 2 years ago
Protobuf Team Bot 5669606613 Create a helper function that can make a mutable copy of any ProtobufList 2 years ago
Jie Luo de5fae0d84 Automated rollback of commit c105e85e7c. 2 years ago
Jie Luo c105e85e7c Expect fail when serialize inf and nan for Value.number_value in json format. fixes #11259 2 years ago
Matt Fowles Kulukundis 1697e4558b Main 202212161220 (#11340) 2 years ago
Protobuf Team Bot 9238c4843a Add debug_redact field option to protobuf. 2 years ago
Protobuf Team Bot 2d12041ae0 Add TODO to remove EMPTY in a future breaking release. 2 years ago
Protobuf Team Bot b51c551e37 Remove unused package private class ProtobufLists. 2 years ago
Protobuf Team Bot 9595cbbf9a Mark UnmodifiableLazyStringList deprecated. UnmodifiableLazyStringList is unnecessary and will be removed in a future release. 2 years ago
Protobuf Team Bot c658e27529 Make emptyList public and mark the public EMPTY field as deprecated. 2 years ago