Re: Test issue

2020-02-06 Thread Jacques Le Roux
Hi Nicolas, Sorry to get back on this, but it's now almost a month and check style errors are also piling up: tasks.checkstyleMain.maxErrors = 37713 vs actual 37776 Thanks Jacques Le 02/02/2020 à 15:49, Nicolas Malin a écrit : Thanks jacques, I will take care Nicolas On 02/02/2020 11:41,

Re: Test issue

2020-02-06 Thread Nicolas Malin
Hi Jacques, Strange, after : ~/workspace/apache-git/ofbiz-framework poveglia$ git pull --rebase && cd plugins && git pull --rebase poveglia$ ./gradlew check I have 37683 error and not 37776 Nicolas On 06/02/2020 09:03, Jacques Le Roux wrote: > Hi Nicolas, > > Sorry to get back on this, but

Re: Please add me as an Apache OFBiz Contributor

2020-02-06 Thread Nicolas Malin
Hello Wiebke, It's done! Welcome as OFBiz contributor :) Nicolas On 05/02/2020 17:03, Wiebke Pätzold wrote: > Hello everyone, > > I would like to ask you to add me as an Apache OFBiz Contributor. > My Confluence username is: wpaetzold > > Thanks and kind regards, > Wiebke > pEpkey.asc

Re: Please add me as an Apache OFBiz Contributor

2020-02-06 Thread Michael Brohl
Thanks Nicolas, I've added Wiebke to the Jira Contributor group also. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 06.02.20 um 09:36 schrieb Nicolas Malin: Hello Wiebke, It's done! Welcome as OFBiz contributor :) Nicolas On 05/02/2020 17:03, Wiebke Pätzold wrote: Hello

Re: OFBiz contributions & Github Pull Requests

2020-02-06 Thread Pierre Smits
Hi All, I have completed the first draft of the Contributing via Git & Github (WIP) page. And it is now available for review. Please review and let the community know what you think needs to be: 1. added 2.

Re: Github & notifications

2020-02-06 Thread Pierre Smits
Anyway, who will take the lead on this? Best regards, Pierre Smits *Apache Trafodion , Vice President* *Apache Directory , PMC Member* Apache Incubator , committer *Apache OFBiz ,

Re: Test issue

2020-02-06 Thread Nicolas Malin
Jacques, From my part, all is green on testIntegration Nicolas On 06/02/2020 10:40, Nicolas Malin wrote: > Hi Jacques, > > Strange, after : > > ~/workspace/apache-git/ofbiz-framework > poveglia$ git pull --rebase && cd plugins && git pull --rebase > poveglia$ ./gradlew check > > I have 37683

Re: [ofbiz-plugins] branch release18.12 updated: Fixed: Error when initialize billFromParty from groovy context in loadSalesOrderItemFact service

2020-02-06 Thread Pierre Smits
It is a pity that the commit-message of this bug fixed does not reference a ticket. Now it will not show up in release note(s) when generated from JIRA. Best regards, Pierre Smits *Apache Trafodion , Vice President* *Apache Directory ,

Re: OFBiz Jersey Swagger plug in

2020-02-06 Thread Nicolas Malin
Hi Girish, I read your contribution on the related issue, and I saw that you hard coded the rest definition in java file. Just to understand the finality, you propose to deploy Jersey with define available request as you already done, or it's just for example how Jersey rendering a definition ?

Re: Removing “base/config/component-load.xml”

2020-02-06 Thread Nicolas Malin
Hi, On 05/02/2020 22:10, Mathieu Lirzin wrote: >> How do you do conceptual work with clients or colleagues? I believe >> there is some kind of written documentation and clear decision points >> involved at least for non trivial features/changes. > Usually such discussion involves a whiteboard and

Re: [ofbiz-framework] branch trunk updated: Fixed: Cannot run ComponentContainerTest on windows (OFBIZ-11331)

2020-02-06 Thread jler...@apache.org
Le 28/01/2020 à 18:36, jler...@apache.org a écrit : commit c672c3a30453039b8b724ff8d604b244a4dde19f [...] PR created: #8 Thanks: Daniel WatfordNina Simone - My Baby Just Cares For Me.mp3 Maybe some noticed, of course "Nina Simone" as nothing to do w/ that. Just a C/P which

Re: Test issue

2020-02-06 Thread Jacques Le Roux
Hi Nicolas, Maybe because I had my CSRF stash loaded, let's see and thanks to care. Jacques Le 06/02/2020 à 10:40, Nicolas Malin a écrit : Hi Jacques, Strange, after : ~/workspace/apache-git/ofbiz-framework poveglia$ git pull --rebase && cd plugins && git pull --rebase poveglia$ ./gradlew

Re: Test issue

2020-02-06 Thread Jacques Le Roux
Thanks Nicolas! Le 06/02/2020 à 13:39, Nicolas Malin a écrit : Jacques, From my part, all is green on testIntegration Nicolas On 06/02/2020 10:40, Nicolas Malin wrote: Hi Jacques, Strange, after : ~/workspace/apache-git/ofbiz-framework poveglia$ git pull --rebase && cd plugins && git

[ANNOUNCE] Apache OFBiz 16.11.07 released

2020-02-06 Thread Jacopo Cappellato
The Apache OFBiz community is pleased to announce the new release "Apache OFBiz 16.11.07". Apache OFBiz® is an open source product for the automation of enterprise processes that includes framework components and business applications. http://ofbiz.apache.org/ "Apache OFBiz 16.11.07" is the

[SECURITY] CVE-2019-12426 information disclosure vulnerability in Apache OFBiz

2020-02-06 Thread Jacopo Cappellato
Severity: Minor Vendor: The Apache Software Foundation Versions Affected: Apache OFBiz 16.11.01 to 16.11.06 Description: an unauthenticated user could get access to information of some backend screens by invoking setSessionLocale. Mitigation: Upgrade to 16.11.07 Credit: This issue was

Re: OFBiz Jersey Swagger plug in

2020-02-06 Thread Girish Vasmatkar
Hi Nicolas If I understood you correctly, you mean to say if there is a way Jersey can render "resources" via XML configuration? Since it is an implementation of JAX-RS specification, and the specification itself does not define and XML configuration, so actually have to annotate the java classes