Re: OFBiz shell

2019-01-14 Thread Scott Gray
Hi Mathieu, https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Attic#OFBizAttic-GroovyShell might be of interest to you. Regards Scott On Sun, 13 Jan 2019, 07:14 Mathieu Lirzin Hello, > > One issue with the current way of writing Groovy tests is that the > feedback between writing an

Re: git commit workflow for ofbiz

2019-01-14 Thread Swapnil Mane
+1 for using Git. Personally, my experience is also very good with Git. - Best Regards, Swapnil M Mane On Mon, Jan 14, 2019 at 2:05 PM Nicolas Malin wrote: > On 12/01/2019 20:56, Taher Alkhateeb wrote: > > It's awesome to revive this discussion Michael. +1 of course. > > > > We need to think

Re: OFBiz shell

2019-01-14 Thread Taher Alkhateeb
So I believe Groovysh is taking the classloader as an argument to bind within the context of OFBiz hence using the current thread (OFBiz) class loader to inject itself. Now if you are going to eventually shutdown OFBiz, no problem, the shutdown hook will kick in and kill anything running in

Re: Getting rid of the Script helper abstractions

2019-01-14 Thread Taher Alkhateeb
Design patterns gone awry :) Anyway, I don't see the need to delete the interface, just instantiate it without a factory. On Sun, Jan 13, 2019 at 11:20 PM Mathieu Lirzin wrote: > > Hello, > > While trying to understand the Groovy engine implemenation details, I > discovered the mechanism used to

Re: git commit workflow for ofbiz

2019-01-14 Thread Nicolas Malin
On 12/01/2019 20:56, Taher Alkhateeb wrote: It's awesome to revive this discussion Michael. +1 of course. We need to think practically of our workflows though and whether we want a linear vs non-linear history model. I prefer the latter to allow proper decentralized workflows but it's up to