Skip to content

Commit 1696cd5

Browse files
committed
Merge remote-tracking branch 'origin/main' into delta-xds-non-breaking-slonka-hash-bytes
# Conflicts: # server/src/main/java/io/envoyproxy/controlplane/server/V2DiscoveryServer.java
2 parents 3bb76ee + c8484a3 commit 1696cd5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cache/src/main/java/io/envoyproxy/controlplane/cache/v2/SimpleCache.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import io.envoyproxy.controlplane.cache.NodeGroup;
44

5+
@Deprecated
56
public class SimpleCache<T> extends io.envoyproxy.controlplane.cache.SimpleCache<T, Snapshot> {
67
public SimpleCache(NodeGroup<T> nodeGroup) {
78
super(nodeGroup);

cache/src/main/java/io/envoyproxy/controlplane/cache/v2/Snapshot.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* {@code Snapshot} is a data class that contains an internally consistent snapshot of v2 xDS
2727
* resources. Snapshots should have distinct versions per node group.
2828
*/
29+
@Deprecated
2930
@AutoValue
3031
public abstract class Snapshot extends io.envoyproxy.controlplane.cache.Snapshot {
3132

server/src/main/java/io/envoyproxy/controlplane/server/V2DiscoveryServer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import java.util.Collections;
2525
import java.util.List;
2626

27+
@Deprecated
2728
public class V2DiscoveryServer extends DiscoveryServer<DiscoveryRequest, DiscoveryResponse, DeltaDiscoveryRequest,
2829
DeltaDiscoveryResponse, Resource> {
2930

0 commit comments

Comments
 (0)