[jira] [Commented] (OFBIZ-7951) remove ofbizSecure and ofbizBackgroundSecure targets from the gradle build script

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-7951) remove ofbizSecure and ofbizBackgroundSecure targets from the gradle build script

Nicolas Malin (Jira)

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

Taher Alkhateeb commented on OFBIZ-7951:
----------------------------------------

Okay, thank you for reporting this, it is properly fixed in r1756407. The correct solution was to convert the "os" from a variable to a project property. Now the system behaves correctly.

Be careful with these changes Jacques you just rendered two full (and difficult to write) functions in build.gradle orphaned with nothing calling them. You also made ofbizBackground operate in the foreground, which is just useless, this is no different from saying ./gradlew ofbiz.

Anyway, some further help with testing is appreciated if you can spare some time. Thank you.

> remove ofbizSecure and ofbizBackgroundSecure targets from the gradle build script
> ---------------------------------------------------------------------------------
>
>                 Key: OFBIZ-7951
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7951
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Upcoming Branch
>            Reporter: Taher Alkhateeb
>            Assignee: Taher Alkhateeb
>             Fix For: Upcoming Branch
>
>
> The tasks ofbizSecure and ofbizBackgroundSecure utilize the notsoserial API in the JVM arguments. However, given that this has no effect on system performance, we should make all tasks secure by default (ofbiz, ofbizDebug, ofbizBackground) and remove the secure tasks. This has the benefit of reducing the number of tasks users need to be aware of.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)