You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/08/24 06:50:34 UTC

[GitHub] [incubator-linkis] binbinCheng opened a new pull request, #2971: exclude netty-3.6.2.Final.jar dependencies

binbinCheng opened a new pull request, #2971:
URL: https://github.com/apache/incubator-linkis/pull/2971

   exclude netty-3.6.2.Final.jar dependencies
   Related issue #2970 


-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone commented on pull request #2971: exclude netty-3.6.2.Final.jar dependencies

Posted by GitBox <gi...@apache.org>.
casionone commented on PR #2971:
URL: https://github.com/apache/incubator-linkis/pull/2971#issuecomment-1225306174

   ```
   lib/linkis-engineconn-plugins/jdbc/dist/v4/lib/netty-3.6.2.Final.jar
   lib/linkis-public-enhancements/linkis-ps-metadataquery/service/hive/netty-3.6.2.Final.jar
   ```
   
   linkis-commons/linkis-storage/pom.xml
   
   ```
   <dependency>
         <groupId>org.apache.linkis</groupId>
         <artifactId>linkis-hadoop-common</artifactId>
         <version>${project.version}</version>
         <exclusions>
           <exclusion>
             <groupId>com.google.protobuf</groupId>
             <artifactId>protobuf-java</artifactId>
           </exclusion>
           <exclusion>
             <artifactId>netty</artifactId>
             <groupId>io.netty</groupId>
           </exclusion>
         </exclusions>
   </dependency> 
   ```
   this pom dependency need to excluded 


-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [incubator-linkis] codecov[bot] commented on pull request #2971: exclude netty-3.6.2.Final.jar dependencies

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #2971:
URL: https://github.com/apache/incubator-linkis/pull/2971#issuecomment-1225341771

   # [Codecov](https://codecov.io/gh/apache/incubator-linkis/pull/2971?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#2971](https://codecov.io/gh/apache/incubator-linkis/pull/2971?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (496f59d) into [dev-1.3.1](https://codecov.io/gh/apache/incubator-linkis/commit/393fb5e39847f41c81086661e7ae96abf0341eb8?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (393fb5e) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@               Coverage Diff               @@
   ##             dev-1.3.1    #2971      +/-   ##
   ===============================================
   - Coverage        15.93%   15.92%   -0.01%     
   + Complexity        1336     1335       -1     
   ===============================================
     Files              742      742              
     Lines            24517    24517              
     Branches          3481     3481              
   ===============================================
   - Hits              3907     3905       -2     
   - Misses           20104    20106       +2     
     Partials           506      506              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/incubator-linkis/pull/2971?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/linkis/scheduler/queue/LoopArrayQueue.scala](https://codecov.io/gh/apache/incubator-linkis/pull/2971/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlua2lzLWNvbW1vbnMvbGlua2lzLXNjaGVkdWxlci9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2xpbmtpcy9zY2hlZHVsZXIvcXVldWUvTG9vcEFycmF5UXVldWUuc2NhbGE=) | `30.90% <0.00%> (-1.82%)` | :arrow_down: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone merged pull request #2971: [ISSUE-2970]exclude netty-3.6.2.Final.jar dependencies

Posted by GitBox <gi...@apache.org>.
casionone merged PR #2971:
URL: https://github.com/apache/incubator-linkis/pull/2971


-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org