Re: Java Money Library update does not build successfully when building Fineract CN

2018-04-19 Thread Anatole Tresch
Hi all sorry for the inconvenience. Actually there was an invalid package published as 1.0.2 (API), 1.2 (RI). We directly published version 1.0.3 (API) and 1.2.1 (RI), which actually are compiled on Java 9 with a Java 8 target (expect the module-info.class). So the these versions are effectively m

Re: Java Money Library update does not build successfully when building Fineract CN

2018-04-19 Thread Myrle Krantz
Hi FinCNers, I’ve taken a close look at our dependency to the java money library; it turns out we are using the following from it: * Some types (in portfolio and in deposit-account-management) * an annual interest calculation (in deposit-account-management) * a piece of code which we wrote in port

Re: Java Money Library update does not build successfully when building Fineract CN

2018-04-14 Thread Awasum Yannick
Hello Everyone, Its seems the Java Money issue has been fixed but unfortunately it requires Java 9 for a build to be successful. For the moment we might have to stick to the 0.9 version which uses Java 8 so we dont begin switching Java versions. Follow the thread here: https://github.com/JavaMone

Re: Java Money Library update does not build successfully when building Fineract CN

2018-04-12 Thread Awasum Yannick
Hey Myrle, For the short term, I have an older version (snapshot of Java Money) which builds successfully and solves the problem for now. For anyone who has problem building Java Money, clone this version: https://github.com/awasum/javamoney-lib Issues have been raised on the Java Money Github Re

Re: Java Money Library update does not build successfully when building Fineract CN

2018-04-12 Thread Myrle Krantz
Hey Awasum, I was not aware of the changes. I can't work on a solution right now because i"m in the middle of renaming all of the packages from io.mifos to org.apache.fineract.cn, and it's a multi-repository change. Maybe you'll already have a solution by the time I'm done. If not, we can have

Java Money Library update does not build successfully when building Fineract CN

2018-04-12 Thread Awasum Yannick
Hello Everyone, While building Fineract CN on a fresh machine, I realized that the Java Money Library is not building successfully and as a result of that services which depends on Java Money are failing. It seems the Java Money library here has been