You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/03/09 14:38:00 UTC

[jira] [Updated] (ARROW-15889) [Java][FlightRPC] "Used undeclared dependencies found" due to netty-transport-native-kqueue

     [ https://issues.apache.org/jira/browse/ARROW-15889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Li updated ARROW-15889:
-----------------------------
    Description: 
Similar to ARROW-15831 we should remove kqueue from the dependencies (it's not strictly required). This is causing the java-jars build to fail.

[https://github.com/ursacomputing/crossbow/runs/5476050658?check_suite_focus=true]
{noformat}
2022-03-09T12:56:20.3740860Z [INFO] --- maven-dependency-plugin:3.0.1:analyze-only (analyze) @ flight-core ---
2022-03-09T12:56:20.5028740Z [WARNING] Used undeclared dependencies found:
2022-03-09T12:56:20.5030090Z [WARNING]    io.netty:netty-transport-classes-kqueue:jar:4.1.72.Final:compile
2022-03-09T12:56:20.5030840Z [WARNING] Unused declared dependencies found:
2022-03-09T12:56:20.5036430Z [WARNING]    io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.72.Final:compile
2022-03-09T12:56:20.5037370Z [INFO] ------------------------------------------------------------------------ {noformat}

  was:
Similar to ARROW-15831 we should remove kqueue from the dependencies (it's not strictly required). This is causing the java-jars build to fail.
{noformat}
2022-03-09T12:56:20.3740860Z [INFO] --- maven-dependency-plugin:3.0.1:analyze-only (analyze) @ flight-core ---
2022-03-09T12:56:20.5028740Z [WARNING] Used undeclared dependencies found:
2022-03-09T12:56:20.5030090Z [WARNING]    io.netty:netty-transport-classes-kqueue:jar:4.1.72.Final:compile
2022-03-09T12:56:20.5030840Z [WARNING] Unused declared dependencies found:
2022-03-09T12:56:20.5036430Z [WARNING]    io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.72.Final:compile
2022-03-09T12:56:20.5037370Z [INFO] ------------------------------------------------------------------------ {noformat}


> [Java][FlightRPC] "Used undeclared dependencies found" due to netty-transport-native-kqueue
> -------------------------------------------------------------------------------------------
>
>                 Key: ARROW-15889
>                 URL: https://issues.apache.org/jira/browse/ARROW-15889
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: FlightRPC, Java
>            Reporter: David Li
>            Priority: Major
>
> Similar to ARROW-15831 we should remove kqueue from the dependencies (it's not strictly required). This is causing the java-jars build to fail.
> [https://github.com/ursacomputing/crossbow/runs/5476050658?check_suite_focus=true]
> {noformat}
> 2022-03-09T12:56:20.3740860Z [INFO] --- maven-dependency-plugin:3.0.1:analyze-only (analyze) @ flight-core ---
> 2022-03-09T12:56:20.5028740Z [WARNING] Used undeclared dependencies found:
> 2022-03-09T12:56:20.5030090Z [WARNING]    io.netty:netty-transport-classes-kqueue:jar:4.1.72.Final:compile
> 2022-03-09T12:56:20.5030840Z [WARNING] Unused declared dependencies found:
> 2022-03-09T12:56:20.5036430Z [WARNING]    io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.72.Final:compile
> 2022-03-09T12:56:20.5037370Z [INFO] ------------------------------------------------------------------------ {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)