You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/01/26 10:19:39 UTC

[GitHub] [arrow] raulcd opened a new issue, #33878: [Release] Java binaries are missing from artifactory

raulcd opened a new issue, #33878:
URL: https://github.com/apache/arrow/issues/33878

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   When uploading binaries to [artifactory](https://apache.jfrog.io/ui/repos/tree/General/arrow) for release 11.0.0 I've realised we don't upload Java binaries to artifactory on releases:
   
   ![image](https://user-images.githubusercontent.com/639755/214811316-82aa3e20-6230-4c6b-a38a-81055f21caa9.png)
   
   Should Java binaries be uploaded to artifactory? From my understanding all released packages should go to Artifactory + any other distribution channel.
   
   
   
   ### Component(s)
   
   Release


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on issue #33878: [Release] Java binaries are missing from artifactory

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #33878:
URL: https://github.com/apache/arrow/issues/33878#issuecomment-1404880594

   ok, I thought we also should upload them to artifactory as we do with Python but I see the difference being jars are still uploaded them to apache.org when Python wheels would only be uploaded to PyPI if we would not upload them to artifactory.
   I am closing this then. Thanks for clarifying.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd closed issue #33878: [Release] Java binaries are missing from artifactory

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd closed issue #33878: [Release] Java binaries are missing from artifactory
URL: https://github.com/apache/arrow/issues/33878


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #33878: [Release] Java binaries are missing from artifactory

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #33878:
URL: https://github.com/apache/arrow/issues/33878#issuecomment-1405658355

   Yes. https://repository.apache.org/ is one of the official distribution channels: https://infra.apache.org/release-publishing.html#distribution
   And  it supports distributing signature and checksums that are required for each artifact: https://infra.apache.org/release-distribution.html#sigs-and-sums
   .e.g.:  https://repository.apache.org/content/repositories/staging/org/apache/arrow/arrow-memory/11.0.0/
   
   So we can use https://repository.apache.org/ for `.jar`s.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on issue #33878: [Release] Java binaries are missing from artifactory

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #33878:
URL: https://github.com/apache/arrow/issues/33878#issuecomment-1404800332

   @kou shouldn't those artifacts be there?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #33878: [Release] Java binaries are missing from artifactory

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #33878:
URL: https://github.com/apache/arrow/issues/33878#issuecomment-1404857862

   We don't use Artifactory for `.jar`s.
   See "Publish Maven artifacts" in https://arrow.apache.org/docs/dev/developers/release.html#post-release-tasks for `.jar`s.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org