[type:refactor] remove springcloud plugin and refactor discovery plugin.#5812
Merged
moremind merged 100 commits intoapache:masterfrom Mar 14, 2025
Merged
[type:refactor] remove springcloud plugin and refactor discovery plugin.#5812moremind merged 100 commits intoapache:masterfrom
moremind merged 100 commits intoapache:masterfrom
Conversation
…factor-discovery-v2
# Conflicts: # shenyu-registry/shenyu-registry-eureka/pom.xml
# Conflicts: # shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-springcloud/src/main/java/org/apache/shenyu/plugin/springcloud/SpringCloudPlugin.java
# Conflicts: # db/init/mysql/schema.sql # db/init/ob/schema.sql # db/init/og/create-table.sql # db/init/oracle/schema.sql # db/init/pg/create-table.sql # shenyu-admin/src/main/java/org/apache/shenyu/admin/discovery/AbstractDiscoveryProcessor.java # shenyu-admin/src/main/java/org/apache/shenyu/admin/service/impl/DiscoveryServiceImpl.java # shenyu-admin/src/main/resources/sql-script/h2/schema.sql # shenyu-client/shenyu-client-http/shenyu-client-springcloud/pom.xml # shenyu-client/shenyu-client-http/shenyu-client-springcloud/src/main/java/org/apache/shenyu/client/springcloud/init/SpringCloudClientEventListener.java # shenyu-client/shenyu-client-http/shenyu-client-springcloud/src/main/java/org/apache/shenyu/client/springcloud/register/SpringCloudApiMetaRegister.java # shenyu-discovery/pom.xml # shenyu-discovery/shenyu-discovery-api/pom.xml # shenyu-discovery/shenyu-discovery-etcd/pom.xml # shenyu-discovery/shenyu-discovery-etcd/src/main/java/org/apache/shenyu/discovery/etcd/EtcdDiscoveryService.java # shenyu-discovery/shenyu-discovery-eureka/pom.xml # shenyu-discovery/shenyu-discovery-eureka/src/main/java/org/apache/shenyu/discovery/eureka/EurekaDiscoveryService.java # shenyu-discovery/shenyu-discovery-nacos/pom.xml # shenyu-discovery/shenyu-discovery-nacos/src/main/java/org/apache/shenyu/discovery/nacos/NacosDiscoveryService.java # shenyu-discovery/shenyu-discovery-zookeeper/pom.xml # shenyu-discovery/shenyu-discovery-zookeeper/src/main/java/org/apache/shenyu/discovery/zookeeper/ZookeeperDiscoveryService.java # shenyu-integrated-test/shenyu-integrated-test-k8s-ingress-spring-cloud/pom.xml # shenyu-kubernetes-controller/src/main/java/org/apache/shenyu/k8s/parser/SpringCloudParser.java # shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-springcloud/pom.xml # shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-springcloud/src/main/java/org/apache/shenyu/plugin/springcloud/SpringCloudPlugin.java # shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-springcloud/src/main/java/org/apache/shenyu/plugin/springcloud/handler/SpringCloudPluginDataHandler.java # shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-springcloud/src/main/java/org/apache/shenyu/plugin/springcloud/loadbalance/ShenyuSpringCloudServiceChooser.java # shenyu-spring-boot-starter/shenyu-spring-boot-starter-client/shenyu-spring-boot-starter-client-springcloud/pom.xml # shenyu-spring-boot-starter/shenyu-spring-boot-starter-plugin/shenyu-spring-boot-starter-plugin-springcloud/pom.xml
moremind
previously approved these changes
Mar 10, 2025
# Conflicts: # db/init/mysql/schema.sql
…factor-discovery-v2
moremind
approved these changes
Mar 13, 2025
|
移除springcloud插件后,低版本使用springcloud要怎么升级上来呢 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make sure that:
./mvnw clean install -Dmaven.javadoc.skip=true.