449 Commits (bf8a9fc73f268a793fb43c2d6d2cf7595c40c4ec)

Author SHA1 Message Date
Mark Hansen 3ba72807a6 Avoid allocating FieldSet iterator if FieldSet is empty 6 months ago
Protobuf Team Bot fa4bab26e4 Internal changes/optimizations 7 months ago
Sandy Zhang 11c27dfa4b Lazily resolve features for proto2 and proto3 for compatibility with old open source gencode that does not invoke feature resolution from gencode static init. 7 months ago
Protobuf Team Bot a521e6e152 Internal chanegs 7 months ago
Protobuf Team Bot 24751b405a Add legacy Java TextFormat APIs 7 months ago
Protobuf Team Bot 05781615a1 Internal changes/optimizations 7 months ago
Protobuf Team Bot dde03553c9 Internal change 7 months ago
Protobuf Team Bot bb68eb22dd Implement new Debug API with redaction. 7 months ago
Mark Hansen c6e2778f91 Replace SmallSortedMap.EmptySet with equivalent Collections.emptySet() 7 months ago
Mark Hansen f7a866a9ea Make IntArrayList consistent with other primitive array lists, using code generator 7 months ago
Sandy Zhang c99cf4bbfa Add `java` to reserved names to escape extensions to `java_`. This may break existing references to gencode for extensions named `java`. 7 months ago
Mark Hansen 4b7c2d4381 Avoid allocating TreeMap in UnknownFieldSet.Builder.asMap 7 months ago
Mark Hansen 8c6e5b7963 Avoid allocating iterator in TextFormat printing UnknownFieldSet 7 months ago
Protobuf Team Bot fefec68753 Internal changes/optimizations 7 months ago
Protobuf Team Bot af1ecc0353 Add a check to ensure that the byte limit is not negative. 7 months ago
Protobuf Team Bot 5584c934bf Update AbstractMessageLite.addAll so that it won't throw when input is a LazyStringArrayList with byte[] elements. 7 months ago
Mark Hansen c56bddd707 Add UnknownFieldSet.isEmpty 7 months ago
Mark Hansen d0b016fcfc Java full runtime: Avoid allocating when calling asMap on empty UnknownFieldSet 7 months ago
Protobuf Team Bot f597991857 Return the default instance when parsing from an empty byte[]. 7 months ago
Mark Hansen 4f12891b87 Java full runtime: Avoid allocating iterator if UnknownFieldSet's TreeMap is empty 7 months ago
Mark Hansen fb054c8e41 Java Proto lite: avoid boxing Integers accessing enum lists 7 months ago
Protobuf Team Bot de6aba9f63 Java Proto Lite: Serialize repeated enums without allocating 7 months ago
Protobuf Team Bot eaee04d897 Avoid boxing when serializing primitive lists in CodedOutputStreamWriter 7 months ago
Protobuf Team Bot 971f88aa63 Improve C++, Python, Java runtime version representations to avoid merge conflicts during release. 8 months ago
Mike Kruskal 95877d8569 Updating version.json and repo version numbers to: 28-dev (#16555) 8 months ago
Protobuf Team Bot 6afdd5a135 Auto-generate files after cl/625815212 8 months ago
Mike Kruskal db5814e4ff Use newly split feature defaults in plugins and runtimes. 8 months ago
Protobuf Team Bot a5be8bdb9f Auto-generate files after cl/625084569 8 months ago
Mike Kruskal 77f62de93e Define lifetimes of edition 2023 features 8 months ago
Protobuf Team Bot a94f57bd69 Check that size is non-negative when reading string or bytes in StreamDecoder. 8 months ago
Mike Kruskal 29c69ff00b Fix text-format delimited field handling 8 months ago
Sandy Zhang 6c45efd297 Fix validateFeatures to be called after resolved features are actually set to this.features 8 months ago
Sandy Zhang 274bc7f26f Move java_features.proto to java/core/srce/main/resources 8 months ago
Liam Miller-Cushon b36458fd80 Make `NioByteString` private member class of `ByteString` 8 months ago
Sandy Zhang 9ce51d1ed8 Set label to REQUIRED for descriptors with LEGACY_REQUIRED feature. 8 months ago
Sandy Zhang 500c953d10 Enable editions support for Java Lite. 8 months ago
Protobuf Team Bot 821e854b5a Automated Code Change 9 months ago
Mike Kruskal 0e167e796f Disallow all feature types except enum and boolean. 9 months ago
Liam Miller-Cushon 2c07ea5317 Suppress a warning about a class initializer cycle 9 months ago
Sandy Zhang 1e808d5ece Remove extra whitespace line in JavaEditionDefaults template 9 months ago
Mike Kruskal dc484c131e Fix has_presence to account for proto3 extensions in Java. 9 months ago
Sandy Zhang 9f001a9658 Fix descriptor to access type via getType() s.t. messages using delimited encoding are consistently treated as groups for Java lite. 9 months ago
Protobuf Team Bot 0070ac1188 Make UnsafeByteOperations stable; removing experimental annotation. 9 months ago
Sandy Zhang 8a17f5ddeb Resolve features directly in setProto instead of temporarily setting to null. 9 months ago
Sandy Zhang eb10ebd169 Fix features inheritance of oneof fields and extensions and fix/move unit tests to actually run. 9 months ago
Luke Sandberg 5d4fd7ef84 Clarify docs on MapFieldReflectionAccessorInternal and add tests for the mutability of lists returned from `getAllFields()` 10 months ago
Chris Kennelly 34a04c1fd5 Remove lazy=true from repeated fields. 10 months ago
Protobuf Team Bot 986d691d77 use "proto3_optional" option as signal that a field has presence. 10 months ago
Sandy Zhang 2faa9d1a5f Force descriptor initialization of dependencies *before* internalUpdateFileDescriptor(). 10 months ago
Sandy Zhang 9252b64ef3 Automated rollback of commit 0ee34d35de. 10 months ago