You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/01/29 02:12:00 UTC

[jira] [Comment Edited] (ARROW-15486) [Relase][Java] Verify staged maven artifacts

    [ https://issues.apache.org/jira/browse/ARROW-15486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17483987#comment-17483987 ] 

Kouhei Sutou edited comment on ARROW-15486 at 1/29/22, 2:11 AM:
----------------------------------------------------------------

We stopped uploading {.jar}s to Artifactory because we use https://repository.apache.org/ 's staging feature.
I hope that https://repository.apache.org/content/repositories/staging/org/apache/arrow/ is used for verification but I don't know how to specify the URL... I'm not familiar with Java...

[~csun] Do you know how to specify the URL? https://github.com/apache/arrow/pull/11669#issuecomment-965887786 ?


was (Author: kou):
We stopped uploading {{.jar}}s to Artifactory because we use https://repository.apache.org/ 's staging feature.
I hope that https://repository.apache.org/content/repositories/staging/org/apache/arrow/ is used for verification but I don't know how to specify the URL... I'm not familiar with Java...

[~csun] Do you know how to specify the URL? https://github.com/apache/arrow/pull/11669#issuecomment-965887786 ?

> [Relase][Java] Verify staged maven artifacts
> --------------------------------------------
>
>                 Key: ARROW-15486
>                 URL: https://issues.apache.org/jira/browse/ARROW-15486
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Krisztian Szucs
>            Priority: Major
>
> We have two tests right now:
> 1. Execute {{mvn test}} from the source tarball's java directory testing the source https://github.com/apache/arrow/blob/master/dev/release/verify-release-candidate.sh#L278
> 2. Verify the checksums and signatures of the uploaded maven artifacts https://github.com/apache/arrow/blob/master/dev/release/verify-release-candidate.sh#L766
> But we don't actually *test* the packages. We should add that to the verification scripts, since 7.0 is going to be the first release shipping the jars with bundled JNI libraries.
> cc [~kou] [~anthonylouis]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)