mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Update bigdataoss:util dependency (#1654)
We're running into issues pulling 2.1.3 from maven, possibly due to vulnerabilities in dependencies, so this updates it to the most recent version of 2.2.6.
This commit is contained in:
parent
c3b64b0931
commit
fad5d19110
135 changed files with 9368 additions and 8488 deletions
|
@ -21,7 +21,6 @@ import com.google.storage.onestore.v3.OnestoreEntity.Path;
|
|||
import com.google.storage.onestore.v3.OnestoreEntity.Property.Meaning;
|
||||
import com.google.storage.onestore.v3.OnestoreEntity.PropertyValue.ReferenceValue;
|
||||
import google.registry.model.annotations.DeleteAfterMigration;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.util.Objects;
|
||||
|
||||
/** Utilities for handling imported Datastore entities. */
|
||||
|
@ -68,9 +67,7 @@ public class EntityImports {
|
|||
if (path.elementSize() == 0) {
|
||||
return false;
|
||||
}
|
||||
return Objects.equals(
|
||||
path.getElement(path.elementSize() - 1).getType(StandardCharsets.UTF_8),
|
||||
"CommitLogMutation");
|
||||
return Objects.equals(path.getElement(path.elementSize() - 1).getType(), "CommitLogMutation");
|
||||
}
|
||||
|
||||
private static void fixMutationEntityProtoBytes(EntityProto entityProto, String appId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue