Skip to content

Commit

Permalink
Merge branch 'main' into main-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lepdou authored Aug 2, 2022
2 parents d7bdf4d + 4ed19e2 commit dddbe35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
---

- [Feature: support ribbon service-level rule customization](https://github.com/Tencent/spring-cloud-tencent/pull/478)
- [Feature: delete implement ServiceInstance](https://github.com/Tencent/spring-cloud-tencent/pull/481)
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import org.apache.commons.lang.StringUtils;

import org.springframework.cloud.client.DefaultServiceInstance;
import org.springframework.cloud.client.ServiceInstance;
import org.springframework.cloud.client.serviceregistry.Registration;
import org.springframework.lang.Nullable;
import org.springframework.util.CollectionUtils;
Expand All @@ -40,7 +39,7 @@
*
* @author Haotian Zhang, Andrew Shan, Jie Cheng, Palmer.Xu
*/
public class PolarisRegistration implements Registration, ServiceInstance {
public class PolarisRegistration implements Registration {

private final static String METADATA_KEY_IP = "internal-ip";

Expand Down

0 comments on commit dddbe35

Please sign in to comment.