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

2021-04-11 Thread ASF subversion and git services (Jira)


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

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

Commit 391b3707610ce204725a61ceb2e7940babdf30dd in ofbiz-framework's branch 
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=391b370 ]

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


> 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)


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

2021-04-11 Thread ASF subversion and git services (Jira)


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

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

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

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


> 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)


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

2021-04-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


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

2021-03-14 Thread ASF subversion and git services (Jira)


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

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

Commit af0178387584274dd1b96560c885891114d19a83 in ofbiz-framework's branch 
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=af01783 ]

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

Updates the documentation for Windows and Gradle wrapper download, needs
Powershell

Conflicts handled by hand
  README.adoc

Conflicts handled by hand
  README.adoc


> 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)


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

2021-03-14 Thread ASF subversion and git services (Jira)


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

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

Commit 1bde2a020499cc7332b7f21fb4f67f393b730b0c in ofbiz-framework's branch 
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=1bde2a0 ]

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

Updates init-gradle-wrapper.bat
  to exit if Gradle wrapper already exists
  to start PowerShell (>=7) in admin mode, this to be able to use 
Set-ItemProperty

Updates init-gradle-wrapper.ps1
 to removes exit if Gradle wrapper already exists
 to create the gradle/wrapper dir if necessary
 to handle the ConstrainedLanguage mode if necessary

Conflicts handled by hand
  gradle/init-gradle-wrapper.ps1

Conflicts handled by hand
  gradle/init-gradle-wrapper.ps1


> 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)


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

2021-03-14 Thread ASF subversion and git services (Jira)


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

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

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

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

Updates the documentation for Windows and Gradle wrapper download, needs
Powershell

Conflicts handled by hand
  README.adoc


> 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)


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

2021-03-14 Thread ASF subversion and git services (Jira)


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

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

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

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

Updates init-gradle-wrapper.bat
  to exit if Gradle wrapper already exists
  to start PowerShell (>=7) in admin mode, this to be able to use 
Set-ItemProperty

Updates init-gradle-wrapper.ps1
 to removes exit if Gradle wrapper already exists
 to create the gradle/wrapper dir if necessary
 to handle the ConstrainedLanguage mode if necessary

Conflicts handled by hand
  gradle/init-gradle-wrapper.ps1


> 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)


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

2021-03-14 Thread ASF subversion and git services (Jira)


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

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

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

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

Updates the documentation for Windows and Gradle wrapper download, needs
Powershell


> 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: Michael Brohl
>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)


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

2021-03-13 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12192:
-

[~jacopoc] The windows scripts are ready for R17. I'll handle R18 and trunk 
later (simple copy anyway)

> 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: Michael Brohl
>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)


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

2021-03-13 Thread ASF subversion and git services (Jira)


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

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

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

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

Updates init-gradle-wrapper.bat
  to exit if Gradle wrapper already exists
  to start PowerShell (>=7) in admin mode, this to be able to use 
Set-ItemProperty

Updates init-gradle-wrapper.ps1
 to removes exit if Gradle wrapper already exists
 to create the gradle/wrapper dir if necessary
 to handle the ConstrainedLanguage mode if necessary


> 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: Michael Brohl
>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)


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

2021-03-13 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-12192:
---

My proposition would be to put everything gradle wrapper specific into the 
gradle folder, I see no reason to have those files in OFBiz root away from 
other related files.

> 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: Michael Brohl
>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)


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

2021-03-13 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12192:
-

Michael,

bq. What's the reason for having the init-gradle-wrapper.bat file in the 
project root instead of the gradle/ directory like the other scripts? Wouldn#t 
it be more consistent to change this in trunk?

I already answered to that: https://markmail.org/message/zuort64nqayybhgl


> 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: Michael Brohl
>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)


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

2021-03-13 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12192:
-

Hi Jacopo,

I'll soon (today at least) commit the the Windows scripts.

> 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: Michael Brohl
>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)


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

2021-03-13 Thread Jacopo Cappellato (Jira)


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

