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

Issue with checksum generated by Artifactory for engine.io pom #25

Closed
sthang opened this issue Jul 21, 2015 · 1 comment
Closed

Issue with checksum generated by Artifactory for engine.io pom #25

sthang opened this issue Jul 21, 2015 · 1 comment

Comments

@sthang
Copy link

sthang commented Jul 21, 2015

For our project we wanted to upgrade socket.io-client.java from 0.4.* to 0.5.2. On doing that the artifactory had trouble downloading the pom file of engine.io-client.java. The repo1.maven.org from which the files are downloaded has setting to generate Checksum if missing. Apparently the checksum generated by Artifactory does not match the checksum related to engine.io-client pom for version 0.5.1.

{
"errors" : [ {
"status" : 409,
"message" : "Rejected artifact download request: Checksum policy 'GEN_IF_ABSENT' rejected the artifact 'repo1-cache:com/github/nkzawa/engine.io-client/0.5.1/engine.io-client-0.5.1.pom'. rest of the message is hidden since it reveals checksum details.
}

Question:

  1. is the mapping right between socket.io(0.5.2) and engine.io(0.5.1) clients?
  2. Who generates the checksum and what contributes to it?
@nkzawa
Copy link
Contributor

nkzawa commented Jul 22, 2015

is the mapping right between socket.io(0.5.2) and engine.io(0.5.1) clients?

yes, socket.io-client 0.5.2 has a dependency to engine.io-client 0.5.1, see https://github.com/nkzawa/socket.io-client.java/blob/master/pom.xml#L61 .

Who generates the checksum and what contributes to it?

I'm not sure about the checksum, but the artifacts is released by using maven release plugin.

@nkzawa nkzawa closed this as completed Dec 12, 2015
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

2 participants