dep-protobuf/java/core
Protobuf Team Bot c1d8a858cd Short-circuit empty packed fields in CodedInputStream.countPackedVarints
0-length packed fields occur but are fairly rare since our serializers will emit nothing instead of emitting a 0-length packed field. But, there's little reason to leave inequality case behind since we're checking against <=0 anyway.

PiperOrigin-RevId: 967271476
2026-08-19 10:08:51 -07:00
..
src Short-circuit empty packed fields in CodedInputStream.countPackedVarints 2026-08-19 10:08:51 -07:00
BUILD.bazel Move initialization of descriptor out of the generated file outer class to avoid circular static initialization issue (e.g. https://github.com/protocolbuffers/protobuf/issues/29012). 2026-08-14 11:23:22 -07:00
generate-sources-build.xml Move java_features.proto to java/core/srce/main/resources 2024-03-25 18:01:21 -07:00
generate-test-sources-build.xml fix(java): fixup test codegen for maven build (#16176) 2024-03-15 19:33:32 -07:00
pom_template.xml Add $ back for osgi header 2023-03-09 17:08:04 +00:00