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/JavaMoney/javamoney-lib/issues/44#issuecomment-380906048 Thanks Awasum On Thu, Apr 12, 2018 at 7:37 PM, Awasum Yannick <[email protected]> wrote: > 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 Repos, See: > https://github.com/JavaMoney/javamoney-lib/issues/44 and > https://github.com/JavaMoney/jsr354-ri/issues/186 > > I have commented on the issues so as to keep track of the conversation. It > seems they need to release to more Java Money dependencies to MavenCentral > before the problem can be fixed. > > > Thanks. > > > On Thu, Apr 12, 2018 at 7:17 PM, Myrle Krantz <[email protected]> wrote: > >> 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 a think on it together. >> >> Best Regards, >> Myrle >> >> >> On Thu, Apr 12, 2018 at 6:15 PM, Awasum Yannick <[email protected]> >> wrote: >> > 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 >> > <https://github.com/JavaMoney/javamoney-lib/> has been updated and the >> > build process has changed or there is a breaking change. I had to >> revert to >> > cloning the old repo I had forked few months ago: >> > https://github.com/awasum/javamoney-lib >> > >> > Please try to build the new Java Money code and let me know so I can >> update >> > the build script and also the Build guide on Confluence. >> > >> > >> > >> > Thanks. >> > Awasum >> > >
