dep-protobuf/java/util
Protobuf Team Bot 5768acddf2 Remove protobuf-util usages of guava except annotations.
The annotations will be handled in a subsequent change.

The change to use java.lang.String.split() instead of Guava's Splitter does introduce behavior changes in the case of handling of degenerate/malformed FieldMask paths (paths like `a///`). The handling of malformed paths shape are already arbitrary and inconsistent between the different methods in this file, and callers should not construct such paths. In a future change we may consider validating and throwing an IllegalArgumentException on such malformed paths more explicitly.

https://github.com/protocolbuffers/protobuf/issues/21173

PiperOrigin-RevId: 795126095
2025-08-14 11:34:28 -07:00
..
src Remove protobuf-util usages of guava except annotations. 2025-08-14 11:34:28 -07:00
BUILD.bazel Rename maven install back to maven in MODULE.bazel 2025-07-11 10:47:35 -07:00
pom_template.xml Merge 22.x back to main (#12200) 2023-03-10 13:25:18 -08:00