linghengqian commented on issue #21347: URL: https://github.com/apache/shardingsphere/issues/21347#issuecomment-1287861777
- I saw some incorrectly imported metadata at https://github.com/apache/shardingsphere/actions/runs/3303870293/jobs/5452309095 . Looks like most of it is related to Netty. I'm not quite sure what I need to do, considering that the Spring community actually has this problem. Reference https://twitter.com/sdeleuze/status/1583493681386225664?t=2IBnsStmiaTmiqU_BqwpMw&s=19 . - The dependencies of the metadata involved are as follows. ```groovy implementation 'com.github.luben:zstd-jni:1.5.2-5' implementation 'org.conscrypt:conscrypt-openjdk-uber:2.5.2' implementation 'io.github.zawn:logback-lite:1.2.3' implementation 'com.aayushatharva.brotli4j:native-windows-x86_64:1.8.0' implementation 'com.ning:compress-lzf:1.1' implementation 'io.netty:netty-codec:4.1.84.Final' implementation 'net.jpountz.lz4:lz4:1.3.0' ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
