You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/11/05 06:04:13 UTC

[GitHub] [shardingsphere] kimmking commented on issue #8017: Refactor for govenanceSPI to typedSPI

kimmking commented on issue #8017:
URL: https://github.com/apache/shardingsphere/issues/8017#issuecomment-722162608


   In step 4, we can compare jars list diff here:
   ```
   $ diff origin.txt jarslist.txt
   0a1,2
   > animal-sniffer-annotations-1.18.jar
   > annotations-4.1.1.4.jar
   1a4,8
   > aopalliance-1.0.jar
   > apollo-client-1.5.0.jar
   > apollo-core-1.5.0.jar
   > apollo-mockserver-1.5.0.jar
   > apollo-openapi-1.5.0.jar
   6a14
   > commons-io-2.2.jar
   7a16
   > commons-lang3-3.4.jar
   11a21
   > failsafe-2.3.3.jar
   12a23
   > fastjson-1.2.58.jar
   13a25,33
   > grpc-api-1.27.1.jar
   > grpc-context-1.27.1.jar
   > grpc-core-1.27.1.jar
   > grpc-grpclb-1.27.1.jar
   > grpc-netty-1.27.1.jar
   > grpc-protobuf-1.27.1.jar
   > grpc-protobuf-lite-1.27.1.jar
   > grpc-stub-1.27.1.jar
   > gson-2.8.6.jar
   14a35
   > guice-4.1.0.jar
   15a37,38
   > httpclient-4.5.6.jar
   > httpcore-4.4.10.jar
   16a40,43
   > jackson-annotations-2.9.10.jar
   > jackson-core-2.9.10.jar
   > jackson-databind-2.9.10.jar
   > javax.inject-1.jar
   17a45,47
   > jetcd-common-0.5.0.jar
   > jetcd-core-0.5.0.jar
   > jetcd-resolver-0.5.0.jar
   19a50
   > jul-to-slf4j-1.7.7.jar
   23a55,58
   > mockwebserver-3.11.0.jar
   > nacos-api-1.1.4.jar
   > nacos-client-1.1.4.jar
   > nacos-common-1.1.4.jar
   25,32c60,71
   < netty-buffer-4.1.45.Final.jar
   < netty-codec-4.1.45.Final.jar
   < netty-common-4.1.45.Final.jar
   < netty-handler-4.1.45.Final.jar
   < netty-resolver-4.1.45.Final.jar
   < netty-transport-4.1.45.Final.jar
   < netty-transport-native-epoll-4.1.45.Final.jar
   < netty-transport-native-unix-common-4.1.45.Final.jar
   ---
   > netty-buffer-4.1.42.Final.jar
   > netty-codec-4.1.42.Final.jar
   > netty-codec-http-4.1.42.Final.jar
   > netty-codec-http2-4.1.42.Final.jar
   > netty-codec-socks-4.1.42.Final.jar
   > netty-common-4.1.42.Final.jar
   > netty-handler-4.1.42.Final.jar
   > netty-handler-proxy-4.1.42.Final.jar
   > netty-resolver-4.1.42.Final.jar
   > netty-transport-4.1.42.Final.jar
   > okhttp-3.11.0.jar
   > okio-1.14.0.jar
   35a75
   > perfmark-api-0.19.0.jar
   36a77,79
   > proto-google-common-protos-1.17.0.jar
   > protobuf-java-3.11.0.jar
   > protobuf-java-util-3.11.0.jar
   51a95,97
   > shardingsphere-governance-repository-apollo-5.0.0-alpha.jar
   > shardingsphere-governance-repository-etcd-5.0.0-alpha.jar
   > shardingsphere-governance-repository-nacos-5.0.0-alpha.jar
   94a141
   > simpleclient-0.6.0.jar
   ```
   
   1. only netty jar conflict
   2. more licenses should be added to list 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org