1238 Commits (aeffa6d2fcc4097728684a04b6f8324a18c07b35)

Author SHA1 Message Date
Protobuf Team Bot 7d766574a8 Internal change. 1 month ago
Xufei Tan b6f3481696 Internal change 1 month ago
Xufei Tan bae06daa2e Internal change. 1 month ago
Protobuf Team Bot 2b35daebad Auto-generate files after cl/715448535 1 month ago
Protobuf Team Bot c8ad774756 Fix JRuby conformance issue by loosening Java's `JSONFormatter` implementation to be more accepting of `DynamicMessage` instances of well-known types that have a descriptor with a different object identity but the same full name. 2 months ago
Mike Kruskal 0ccd8459ce Fix mishandling of open enum + explicit presence fields. 2 months ago
Mike Kruskal 6a672208d6 Internal changes 2 months ago
Protobuf Team Bot 058336342d Internal change 2 months ago
Protobuf Team Bot 8acc702c84 Internal change 2 months ago
Protobuf Team Bot 1900cbe0da Disable useShortRepeatedPrimitives for Printer.DEFAULT_DEBUG_FORMAT 2 months ago
Protobuf Team Bot dc7283362a Update `Descriptor.getExtension()`'s javadoc to clarify its intended behavior. 2 months ago
Protobuf Team Bot 59a8de6610 Optimize Java gencode version validation 2 months ago
Mike Kruskal a4d4bfeae9 Make Java consistently reject unmatched end-group tag. 3 months ago
Matthias Ernst fb180a693f Duplicate buffer for thread-safe aliasing. (#19405) 3 months ago
Mike Kruskal 84e81cfa6c Make Java-lite reject unmatched end-group tag. 3 months ago
Mark Hansen c879cccf0d Fix typo in computeInt32SizeNoTag doc 3 months ago
Protobuf Team Bot 3bbaa24cd0 Internal change 3 months ago
Protobuf Team Bot 96dfcce517 Force re-computing the serialized size after the lazy fields with corrupted data are replaced with empty bytes 3 months ago
Kurt Alfred Kluever 0e6a310156 Add a unit test demonstrating broken `Timestamps.parse()` behavior. 3 months ago
cpovirk 30aac4bfbe Internal change. 3 months ago
Protobuf Team Bot 3e0f82e57f Fix handling of implicit field presence in mergeFrom to match the behavior in other places. 3 months ago
Protobuf Team Bot 5a09cfd577 Rename private `getFooFieldBuilder` method to avoid name conflicts. 4 months ago
Protobuf Team Bot b1882d357b Clarify exception message for repeated builders. 4 months ago
nickreid c81b6edad2 Internal change 4 months ago
Protobuf Team Bot 0657eed703 Internal change 4 months ago
Protobuf Team Bot afb20af442 Add j2cl and j2objc targets for protobuf/current/javatests/com/google/protobuf/util TIME_SRCS 4 months ago
Deanna Garcia f6cddd2cd7 Remove deprecation warnings for Timestamp and Duration add/subtract/between that we do not yet have alternatives to. 4 months ago
Protobuf Team Bot 85bbceea81 Internal Change 4 months ago
Ted Xie 89533c743f Add missing java load 4 months ago
nickreid 7f6e90ba46 Replace all regexes in TextFormat.Tokenizer with direct char scanning. 4 months ago
Mark Hansen 84a4472a0f Make GeneratedMessageLite.isInitialized(T message, boolean shouldMemoize) private 4 months ago
Protobuf Team Bot 8c1fa83fb8 Make usingShortRepeatedPrimitives for textproto printer public 4 months ago
Protobuf Team Bot b8d356701a Add support to print repeated fields with primitive values using short notation 4 months ago
Protobuf Team Bot c0a99b096f Auto-generate files after cl/687389326 4 months ago
Protobuf Team Bot 18903c4a4c Implement Java feature `use_old_outer_classname_default` for edition 2024. 4 months ago
Mark Hansen fe6234122b Automated rollback of commit 2b0a414573. 4 months ago
Mike Kruskal b4b1e08d68 Fix examples link in Java README 4 months ago
Sandy Zhang ee5aa499af Fix unexpected NumberFormatException in Durations.parse() by replacing with documented thrown ParseException. 4 months ago
Mark Hansen 2b0a414573 Change access of GeneratedMessageLite.MethodToInvoke to 'protected' 4 months ago
deannagarcia 27ddb9ce34 Give Kotlin jars an OSGi Manifest (#18812) 4 months ago
Joe Schafer 44660b306a Rename maven to protobuf_maven in MODULE.bazel (#18641) 5 months ago
Mark Hansen 25724ab53e Lite: Remove intermediary dynamicMethod function trampolines 5 months ago
Protobuf Team Bot 0d7fd35086 Re-export includingDefaultValueFields in deprecated state for important Cloud customer. 5 months ago
Anuraag (Rag) Agrawal 461004e82d java: remove legacy note in docstring about calling includingDefaultValueFields with no args (#18569) 5 months ago
Mark Hansen 4e44304dee Short-circuit the second instanceof check in addAllCheckingNulls 5 months ago
Mark Hansen 429a93d5fd Remove some rawtypes warning suppressions in ArrayDecoders 5 months ago
Xufei Tan 49ce8d87b2 Internal change. 5 months ago
Mark Hansen f7b0faf558 Speed up SingleFieldBuilder.getBuilder() by avoiding reloading this.builder at return. 5 months ago
Mark Hansen 6ea07ef84c Remove unnecessary intermediate casts in CodedOutputStream 5 months ago
Mark Hansen fe349b7398 Remove no-op byte & 0xFF code from BinaryWriter 5 months ago