Add CHANGELOG.md file

2020-06-16 Thread Deepak Dixit
Hi Dev, As we have already moved to git for the version control system, I propose to add a changelog file to maintain the changelogs[1]. What is a changelog? A changelog is a file which contains a curated, chronologically ordered list of notable changes for each version of a project. Why keep a

Re: buildbot failure in on ofbizTrunkFrameworkPlugins

2020-06-16 Thread Jacques Le Roux
Le 16/06/2020 à 18:04, Jacques Le Roux a écrit : I'll complete all the details soon... Done Jacques

Re: buildbot failure in on ofbizTrunkFrameworkPlugins

2020-06-16 Thread Jacques Le Roux
Hi Suraj, I'm currently writing a comment at OFBIZ-11304 (since this morning, with details) With Aditya's work we have already installed a pre-push automated style check hook in trunk. So everybody using trunk HEAD will pass by it (except if using --no-verify option or removing the hook by

Sushant Singh Rajput: Boycott Karan Johar, YRF films

2020-06-16 Thread rohit . indore20
Hey, I just signed the petition "Sushant Singh Rajput: Boycott Karan Johar, YRF films" and wanted to see if you could help by adding your name. Our goal is to reach 75,000 signatures and we need more support. You can read more and sign the petition here: http://chng.it/XbKYPYm7SP Thanks! Rohit

Re: OFBiz Coding Conventions

2020-06-16 Thread Jacques Le Roux
Hi Carsten, Inline... Le 15/06/2020 à 18:43, Carsten Schinzer a écrit : I am sure there are already plenty mutually agreed conventions being „gate kept“ by the committers, yet I would prefer to make them explicit and document them for everyone’s benefit. Note sure how to track this further

Re: buildbot failure in on ofbizTrunkFrameworkPlugins

2020-06-16 Thread Suraj Khurana
Hello team, As Jacques confirms in the very next commit, this was due to a checkstyle issue introduced. I would like to request all contributors to please run './gradlew check' before creating PR's. TIA. -- Best Regards, Suraj Khurana Senior Technical Consultant On Tue, Jun 16, 2020 at 4:38 PM

Use cache in Type Data lookup

2020-06-16 Thread Pawan Verma
Hello Devs, Greetings for the day! Using cache while fetching data from Type entity is a good practice as Type data is permanent in the system. We've already implemented this practice proficiently in our code base but some lookups failed to do so. My proposal here is to use a cache for all the

Re: [PROPOSAL] First Data Payment Gateway Integration

2020-06-16 Thread Aditya Sharma
+1 Nicolas. Thanks Pritam for the proposal. Thanks and regards, Aditya Sharma On Tue, Jun 16, 2020 at 1:44 PM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > +1, Pierre Smits proposed that long ago, created Jira(s?) and even > contributed for at least one plugin > > That can be found

[ANNOUNCEMENT] Video tutorial series for Apache OFBiz

2020-06-16 Thread Pawan Verma
Hello Devs, Users, Greetings for the day!! I am glad to announce that we have started a new video series for Apache OFBiz and added a new video at the Official Apache OFBiz youtube channel. Here are the details: Title: EntityQuery API Introduction < https://www.youtube.com/watch?v=Nh67khqstCE>

Re: [PROPOSAL] First Data Payment Gateway Integration

2020-06-16 Thread Jacques Le Roux
+1, Pierre Smits proposed that long ago, created Jira(s?) and even contributed for at least one plugin That can be found in Jira I hope Pierre will follow and gave required information Jacques Le 16/06/2020 à 07:32, Suraj Khurana a écrit : +1 Nicolas. -- Best Regards, Suraj Khurana Senior

Re: REST implementation

2020-06-16 Thread Jacques Le Roux
Thanks Girish, I did not have time to look into details yet but your README is very promising :) Jacques Le 15/06/2020 à 17:59, Girish Vasmatkar a écrit : Hi All I have tried to implement a draft proposal here - https://github.com/girishvasmatkar/ofbiz-rest-impl.git The readme contains

Re: [PROPOSAL] First Data Payment Gateway Integration

2020-06-16 Thread Michael Brohl
+1 Nicolas and thanks Pritam for the proposal and planned contribution. Michael Brohl ecomify GmbH - www.ecomify.de Am 15.06.20 um 16:52 schrieb Nicolas Malin: Hi Pritam, My preference go to move all gateway to plugin, to keep OFBiz framework slim and the connector quality high. If all