Re: Strong dependency of OFBiz build on JCenter

2021-03-03 Thread Jacques Le Roux
I created https://issues.apache.org/jira/browse/OFBIZ-12192 for that Le 03/03/2021 à 08:10, Jacques Le Roux a écrit : Le 22/03/2019 à 21:44, Nicolas Malin a écrit : The last years I told with a Herve Boutemy (hboutemy, maven-pmc) that explain me why it's better to use maven central Sorry to

Re: Strong dependency of OFBiz build on JCenter

2021-03-02 Thread Jacques Le Roux
Le 22/03/2019 à 21:44, Nicolas Malin a écrit : The last years I told with a Herve Boutemy (hboutemy, maven-pmc) that explain me why it's better to use maven central Sorry to resurrect this, but it would have been wise, isn't? More to come about Bintray... Jacques

Re: Strong dependency of OFBiz build on JCenter

2019-03-26 Thread Swapnil M Mane
Thank you so much Jacopo, Taher, Nicolas for your kind inputs. +1 for adding more repositories (maven seems good to me). - Best Regards, Swapnil M Mane, www.hotwax.co On Sat, Mar 23, 2019 at 9:34 PM Taher Alkhateeb wrote: > Ahh I get it now. > > In that case the challenge might be making s

Re: Strong dependency of OFBiz build on JCenter

2019-03-23 Thread Taher Alkhateeb
Ahh I get it now. In that case the challenge might be making sure the naming and transitive dependencies are equivalent on both sides. Maybe another solution is to create two files, one for maven and the other for jcenter each with its own unique set of dependencies that can be tested and ensured

Re: Strong dependency of OFBiz build on JCenter

2019-03-23 Thread Jacopo Cappellato
Just to clarify, I was suggesting that we could add more repositories, not replace Jcenter with another one: the redundancy would mitigate the risk of unavailability. Jacopo On Fri, Mar 22, 2019 at 6:07 PM Taher Alkhateeb wrote: > Whatever repository you choose, there is always the risk of goin

Re: Strong dependency of OFBiz build on JCenter

2019-03-22 Thread Nicolas Malin
Hi, I think the Jacopo's suggest will be a good improvement. The last years I told with a Herve Boutemy (hboutemy, maven-pmc) that explain me why it's better to use maven central :) . But historically we resolved all jar dependencies on jcenter and personally I didn't check yet if all jar res

Re: Strong dependency of OFBiz build on JCenter

2019-03-22 Thread Taher Alkhateeb
Whatever repository you choose, there is always the risk of going down. To mitigate this risk, you can (after deploying the system) use the - -offline flag when running gradle. Alternatively you can simply run the java - jar command. On Fri, Mar 22, 2019, 10:41 AM Swapnil M Mane < swapnil.m...@ho

Re: Strong dependency of OFBiz build on JCenter

2019-03-22 Thread Jacopo Cappellato
Adding one or more additional repositories in build.gradle (at the moment we have only jcenter()) can be a solution. Jacopo On Fri, Mar 22, 2019 at 8:41 AM Swapnil M Mane < swapnil.m...@hotwaxsystems.com> wrote: > Hello team, > > Yesterday JCenter was down for some time, due to which I was unabl

Strong dependency of OFBiz build on JCenter

2019-03-22 Thread Swapnil M Mane
Hello team, Yesterday JCenter was down for some time, due to which I was unable to start the OFBiz server (because the build was failed). Status of JCenter can be found at [1]. This is a severe issue because it may be possible during any production deployment, JCenter is down. Do we have any solu