Jacopo Cappellato commented on OFBIZ-12192:
---

[~mbrohl] I have tested your changes for 17.12 on my Mac and they work great, 
thank you.

Should I proceed with the release preparation or we need more time to test the 
Windows scripts?

> 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: Michael Brohl
>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)


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

2021-03-13 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-12192:
---

I now changed the *Linux shell scripts* and Gradle files to the Gradle 
repository and correct versions. Please test.

The download link of the Gradle repository automatically forwards from http to 
https. According to Jacques, https is a problem with powershell so I did not 
any changes to those files for trunk and r18.12.

Before the next r17.12 release, someone should check and fix the Windows 
init-gradle-wrapper powershell script.

Leaving the issue open for these changes.

> 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: Michael Brohl
>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)


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

2021-03-13 Thread ASF subversion and git services (Jira)


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

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

Commit 94265fdb917982a66697ea285e7ed5a8ca581f3c in ofbiz-framework's branch 
refs/heads/release18.12 from Michael Brohl
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=94265fd ]

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

Changes script to use the proper Gradle wrapper version. Changes the
download url from Bintray to Gradle GitHub repository and removes the
backup link. Adjusts the sha checksums accordingly.

The Gradle download link pulls a gradle-wrapper.properties file which
references services.gradle.org/distributions/gradle-5.0-rc-5-bin.zip
instead of a 5.0.0 distribution. This was left this way for consistency.

> 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: Michael Brohl
>Priority: Blocker
> Fix For: Release Branch 17.12
>
>
> 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)


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

2021-03-13 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-12192:
---

What's the reason for having the init-gradle-wrapper.bat file in the project 
root instead of the gradle/ directory like the other scripts?

Wouldn#t it be more consistent to change this in trunk?

> 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: Michael Brohl
>Priority: Blocker
> Fix For: Release Branch 17.12
>
>
> 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)


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

2021-03-13 Thread ASF subversion and git services (Jira)


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

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

Commit e08bfa17cb3cf72ad34f87e3492bbc90eeac885e in ofbiz-framework's branch 
refs/heads/trunk from Michael Brohl
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=e08bfa1 ]

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

Changes script to use the proper Gradle wrapper version. Changes the
download url from Bintray to Gradle GitHub repository and removes the
backup link. Adjusts the sha checksums accordingly.

The Gradle download link pulls a gradle-wrapper.properties file which
references services.gradle.org/distributions/gradle-6.5-bin.zip instead
of a 6.5.1 distribution. This was left this way for consistency.

> 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: Michael Brohl
>Priority: Blocker
> Fix For: Release Branch 17.12
>
>
> 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)


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

2021-03-13 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12192:
-

bq. I am not aware that we have a version dependency in the gradlew.bat file 
and I do not see why there should be a dependency. A quick diff between the 
gradlew.bat files of trunk, r18.12 and r17.12 does not show any Gradle version 
differences. The same for the shell scripts.
That's great

bq. Your environment seems quite outdated and is not supported since long, so 
maybe we should provide a version for our Windows users which is based on a 
supported Windows version?
I'll not change my Windows version. Anyway it's not related to the Windows 
version. It's related to the PowerShell version. I updated to 6 which is 
available to Win7 (not newer PowerShell 7 ones)

bq. I guess that this would also handle https smoothly and should be the 
standard protocol to be used nowadays.
It's not that easy (permissions) but it's easier with PowerShell 6. I have it 
working.

For the cheksum, it's usefull when you and your user are not sure from where 
the download is done. As it is for the OFBiz release downloads because of the 
distribution mode (mirrors). It's not the case here.
Also I wonder how gradle-wrapper.jar could be changed on our GH repo? Apart if 
our GH repo is hacked, good luck globally then, not only with the 
gradle-wrapper.jar issue at hand.
This said if somebody wants to do it I see no harm :)

Have a good weekend

> 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: Michael Brohl
>Priority: Blocker
> Fix For: Release Branch 17.12
>
>
> 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)


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

