You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/04/10 12:12:00 UTC

[jira] [Commented] (OFBIZ-12192) Replace Bintray by a new place to upload the Gradle Wrapper

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

ASF subversion and git services commented on OFBIZ-12192:
---------------------------------------------------------

Commit 564b605d5509cd85f8d7b6355b4ebe62280e5686 in ofbiz-framework's branch refs/heads/release17.12 from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=564b605 ]

Improved: Replace Bintray by a new place to upload the Gradle Wrapper (OFBIZ-12192)

The checksum part was missing in Windows init-gradle-wrapper.ps1 script

I have noticed 2 points:
1. We should use SHA256, not SHA1
2. The unix-like shell script in OFBiz misses checksum verification in case
shasum command is not installed. In other words, if I launch the script it would
fail with "shasum not found, the downloaded files could not be verified".
However, the file will be kept there, so the user could launch unverified jar.

Last point was reported by Vladimir Sitnikov at LEGAL-288


> Replace Bintray by a new place to upload the Gradle Wrapper
> -----------------------------------------------------------
>
>                 Key: OFBIZ-12192
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12192
>             Project: OFBiz
>          Issue Type: Task
>          Components: Gradle
>    Affects Versions: 18.12.01, Trunk, 17.12.06
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Blocker
>             Fix For: 18.12.01, Release Branch 17.12, Upcoming Branch
>
>
> We got an issue with Bintray and jcenter : [https://markmail.org/message/hal4od7xeoig6xfw]
> The jcenter aspect is now fixed with OFBIZ-12171 (actually jcenter will allow download until February 1st 2022)
> With our need to upload the Gradle Wrapper we have though still an issue with Bintray: [https://markmail.org/message/74u6wsldx3ykzqiv]
> The problem is once we release a package the scripts at [https://github.com/apache/ofbiz-framework/tree/trunk/gradle] are freezed. So people using these scripts will not be able to download the related Gradle Wrapper versions.
> So we need to replace Bintray by another place to upload the different versions of the Gradle Wrapper. All supported OFBiz versions are concerned.
> Note: I have already putĀ  [https://cwiki.apache.org/confluence/display/OFBIZ/Load+new+gradle+wrapper+version+on+bintray] in Wiki AtticĀ 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)