Skip to content
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

Remove dependency on jcenter #608

Closed
artursouza opened this issue Aug 24, 2021 · 4 comments · Fixed by #648
Closed

Remove dependency on jcenter #608

artursouza opened this issue Aug 24, 2021 · 4 comments · Fixed by #648
Assignees
Labels
good first issue Good for newcomers kind/bug Something isn't working P1 size/XS triaged/resolved Items triaged and ready
Milestone

Comments

@artursouza
Copy link
Member

Expected Behavior

JCenter is being shut down, so we should depend on another public mirror: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Actual Behavior

SDk build depends on a public mirror reaching end of life.

Steps to Reproduce the Problem

See notice: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Release Note

RELEASE NOTE: MIGRATED out of JCenter as a Maven repository.

@artursouza artursouza added kind/bug Something isn't working good first issue Good for newcomers P1 size/XS triaged/resolved Items triaged and ready labels Aug 24, 2021
@mthmulders
Copy link
Contributor

What exactly do we use JCenter for? I believe all released versions of the Dapr SDK for Java are already published to Maven Central...

@mukundansundar mukundansundar added this to the v1.4 milestone Sep 10, 2021
@artursouza
Copy link
Member Author

It is where we are downloading our dependencies from.

@mthmulders
Copy link
Contributor

/assign

@mthmulders
Copy link
Contributor

There was one artifact (com.github.gmazzo:okhttp-mock:1.3.2) that wasn't deployed to Maven Central, only to JCenter. I've upgraded that one to the latest version (1.4.1) which is available in Maven Central.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers kind/bug Something isn't working P1 size/XS triaged/resolved Items triaged and ready
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants