Re: Git repo for each ofbiz plugin

2019-11-06 Thread Jacques Le Roux
Le 07/11/2019 à 08:16, Deepak Dixit a écrit : For instance, some features in applications are dependent on ecommerce (maybe some other plugins). And a lot of data used by applications are in ecommerce, and maybe even other plugins. I think we already had an effort to remove plugin dependencies

Re: Git repo for each ofbiz plugin

2019-11-06 Thread Deepak Dixit
Hi Mathieu, On Wed, Nov 6, 2019 at 10:58 PM Mathieu Lirzin wrote: > Hello Deepak, > > Deepak Dixit writes: > > > As we moved to from svn to git, so I think now its time to create new git > > repository for each and indiviaual plugins instead of maintaing single > > ofbiz-plugins.git > > > > It

Re: Git repo for each ofbiz plugin

2019-11-06 Thread Deepak Dixit
Hi Jacques, On Wed, Nov 6, 2019 at 9:38 PM Jacques Le Roux wrote: > Le 06/11/2019 à 10:01, Deepak Dixit a écrit : > > If we create git repo for each plugins definately we have to manage the > > dependencies and release properly, I am confident that as a community we > > can manage this

Re: Migrating to Git

2019-11-06 Thread Jacques Le Roux
Forgot: done with OFBIZ-11270 :) Le 04/11/2019 à 10:56, Jacques Le Roux a écrit : All is OK but RAT, maybe a simple typo... I'll check, hopefully fix, else will create a Jira under OFBIZ-11268 Jacquesd Le 03/11/2019 à 20:15, Jacques Le Roux a écrit : Le 03/11/2019 à 18:58, Jacques Le Roux a

Re: question about ServiceHandler.checkSecureParameter

2019-11-06 Thread Mathieu Lirzin
Hello James, James Yong writes: > Understand the intent of checkSecureParameter function is to avoid sensitive > information > in the URL during POST method. A proposal is made to provide an > attribute (i.e. allow-query-string-for-service-event) to allow url > parameters / query string for

Re: [ofbiz-framework] branch trunk updated (0c489aa -> 4815de7)

2019-11-06 Thread Jacques Le Roux
This revert a revert and was done to test the revert*.bat for OFBIZ-11273 Le 06/11/2019 à 20:02, jler...@apache.org a écrit : This is an automated email from the ASF dual-hosted git repository. jleroux pushed a change to branch trunk in repository

Re: question about ServiceHandler.checkSecureParameter

2019-11-06 Thread Jacques Le Roux
Hi James, Inline... Le 06/11/2019 à 17:53, James Yong a écrit : Hi Jacques, Understand the intent of checkSecureParameter function is to avoid sensitive information in the URL during POST method. Was ;) It does not exist anymore, in trunk at least, after OFBIZ-11260. A proposal is made

Re: Git repo for each ofbiz plugin

2019-11-06 Thread Jacques Le Roux
Le 06/11/2019 à 17:08, Jacques Le Roux a écrit : Le 06/11/2019 à 10:01, Deepak Dixit a écrit : If we create git repo for each plugins definately we have to manage the dependencies and release properly, I am confident that as a community we can manage this thing:) Hi Deepak, I'm not sure what

Re: Git repo for each ofbiz plugin

2019-11-06 Thread Mathieu Lirzin
Hello Deepak, Deepak Dixit writes: > As we moved to from svn to git, so I think now its time to create new git > repository for each and indiviaual plugins instead of maintaing single > ofbiz-plugins.git > > It will help to manage the plugin life cycle properly, > if anyone want to use single

Re: question about ServiceHandler.checkSecureParameter

2019-11-06 Thread James Yong
Hi Jacques, Understand the intent of checkSecureParameter function is to avoid sensitive information in the URL during POST method. A proposal is made to provide an attribute (i.e. allow-query-string-for-service-event) to allow url parameters / query string for certain request. Shouldn't the

Re: Git repo for each ofbiz plugin

2019-11-06 Thread Jacques Le Roux
Le 06/11/2019 à 10:01, Deepak Dixit a écrit : If we create git repo for each plugins definately we have to manage the dependencies and release properly, I am confident that as a community we can manage this thing:) Hi Deepak, I'm not sure what you mean by that. For instance, some features in

Re: Git repo for each ofbiz plugin

2019-11-06 Thread Swapnil M Mane
Hi Deepak, Thanks for bringing this topic. The idea looks reasonability good to me. Various Apache projects [1] are following this approach of maintaining the plugins in separate repository. Cordova [2] and Maven [3] are good examples of this. [1] https://github.com/apache?utf8=%E2%9C%93=plugins

Git repo for each ofbiz plugin

2019-11-06 Thread Deepak Dixit
Hi All, As we moved to from svn to git, so I think now its time to create new git repository for each and indiviaual plugins instead of maintaing single ofbiz-plugins.git It will help to manage the plugin life cycle properly, if anyone want to use single or set of plugins they can easiliy setup