You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/11/17 18:30:33 UTC

[GitHub] [netbeans] lkishalmi opened a new pull request #3322: Use Gradle distribution service and public repo for their binaries.

lkishalmi opened a new pull request #3322:
URL: https://github.com/apache/netbeans/pull/3322


   Well, this one became a bit more complex than originally I'd liked.
   
   Let's see what the CI and the reviewers say for this.
   


-- 
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@netbeans.apache.org

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



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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi commented on pull request #3322: Use Gradle distribution service and public repo for their binaries.

Posted by GitBox <gi...@apache.org>.
lkishalmi commented on pull request #3322:
URL: https://github.com/apache/netbeans/pull/3322#issuecomment-974940806


   Closed in favor of #3326 


-- 
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@netbeans.apache.org

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



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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on pull request #3322: Use Gradle distribution service and public repo for their binaries.

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on pull request #3322:
URL: https://github.com/apache/netbeans/pull/3322#issuecomment-972023291


   For the download mechanics I don't think using a maven based approach here does not work sanely. Maven central has one main benefit: It is a one stop solution with a big mirror network. Gradle decided not to benefit from that and roll their own distribution.
   
   In the end it is just another server we have to download from, so why pretend otherwise? We will have to face this in other contexts and will have do discuss how many/which servers are acceptable for this. The implementation for external files from arbitrary URLs can be found here:
   
   https://github.com/matthiasblaesing/netbeans/commit/eea97fed303aef87dfc11402cc7921d6b57cc056
   
   And based on that this is the gradle work:
   
   https://github.com/matthiasblaesing/netbeans/commit/0043892b0fd49facf0bb4b471877f624e808e918
   
   This way the download mechanic is still in one place and license and notice handling are still centraliced.


-- 
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@netbeans.apache.org

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



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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien commented on pull request #3322: Use Gradle distribution service and public repo for their binaries.

Posted by GitBox <gi...@apache.org>.
mbien commented on pull request #3322:
URL: https://github.com/apache/netbeans/pull/3322#issuecomment-972046608


   haven't tested it yet but i do like that everything is now using the same 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.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

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



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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi commented on pull request #3322: Use Gradle distribution service and public repo for their binaries.

Posted by GitBox <gi...@apache.org>.
lkishalmi commented on pull request #3322:
URL: https://github.com/apache/netbeans/pull/3322#issuecomment-972074564


   @matthiasblaesing I've checked your commit regaring the Gradle upgrade. If you make a PR on that, I'd happily suppot that one over this.
   
   As of why Gradle did not go with Maven central, I can understand them. They probably needs their download stats, and maybe other things as well. The binaries are distributed using Amazon Cloudfront, so it has also benefits a wide range of "mirrors".
   


-- 
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@netbeans.apache.org

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



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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi edited a comment on pull request #3322: Use Gradle distribution service and public repo for their binaries.

Posted by GitBox <gi...@apache.org>.
lkishalmi edited a comment on pull request #3322:
URL: https://github.com/apache/netbeans/pull/3322#issuecomment-972074564


   @matthiasblaesing I've checked your commit regarding the Gradle upgrade. If you make a PR on that, I'd happily support that one over this.
   
   As of why Gradle did not go with Maven central, I can understand them. They probably needs their download stats, and maybe other things as well. The binaries are distributed using Amazon Cloudfront, so it has also benefits a wide range of "mirrors".
   


-- 
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@netbeans.apache.org

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



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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi closed pull request #3322: Use Gradle distribution service and public repo for their binaries.

Posted by GitBox <gi...@apache.org>.
lkishalmi closed pull request #3322:
URL: https://github.com/apache/netbeans/pull/3322


   


-- 
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@netbeans.apache.org

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



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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists