You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Aurélien Pupier (Jira)" <ji...@apache.org> on 2021/03/17 15:54:00 UTC

[jira] [Comment Edited] (GROOVY-9989) Investigate impact of Bintray/JCenter shutdown

    [ https://issues.apache.org/jira/browse/GROOVY-9989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303517#comment-17303517 ] 

Aurélien Pupier edited comment on GROOVY-9989 at 3/17/21, 3:53 PM:
-------------------------------------------------------------------

provided PRs for Ivy related impact: https://github.com/apache/groovy/pull/1525 https://github.com/apache/groovy/pull/1524 https://github.com/apache/groovy/pull/1523.

it remains other impacts:
* download of Groovy is pointing to bintray:
** https://github.com/apache/groovy/blob/master/README.adoc#downloading
** https://github.com/apache/groovy/blob/master/src/spec/doc/core-getting-started.adoc#stable
** so I guess there is a mechanism to update somewhere to stop trying to upload to bintray?
* badges on readme https://github.com/apache/groovy/blame/master/README.adoc#L34-L37
* a gradle config https://github.com/apache/groovy/blob/96e5cd2deef25d07b1ec9dc66467b0046612038e/buildSrc/src/main/groovy/org.apache.groovy-common.gradle#L53


was (Author: apupier):
provided PRs for Ivy related impact: https://github.com/apache/groovy/pull/1525 https://github.com/apache/groovy/pull/1524 https://github.com/apache/groovy/pull/1523.

it remains other impacts:
* download of Groovy is pointing to bintray:
** https://github.com/apache/groovy/blob/master/README.adoc#downloading
** https://github.com/apache/groovy/blob/master/src/spec/doc/core-getting-started.adoc#stable
** so I guess there is a mechanism to update somewhere to stop trying to upload to bintray?
* badges on readme https://github.com/apache/groovy/blame/master/README.adoc#L34-L37
* a gradel config https://github.com/apache/groovy/blob/96e5cd2deef25d07b1ec9dc66467b0046612038e/buildSrc/src/main/groovy/org.apache.groovy-common.gradle#L53

> Investigate impact of Bintray/JCenter shutdown
> ----------------------------------------------
>
>                 Key: GROOVY-9989
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9989
>             Project: Groovy
>          Issue Type: Task
>          Components: Grape
>    Affects Versions: 2.5.14, 3.0.7, 4.0.0-alpha-2
>            Reporter: Aurélien Pupier
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> on 1st May 2021, the Bintray/Jcenter service will be shutdown.
> https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
> Groovy -> Grape -> Ivy chained dependency is using jcenter.
> Opened an isue a month ago https://issues.apache.org/jira/browse/IVY-1626 without reaction.
> Either:
> * integrate a version with a fix defaults when available (grape -> groovy)
> * provide a config to override the defaults



--
This message was sent by Atlassian Jira
(v8.3.4#803005)