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

rollbar-java and rollbar-api currently not updated to 1.7.0 on maven central #202

Closed
G00fY2 opened this issue Apr 9, 2020 · 6 comments
Closed

Comments

@G00fY2
Copy link
Contributor

G00fY2 commented Apr 9, 2020

Not sure if you are aware of that and I'm just impatient. But currently after updating to rollbar-android 1.7.0 our builds fail because of missing transitive dependencies.

@basoko
Copy link
Contributor

basoko commented Apr 9, 2020

@G00fY2 Sorry, I don't know why but I think that rollbar-api was not finally publish in Maven. I have tried to manually published it again so hopefully you don't have that error with missing dependencies.

@GreyTeardrop
Copy link

rollbar-java version 1.7.0 is missing rollbar-java-1.7.0.pom on Maven Central: https://repo.maven.apache.org/maven2/com/rollbar/rollbar-java/1.7.0/, therefore all the builds using 1.7.0 would be broken. As far as I know, there's no way to fix that within 1.7.0 release, it hase to be re-released as 1.7.0.1 or something.

@basoko
Copy link
Contributor

basoko commented Apr 14, 2020

@GreyTeardrop Don't know happen with the publication, but I was able to publish it in 1.7.0.

@basoko basoko closed this as completed Apr 14, 2020
@basoko basoko reopened this Apr 14, 2020
@G00fY2
Copy link
Contributor Author

G00fY2 commented Apr 15, 2020

Can confirm that java and api 1.7.0 are now available but Gradle can't automatically resolve these dependencies. I guess there is something messed up with the pom files (like @GreyTeardrop said). Maybe you can investigate a little further.

@basoko
Copy link
Contributor

basoko commented Apr 15, 2020

@G00fY2 yes, seems that the pom file was finally published but i think that release is completely broken. We are working on publishing another version soon with some fixes we also discovered for jacoco in android and some other improvements like trying to publish from travis.

@basoko
Copy link
Contributor

basoko commented Apr 17, 2020

We have published a new version 1.7.1 that should work as expected https://github.com/rollbar/rollbar-java/releases/tag/v1.7.1.

To try to avoid having issues with the publication, as happened with the version 1.7.0,
we have decided to upload it directly from Travis to the oss sonatype's staging repository, although this still needs some more work because multiple staging repositories are created.
On the other hand, now that we upload artifacts directly form Travis we will start publishing
SNAPSHOTS versions after every merge in master.

Also, we had added a note in the Github's releases page to discourage the use of the
1.7.0 version https://github.com/rollbar/rollbar-java/releases/tag/v1.7.0

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants