-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring cloud version upgraded, loadBalancer replaced ribbon #4958
Conversation
...ns/linkis-rpc/src/main/java/org/apache/linkis/rpc/conf/EurekaClientCacheManualRefresher.java
Show resolved
Hide resolved
...ns/linkis-rpc/src/main/java/org/apache/linkis/rpc/conf/EurekaClientCacheManualRefresher.java
Outdated
Show resolved
Hide resolved
...pc/src/main/java/org/apache/linkis/rpc/loadbalancer/ServiceInstancePriorityLoadBalancer.java
Outdated
Show resolved
Hide resolved
<groupId>io.springfox</groupId> | ||
<artifactId>springfox-spring-webmvc</artifactId> | ||
<version>${springfox.version}</version> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is spring gateway use the springfox-spring-webmvc dependency?
...ateway-core/src/main/scala/org/apache/linkis/gateway/config/GatewaySpringConfiguration.scala
Outdated
Show resolved
Hide resolved
<knife4j.version>2.0.9</knife4j.version> | ||
<springfox.version>2.10.5</springfox.version> | ||
<knife4j.version>3.0.3</knife4j.version> | ||
<springfox.version>3.0.0</springfox.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can use knife4j 4.x, and springdoc replace?
...ns/linkis-rpc/src/main/java/org/apache/linkis/rpc/conf/EurekaClientCacheManualRefresher.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Spring cloud version upgraded and loadBalancer replaced ribbon
Compatible with nacos