Re: [VOTE] to use Lombok inside OFBiz

2020-09-10 Thread Rishi Solanki
-1. Rishi Solanki *CTO, Mindpath Technology* Intelligent Solutions cell: +91-98932-87847 LinkedIn On Tue, Sep 8, 2020 at 9:47 PM Mridul Pathak < mridul.pat...@hotwaxsystems.com> wrote: > -1 > > Don’t think it’s of much use in OFBiz. > > Thank

Re: public rest API

2020-09-10 Thread Hans Bakker
Thank you Girish, look forward to your updates of this excellent and much needed addition to OFBiz. Regars Hans www.antwebsystems.com On 9/10/20 3:27 PM, Girish Vasmatkar wrote: Thanks Hans, I will plan to include this change for the exportable services as well. There is also OFBIZ-11995,

Re: Akamai and Janrain

2020-09-10 Thread Jacques Le Roux
I see Jacques Le 10/09/2020 à 12:21, Alex Bodnaru a écrit : shiro is implementing sso. alex On Thu, Sep 10, 2020, 11:30 Jacques Le Roux wrote: Hi Alex, We use Shiro in OFBiz but not for this reason, only in EntityCrypto.java. How would you plan to use Shiro in this case? Jacques Le 1

Re: buildbot failure in on ofbizTrunkFrameworkPlugins

2020-09-10 Thread Jacques Le Roux
Thanks Girish, Ah, I did not get those locally (Windows) So Buildbot mixed things (anticipated, obviously a Buildbot bug) and the problem was rather https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/1751 not 1750 Anyway It's OK now Jacques Le 10/09/2020 à 12:05, Girish Vasmat

Re: Akamai and Janrain

2020-09-10 Thread Alex Bodnaru
shiro is implementing sso. alex On Thu, Sep 10, 2020, 11:30 Jacques Le Roux wrote: > Hi Alex, > > We use Shiro in OFBiz but not for this reason, only in EntityCrypto.java. > > How would you plan to use Shiro in this case? > > Jacques > > Le 10/09/2020 à 09:46, Alex Bodnaru a écrit : > > have

Re: buildbot failure in on ofbizTrunkFrameworkPlugins

2020-09-10 Thread Girish Vasmatkar
Hi Jacques It is actually due to 2 errors reported under UtilHtmlTest.java. I just ran it on my machine and it failed with this. File /Users/grv/workspace/OFBiz/community/ofbiz-framework/framework/base/src/test/java/org/apache/ofbiz/base/util/UtilHtmlTest.java Error DescriptionLine Name 'parseHtml

Re: buildbot failure in on ofbizTrunkFrameworkPlugins

2020-09-10 Thread Jacques Le Roux
Hi Girish, I had a quick look at this checkstyle issue, and it's weird. It's due to https://github.com/apache/ofbiz-plugins/commit/42192da7d3cc8bd979711e72a47b104dda0c25a3/ And I see no reason why we get [...] > Task :checkstyleTest FAILED FAILURE: Build failed with an exception. * What went

Re: Akamai and Janrain

2020-09-10 Thread Jacques Le Roux
Hi Alex, We use Shiro in OFBiz  but not for this reason, only in EntityCrypto.java. How would you plan to use Shiro in this case? Jacques Le 10/09/2020 à 09:46, Alex Bodnaru a écrit : have anybody thought of apache shiro? https://shiro.apache.org/introduction.html alex On Thu, Sep 10, 202

Re: public rest API

2020-09-10 Thread Girish Vasmatkar
Thanks Hans, I will plan to include this change for the exportable services as well. There is also OFBIZ-11995, where more RESTFul resources can be declared (development is undergoing) and bound to services where I had planned to include declarative authentication. Best Regards, Girish Vasmatkar

Re: Akamai and Janrain

2020-09-10 Thread Alex Bodnaru
have anybody thought of apache shiro? https://shiro.apache.org/introduction.html alex On Thu, Sep 10, 2020, 10:00 Jacques Le Roux wrote: > OK I guess it still works as is and the documentation don't need to be > changed, Akamai is used now > > Anyway it's not enabled by default in OFBiz OOTB

Re: Akamai and Janrain

2020-09-10 Thread Jacques Le Roux
OK I guess it still works as is and the documentation don't need to be changed, Akamai is used now Anyway it's not enabled by default in OFBiz OOTB Le 08/09/2020 à 11:11, Jacques Le Roux a écrit : Hi, Anybody aware and concerned about this feature? Note: it has been introduced by Hans in 201