Skip to content

Commit 3b6ae48

Browse files
release:release v1.7.0. (#165)
1 parent 3dcaaee commit 3b6ae48

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/ConsumerAPI.java

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public interface ConsumerAPI extends AutoCloseable, Closeable {
6666
* @return
6767
* @throws PolarisException
6868
*/
69+
@Deprecated
6970
InstancesResponse getHealthyInstancesInstance(GetHealthyInstancesRequest req) throws PolarisException;
7071

7172
/**

polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultConsumerAPI.java

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public InstancesResponse getHealthyInstances(GetHealthyInstancesRequest req) thr
9595
return syncFlow.commonSyncGetInstances(healthyRequest);
9696
}
9797

98-
@Deprecated
9998
@Override
10099
public InstancesResponse getHealthyInstancesInstance(GetHealthyInstancesRequest req) throws PolarisException {
101100
return getHealthyInstances(req);

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<properties>
6666
<!-- Project revision -->
67-
<revision>1.7.0-SNAPSHOT</revision>
67+
<revision>1.7.0</revision>
6868
<timestamp>${maven.build.timestamp}</timestamp>
6969
<skip.maven.deploy>false</skip.maven.deploy>
7070
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>

0 commit comments

Comments
 (0)