Skip to content

Commit

Permalink
Bug 37564029 - Build: NamedCacheProxyProtocolIT throws class cast exc…
Browse files Browse the repository at this point in the history
…eption

(merge main -> ce/main 114204)

[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 114205]
  • Loading branch information
thegridman committed Feb 7, 2025
1 parent ccd3bd9 commit 1cf8afe
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 86 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
* Copyright (c) 2000, 2025, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* https://oss.oracle.com/licenses/upl.
Expand All @@ -8,7 +8,6 @@
package grpc.proxy.version_1;

import com.google.protobuf.InvalidProtocolBufferException;
import com.google.protobuf.Message;
import com.oracle.coherence.common.base.Logger;
import com.oracle.coherence.grpc.BinaryHelper;
import com.oracle.coherence.grpc.messages.cache.v1.MapEventMessage;
Expand All @@ -17,11 +16,9 @@
import com.oracle.coherence.grpc.messages.proxy.v1.ProxyResponse;
import com.tangosol.io.Serializer;
import com.tangosol.net.cache.CacheEvent;
import com.tangosol.util.MapEvent;
import com.tangosol.util.MapListener;
import com.tangosol.util.ObservableMap;
import com.tangosol.util.WrapperObservableMap;
import grpc.proxy.TestStreamObserver;
import io.reactivex.rxjava3.annotations.NonNull;

import java.util.ArrayList;
Expand All @@ -33,7 +30,7 @@
import java.util.function.Consumer;

public class ListenableStreamObserver
extends TestStreamObserver<ProxyResponse>
extends TestProxyResponseStreamObserver
{

@Override
Expand Down
Loading

0 comments on commit 1cf8afe

Please sign in to comment.