grpc/grpc-operation-ledger-jpa/src/test/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerRepositoryTest.java:71: private static GrpcOperationIdentity identity(String callerFingerprint) { grpc/grpc-operation-ledger-jpa/src/test/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerRepositoryTest.java:72: return new GrpcOperationIdentity(callerFingerprint, CREATE, KEY_HASH); grpc/grpc-operation-ledger-jpa/src/test/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerRepositoryTest.java:78: GrpcOperationIdentity id = identity("tenant-1.actor-1"); grpc/grpc-operation-ledger-jpa/src/test/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerRepositoryTest.java:84: assertThatThrownBy(() -> new GrpcOperationIdentity("", CREATE, KEY_HASH)) grpc/grpc-operation-ledger-jpa/src/test/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerRepositoryTest.java:87: assertThatThrownBy(() -> new GrpcOperationIdentity("caller", CREATE, "plain-key")) grpc/grpc-operation-ledger-jpa/src/test/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerRepositoryTest.java:95: GrpcOperationIdentity id = identity("tenant-1.actor-1"); grpc/grpc-operation-ledger-jpa/src/test/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerRepositoryTest.java:115: GrpcOperationIdentity id = identity("tenant-1.actor-1"); grpc/grpc-operation-ledger-jpa/src/test/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerRepositoryTest.java:138: GrpcOperationIdentity id = identity("tenant-1.actor-1"); grpc/grpc-operation-ledger-jpa/src/test/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerRepositoryTest.java:150: GrpcOperationIdentity id = identity("tenant-1.actor-1"); grpc/grpc-operation-ledger-jpa/src/test/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerRepositoryTest.java:161: GrpcOperationIdentity id = identity("tenant-1.actor-1"); grpc/grpc-operation-ledger-jpa/src/main/java/dev/caskeleton/grpc/ledger/JpaGrpcOperationLedger.java:35: GrpcOperationIdentity identity, String requestFingerprint, Instant now) { grpc/grpc-operation-ledger-jpa/src/main/java/dev/caskeleton/grpc/ledger/JpaGrpcOperationLedger.java:48: public Optional find(GrpcOperationIdentity identity) { grpc/grpc-operation-ledger-jpa/src/main/java/dev/caskeleton/grpc/ledger/JpaGrpcOperationLedger.java:54: public void markCommitted(GrpcOperationIdentity identity, String outcomeReference, Instant now) { grpc/grpc-operation-ledger-jpa/src/main/java/dev/caskeleton/grpc/ledger/JpaGrpcOperationLedger.java:71: public void markFailed(GrpcOperationIdentity identity, Instant now) { grpc/grpc-operation-ledger-jpa/src/main/java/dev/caskeleton/grpc/ledger/JpaGrpcOperationLedger.java:83: public void release(GrpcOperationIdentity identity) { grpc/grpc-operation-ledger-jpa/src/main/java/dev/caskeleton/grpc/ledger/JpaGrpcOperationLedger.java:88: private static void requireIdentity(GrpcOperationIdentity identity) { grpc/grpc-operation-ledger-jpa/src/main/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerEntity.java:62: GrpcOperationIdentity identity, String requestFingerprint, Instant claimedAt) { grpc/grpc-operation-ledger-jpa/src/main/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerEntity.java:74: GrpcOperationIdentity identity, String requestFingerprint, Instant claimedAt) { grpc/grpc-operation-ledger-jpa/src/main/java/dev/caskeleton/grpc/ledger/GrpcOperationLedgerEntity.java:139: public GrpcOperationLedgerRecord toRecord(GrpcOperationIdentity identity) {