2021-03-13 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-12192:
---

The checksums for file downloads are meant to ensure the user (not us) that he 
has downloaded the correct, uncorrupted files, so I don't think they are 
superfluous. The same would else be true for the checksums we provide for the 
OFBiz release downloads. We know they are coming from us but the user wants to 
be sure...

I am not aware that we have a version dependency in the gradlew.bat file and I 
do not see why there should be a dependency. A quick diff between the 
gradlew.bat files of trunk, r18.12 and r17.12 does not show any Gradle version 
differences. The same for the shell scripts.

Your environment seems quite outdated and is not supported since long, so maybe 
we should provide a version for our Windows users which is based on a supported 
Windows version? I guess that this would also handle https smoothly and should 
be the standard protocol to be used nowadays.

As my Windows batch file skills are grown old and I have no opportunity to 
test, it would be better if someone with a Windows environment and 
batch/powershell skills would do the necessary changes.

> 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: Michael Brohl
>Priority: Blocker
> Fix For: Release Branch 17.12
>
>
> 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)


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

2021-03-13 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12192:
-

bq. I saw that the Windows init script lacks most of the features of the shell 
script (no checksum checks).
To lower maintenance, I initially kept it as minimal as possible. In this new 
case checking checksums is superfluous, it's on our own repo on GH. If 
something is wrong there we are screewed anyway and GH too.

bq. I'm also not sure why we download the gradlew.bat file, the shell script is 
in git...?
IIRW the the gradlew.bat file depends on version. [~nmalin] [suggested to 
upload it on 
Bintray|https://cwiki.apache.org/confluence/display/OFBIZ/Load+new+gradle+wrapper+version+on+bintray].
 I guess it's the same for the shell script. Do we have the right version 
(4.5.1 instead of previously v3.2.1) in our repo, or are they compatible?

I crossed several issue (using Powershell 5.0 on Win7). There are solutions for 
them but it's not that easy. I'll continue later...

> 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: Michael Brohl
>Priority: Blocker
> Fix For: Release Branch 17.12
>
>
> 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)


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

2021-03-13 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-12192:
---

[~jacopoc] [~jleroux]  I've pushed the changes for the shell scripts (Windows, 
Mac/Linux) to the 17.12 release branch.

The Mac/Linux version is tested, please test the Windows version as I have no 
Windows installation available.

I'll handle the 18.12 and trunk changes later this weekend, will be off now for 
a while.

> 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: Michael Brohl
>Priority: Blocker
> Fix For: Release Branch 17.12
>
>
> 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)


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

2021-03-13 Thread ASF subversion and git services (Jira)


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

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

Commit 58f2b14ee85c4387c6af5177fc2c0521e4cc8968 in ofbiz-framework's branch 
refs/heads/release17.12 from Michael Brohl
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=58f2b14 ]

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

Changed script to use the proper Gradle wrapper version. Changed the
download url from Bintray to Gradle GitHub repository and removed the
backup link.

> 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
>Priority: Blocker
>
> 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)


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

2021-03-13 Thread ASF subversion and git services (Jira)


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

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

Commit 9c0c43365f70558f1eee00d20dae60d24ddc8320 in ofbiz-framework's branch 
refs/heads/release17.12 from Michael Brohl
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=9c0c433 ]

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

Changed Windows powershell script to use the proper Gradle wrapper
version. Removed the properties and batch file download.

> 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
>Priority: Blocker
>
> 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)


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

2021-03-13 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-12192:
---

I saw that the Windows init script lacks most of the features of the shell 
script (no checksum checks).

I'm also not sure why we download the gradlew.bat file, the shell script is in 
git...?

> 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
>Priority: Blocker
>
> 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)


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

2021-03-13 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-12192:
---

I'm currently at it, Jacques...

> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12192:
-

Hi Michael,

I'll handle the Windows case, quite easy :)

> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Jacopo Cappellato (Jira)


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

Jacopo Cappellato commented on OFBIZ-12192:
---

