You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Pranshu (Jira)" <ji...@apache.org> on 2023/10/30 07:23:00 UTC

[jira] [Updated] (IO-819) Commons IO v2.15.0 is breaking android builds

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

Pranshu updated IO-819:
-----------------------
    Description: 
Hey we are using commons +commons-io:commons-io+ java package in out React Native app on the android side. 

Apparently the recently releases version v2.15.0 is breaking android builds, whereas versions <= v2.14.0 works well. 

Steps to Repro
1. Create a RN app 
npx react-native init CommonsIORepro

2. Add commons-io dep android/{*}app{*}/build.gradle

dependencies{    

        implementation "commons-io:commons-io:2.15.0"

}

 
3. yarn run start 
4. In a new terminal - yarn run android

  was:
Hey we are using commons +commons-io:commons-io+ java package in out React Native app on the android side. 

Apparently the recently releases version v2.15.0 is breaking android builds, whereas versions <= v2.14.0 works well. 

Steps to Repro
1. Create a RN app 
npx react-native init CommonsIORepro

2. Add commons-io dep android/{*}app{*}/build.gradle


dependencies {
    implementation "commons-io:commons-io:2.15.0"
}
 
3. yarn run start 
4. In a new terminal - yarn run android


> Commons IO v2.15.0 is breaking android builds
> ---------------------------------------------
>
>                 Key: IO-819
>                 URL: https://issues.apache.org/jira/browse/IO-819
>             Project: Commons IO
>          Issue Type: Bug
>    Affects Versions: 2.15.0
>         Environment: java --version
> openjdk 11.0.21 2023-10-17 LTS
> OpenJDK Runtime Environment Zulu11.68+17-CA (build 11.0.21+9-LTS)
> OpenJDK 64-Bit Server VM Zulu11.68+17-CA (build 11.0.21+9-LTS, mixed mode)
>  
> Mac OS 14.1 on Apple Silicon 
>            Reporter: Pranshu
>            Priority: Major
>         Attachments: stacktrace.txt
>
>
> Hey we are using commons +commons-io:commons-io+ java package in out React Native app on the android side. 
> Apparently the recently releases version v2.15.0 is breaking android builds, whereas versions <= v2.14.0 works well. 
> Steps to Repro
> 1. Create a RN app 
> npx react-native init CommonsIORepro
> 2. Add commons-io dep android/{*}app{*}/build.gradle
> dependencies{    
>         implementation "commons-io:commons-io:2.15.0"
> }
>  
> 3. yarn run start 
> 4. In a new terminal - yarn run android



--
This message was sent by Atlassian Jira
(v8.20.10#820010)