You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/06/16 10:20:03 UTC

[GitHub] [flink] zentol opened a new pull request, #19990: [FLINK-28095][oss] Replace commons-io IOUtils dependency

zentol opened a new pull request, #19990:
URL: https://github.com/apache/flink/pull/19990

   The oss fs has a dependency on commons-io which is sneakily provided by flink-fs-hadoop-shaded. To support Maven 3.3+ we either need to remove this dependency or declare it expliticly.
   
   I opted for replacing it with the Flink IOUtils because it's less of a hassle.


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] flinkbot commented on pull request #19990: [FLINK-28095][oss] Replace commons-io IOUtils dependency

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #19990:
URL: https://github.com/apache/flink/pull/19990#issuecomment-1157497700

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b03882ca4b9fef55c1ea3932137209a536576e89",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b03882ca4b9fef55c1ea3932137209a536576e89",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b03882ca4b9fef55c1ea3932137209a536576e89 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] zentol merged pull request #19990: [FLINK-28095][oss] Replace commons-io IOUtils dependency

Posted by GitBox <gi...@apache.org>.
zentol merged PR #19990:
URL: https://github.com/apache/flink/pull/19990


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] zentol commented on pull request #19990: [FLINK-28095][oss] Replace commons-io IOUtils dependency

Posted by GitBox <gi...@apache.org>.
zentol commented on PR #19990:
URL: https://github.com/apache/flink/pull/19990#issuecomment-1157755595

   @flinkbot run azure


-- 
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: issues-unsubscribe@flink.apache.org

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