One solution for 17.12 that seems to work is to modify init-wrapper.sh to get 
the release 4.5.1 of the wrapper jar from GitHub's Gradle; the script should 
not grab the properties file because the one from GitHub contains an URL that 
doesn't work; instead we should just keep the properties file we already have 
in our repo (that already references 4.5.1)

> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12192:
-

BTW, after reading about FREEMARKER-124 at 
https://freemarker.apache.org/docs/versions_2_3_30.html

bq.  Made the default filtering of class members more restrictive (when you are 
using BeansWrapper, or its subclasses like DefaultObjectWrapper). This is not 
strictly backward compatible, but unlikely to break any real-world 
applications; see 
src/main/resources/freemarker/ext/beans/DefaultMemberAccessPolicy-rules to see 
what was changed. This change was made for security reasons, but the default 
behavior will never be safe enough if untrusted users will edit templates; see 
in the FAQ. In the unlikely case this change breaks your application, then you 
can still use the old behavior by setting the memberAccessPolicy property of 
the object wrapper to LegacyDefaultMemberAccessPolicy.INSTANCE.

I send this to the dev ML: https://markmail.org/message/r5yyhis5qwk53akn

bq. After fixing this issue, I believe we should use Freemarker 2.3.31 in all 
supported branches because of possible (low but who knows...) security 
issues fixed since 2.3.30.  What do you think?



> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12192:
-

[~jacopoc]: Yes, I did LEGAL-564 for the peace of mind. I see indeed no reason 
to legally prevent to download files that can be reached by anyone. BTW why 
would Infra be concerned? We (OFBiz users using scripts) would only download 
from GH after all. Would this have an impact on GitBox?

[~mbrohl]: OK

> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-12192:
---

[~jleroux] sure, I think I will work on it later today so please notify your 
findings here, thanks.

> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Jacopo Cappellato (Jira)


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

Jacopo Cappellato commented on OFBIZ-12192:
---

[~jleroux] : I don't think that downloading from GitHub should concern Legal; 
the only issue may be related to infra (e.g. scalability issue if number of 
downloads is too large for GitHub), but for 17.12 we should be fine.

 

[~mbrohl] : I am also testing the init script with the backup url and I am 
facing some issues that I am trying to address (in my free time); we can sync 
up here if needed

> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12192:
-

Great, I can do that

> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-12192:
---

> Sounds like a plan :) Will you handle the Windows part?

I can change the files but need someone to test, I am on Mac OS.

> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12192:
-

I suppose there will be no issues with LEGAL-564. I can modify 
https://cwiki.apache.org/confluence/display/OFBIZ/Release+Management+Guide+for+OFBiz
 for this part

> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12192:
-

Sounds like a plan :)

> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-12192:
---

Ah, great, then I'll propose to change the init scripts to only use the Gradle 
/ GitHub urls without backup.

What do you think?

> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-12192:
---

I can then prepare this for 17.12 today.

> 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
>Priority: Blocker
>
> 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)


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

2021-03-12 Thread Jacopo Cappellato (Jira)


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

Jacopo Cappellato commented on OFBIZ-12192:
---

The init-gradle-wrapper.sh (*nix version) already supports the download (as a 
backup url) from gradle on github (see variable GRADLE_WRAPPER_URI_BACKUP)

If it works, we could just leave with it at least in the old release branch 
17.12

 

> 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
>Priority: Blocker
>
> 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)


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

2021-03-03 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12192:
-

As an alternative I proposed to use our own repo (was SVN then): 
https://markmail.org/message/4cdbkfm47jmcsyim

I even provided scripts for that IIRW or at least from them locally

 

> 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
>Priority: Blocker
>
> 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)


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

2021-03-03 Thread Michael Brohl (Jira)


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

Michael Brohl commented on OFBIZ-12192:
---

Is there anything that prevents us from doing this according to 
[https://infra.apache.org/publishing-maven-artifacts.html] ?

If not, I can take the necessary steps to do it.

> 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
>Priority: Blocker
>
> 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)