Skip to content

Remove the use of Bintray from release pipeline #25107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dreis2211 opened this issue Feb 4, 2021 · 1 comment
Closed

Remove the use of Bintray from release pipeline #25107

dreis2211 opened this issue Feb 4, 2021 · 1 comment
Assignees
Labels
type: task A general task
Milestone

Comments

@dreis2211
Copy link
Contributor

Hi,

I think Boot might be affected by the Bintray shutdown announced here: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

I guess mostly the release scripts flow needs to be addressed. Feel free to close this if Boot is not affected, of course.

Cheers,
Christoph

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 4, 2021
@wilkinsona wilkinsona changed the title Evaluate impact of bintray shutdown Remove the use of Bintray from release pipeline Feb 4, 2021
@wilkinsona wilkinsona added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 4, 2021
@wilkinsona wilkinsona added this to the 2.3.x milestone Feb 4, 2021
@wilkinsona
Copy link
Member

We're affected and have started looking at what we'll need to do to update our release process. The largest unknown at the moment is publishing our Gradle plugin to the Plugin Portal. We rely on Bintray for that at the moment and there's no alternative that fits with our current release process.

@philwebb philwebb modified the milestones: 2.3.x, 2.2.x Feb 4, 2021
@wilkinsona wilkinsona self-assigned this Feb 9, 2021
@wilkinsona wilkinsona modified the milestones: 2.2.x, 2.3.x Feb 9, 2021
@wilkinsona wilkinsona modified the milestones: 2.3.x, 2.3.9 Feb 17, 2021
bclozel pushed a commit to spring-io/concourse-release-scripts that referenced this issue Mar 9, 2021
This commit reworks the CI pipeline to remove the use of Bintray for
publishing to Maven Central. In its place it adds a new
publishToCentral command to the release scripts. This command can be
used to publish a directory tree of artifacts to the Maven Central
gateway hosted by Sonatype.

Publishing consists of 4 steps:

1. Create the staging repository
2. Deploy artifacts to the repository
3. Close the repository
4. Release the repository

The command requires 3 arguments:

1. The type of release being performed
2. Location of a build info JSON file that describes the release
   that is to be deployed
3. Root of a directory structure, in Maven repository layout, that
   contains the artifacts to be deployed

Closes gh-7
See spring-projects/spring-boot#25107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

4 participants