[PROPOSAL] Change implementation/runtimeOnly in build.gradle to comma separated style?

2020-06-29 Thread Shi Jinghai
Hi there, While typing implementation, runtimeOnly and etc. in build.gradle, I find they can be changed to comma separated style, as the build.gradle is a groovy file, for example: implementation 'xerces:xercesImpl:2.11.0' implementation 'com.google.zxing:core:3.4.0' implementation

Announcing ApacheCon @Home 2020

2020-06-29 Thread Rich Bowen
Hi, Apache enthusiast! (You’re receiving this because you’re subscribed to one or more dev or user mailing lists for an Apache Software Foundation project.) The ApacheCon Planners and the Apache Software Foundation are pleased to announce that ApacheCon @Home will be held online, September

Re: buildbot failure in on ofbizTrunkFramework

2020-06-29 Thread Jacques Le Roux
For a reason, the results at https://ci.apache.org/projects/ofbiz/logs/trunk/plugins/html/ stopped to update 3 days ago I'll try to check why... The Buildbot config changed 4 days ago, but I can't see a relation. I only changed "upload checkstyle" steps titles which are OK. Also there are

Re: [PROPOSAL] First Data Payment Gateway Integration

2020-06-29 Thread Pierre Smits
Hi Pritam, I concur: we should have separate repositories for each of the existing 3rd Party Solution Integrations (whether they be Fintech oriented, Logistics oriented or other). With the removal of the existing integrations from ofbiz-framework, we reduce the footprint there (which is good),

Re: buildbot failure in on ofbizTrunkFramework

2020-06-29 Thread Jacques Le Roux
It works, I commented out the data loading. Still the other unrelated failure, looking at it... Jacques Le 29/06/2020 à 11:05, Pritam Kute a écrit : Thanks, Jacques for confirming the same. IMO, commenting it for now is better option. We should not move it to applications. Soon or later we

Re: [PROPOSAL] First Data Payment Gateway Integration

2020-06-29 Thread Pritam Kute
Hello Pierre and all, IMO, we should have a separate OFBiz repository in which we can push the third party integration code. Very soon we will start working on the ticket in which we are going to move 3rd party payment integrations from applications to plugins [OFBIZ-7415]. Instead of moving

Re: buildbot failure in on ofbizTrunkFramework

2020-06-29 Thread Pritam Kute
Thanks, Jacques for confirming the same. IMO, commenting it for now is better option. We should not move it to applications. Soon or later we are going to move all 3rd party payment gateway code outside applications may be as a separate 3rd party integration plugins. I am working on modifying

Re: buildbot failure in on ofbizTrunkFramework

2020-06-29 Thread Jacques Le Roux
Thanks Pritam, Trying to comment them out. If it works, maybe we could move them to applications/commonext/data/OfbizSetupProductStoreData.xml or simply let them commented out and documenting it? Let's see... Jacques Le 29/06/2020 à 10:04, Pritam Kute a écrit : Hello Jacques, Should we

Re: buildbot failure in on ofbizTrunkFramework

2020-06-29 Thread Pritam Kute
Hello Jacques, Should we remove the product store association in demo data for the first data integration? I think it is causing this issue. Kind Regards, -- Pritam Kute On Mon, Jun 29, 2020 at 1:16 PM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Weird again, running > > "ofbiz

Re: buildbot failure in on ofbizTrunkFramework

2020-06-29 Thread Jacques Le Roux
Weird again, running "ofbiz --test component=accounting --test suitename=accountingtests --test case=auto-accounting-transaction-tests-sales" Maybe a data issue when running integration tests, maybe in both case, ie for auto-accounting-transaction-tests-sales and configurableServiceOrder-test