You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/14 13:14:20 UTC

[GitHub] [cordova-android] mosabab opened a new issue #1028: [Feature Request] Update Gradle version to 6.5.1

mosabab opened a new issue #1028:
URL: https://github.com/apache/cordova-android/issues/1028


   # Feature Request
   
   ## Motivation Behind Feature
   <!-- Why should this feature be implemented? What problem does it solve? -->
   The Gradle 6.5.1 has been released, it is good to implement this new version to Cordova Android.
   
   
   ## Feature Description
   <!--
   Describe your feature request in detail
   Please provide any code examples or screenshots of what this feature would look like
   Are there any drawbacks? Will this break anything for existing users?
   -->
   Gradle 6.5.1 includes an experimental opt-in for the file-system watching feature that significantly improves build times, particularly in incremental scenarios. This is the first in a series of major improvements in the area planned over the course of several upcoming releases.
   
   There are also several other improvements including a better version ordering, new samples and many bug fixes. This release also contains an important security fix for builds that sign artifacts.
   
   
   ## Alternatives or Workarounds
   <!--
   Describe alternatives or workarounds you are currently using
   Are there ways to do this with existing functionality?
   -->
   
   
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] mosabab closed issue #1028: [Feature Request] Update Gradle version to 6.6

Posted by GitBox <gi...@apache.org>.
mosabab closed issue #1028:
URL: https://github.com/apache/cordova-android/issues/1028


   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] alexhaller commented on issue #1028: [Feature Request] Update Gradle version to 6.5.1

Posted by GitBox <gi...@apache.org>.
alexhaller commented on issue #1028:
URL: https://github.com/apache/cordova-android/issues/1028#issuecomment-671856609


   Gradle 6.6 is out! Are you checking updating to this version?


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] mosabab edited a comment on issue #1028: [Feature Request] Update Gradle version to 6.5.1

Posted by GitBox <gi...@apache.org>.
mosabab edited a comment on issue #1028:
URL: https://github.com/apache/cordova-android/issues/1028#issuecomment-658208911


   > In general, it's always nice to keep up to date with the latest patch so I give my 👍 and I'll support a PR that upgrades gradle to 6.5.1 but a couple of notes:
   > 
   > Cordova generally doesn't support experimental features, so I don't foresee us interfacing with this feature at this time. Of course, this doesn't mean that the end-user cannot enable the feature themselves once 6.5.1 is used.
   > 
   > The security fix mentioned in 6.5.1 actually landed in 6.5, which you can see if you click on the link for more details at https://docs.gradle.org/6.5.1/release-notes.html#security or by viewing the actual [CVE](https://github.com/gradle/gradle/security/advisories/GHSA-ww7h-4fx5-8c2j), so `cordova-android@9` is already using the patched gradle version.
   
   Thanks for reply,
   
   I don't foresee from cordova developers to add Gradle 6.5.1 to Cordova Android for now.
   
   Recently I found that Gradle has a new version which is > current version that using in cordova-android, so, I just open this request to let Cordova-Android Developers know to keep cordova-android updated to latest features of any required tools that needed to build Android Apps.
   
   So, we continue updated cordova projects to meet any new releases of any required tools to avoid any issues in the future.
   
   Regards


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] mosabab edited a comment on issue #1028: [Feature Request] Update Gradle version to 6.6

Posted by GitBox <gi...@apache.org>.
mosabab edited a comment on issue #1028:
URL: https://github.com/apache/cordova-android/issues/1028#issuecomment-671872657


   > Gradle 6.6 is out! Are you checking updating to this version?
   
   I will change the title of this to 6.6 with release notes.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] mosabab commented on issue #1028: [Feature Request] Update Gradle version to 6.5.1

Posted by GitBox <gi...@apache.org>.
mosabab commented on issue #1028:
URL: https://github.com/apache/cordova-android/issues/1028#issuecomment-671872657


   > Gradle 6.6 is out! Are you checking updating to this version?
   
   I will change the title of this to 6.6


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] breautek commented on issue #1028: [Feature Request] Update Gradle version to 6.5.1

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1028:
URL: https://github.com/apache/cordova-android/issues/1028#issuecomment-658177089


   In general, it's always nice to keep up to date with the latest patch so I give my :+1: and I'll support a PR that upgrades gradle to 6.5.1 but a couple of notes:
   
   Cordova generally doesn't support experimental features, so I don't foresee us interfacing with this feature at this time. Of course, this doesn't mean that the end-user cannot enable the feature themselves once 6.5.1 is used.
   
   The security fix mentioned in 6.5.1 actually landed in 6.5, which you can see if you click on the link for more details at https://docs.gradle.org/6.5.1/release-notes.html#security or by viewing the actual [CVE](https://github.com/gradle/gradle/security/advisories/GHSA-ww7h-4fx5-8c2j), so `cordova-android@9` is already using the patched gradle version.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] mosabab edited a comment on issue #1028: [Feature Request] Update Gradle version to 6.5.1

Posted by GitBox <gi...@apache.org>.
mosabab edited a comment on issue #1028:
URL: https://github.com/apache/cordova-android/issues/1028#issuecomment-658208911


   > In general, it's always nice to keep up to date with the latest patch so I give my 👍 and I'll support a PR that upgrades gradle to 6.5.1 but a couple of notes:
   > 
   > Cordova generally doesn't support experimental features, so I don't foresee us interfacing with this feature at this time. Of course, this doesn't mean that the end-user cannot enable the feature themselves once 6.5.1 is used.
   > 
   > The security fix mentioned in 6.5.1 actually landed in 6.5, which you can see if you click on the link for more details at https://docs.gradle.org/6.5.1/release-notes.html#security or by viewing the actual [CVE](https://github.com/gradle/gradle/security/advisories/GHSA-ww7h-4fx5-8c2j), so `cordova-android@9` is already using the patched gradle version.
   
   Thanks for reply,
   
   I don't foresee from cordova developers to add Gradle 6.5.1 to Cordova Android for now.
   
   Recently I found that Gradle has a new version which is > current version that using in cordova-android, so, I just open this request to let Cordova-Android Developers know to keep cordova-android updated to latest features of any required tools that needed to build Android Apps.
   
   Regards


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] mosabab commented on issue #1028: [Feature Request] Update Gradle version to 6.5.1

Posted by GitBox <gi...@apache.org>.
mosabab commented on issue #1028:
URL: https://github.com/apache/cordova-android/issues/1028#issuecomment-658208911


   > In general, it's always nice to keep up to date with the latest patch so I give my 👍 and I'll support a PR that upgrades gradle to 6.5.1 but a couple of notes:
   > 
   > Cordova generally doesn't support experimental features, so I don't foresee us interfacing with this feature at this time. Of course, this doesn't mean that the end-user cannot enable the feature themselves once 6.5.1 is used.
   > 
   > The security fix mentioned in 6.5.1 actually landed in 6.5, which you can see if you click on the link for more details at https://docs.gradle.org/6.5.1/release-notes.html#security or by viewing the actual [CVE](https://github.com/gradle/gradle/security/advisories/GHSA-ww7h-4fx5-8c2j), so `cordova-android@9` is already using the patched gradle version.
   
   Thanks for reply,
   
   I don't foresee from cordova developers to Add Gradle 6.5.1 to Cordova Android for now.
   
   Recently I found that Gradle has a new version, so, I just open this request to let All Cordova-Android Developers know to keep cordova-android updated to latest features of any required tools that needed to build Android Apps.
   
   Regards


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org