Extending component-test's test in the service module

2018-04-18 Thread Isaac Kamga
Hello everyone, I've a question about testing in Apache Fineract CN. Is there a way to write tests in service /src/test/java which extend the tests in the component-test

[ANNOUNCE] Apache Fineract 1.1.0 released

2018-04-18 Thread Myrle Krantz
The Apache Fineract team is pleased to announce its second release: 'Apache Fineract 1.1.0' Apache Fineract is an open source system for core banking as a platform. Fineract provides a reliable, robust, and affordable solution for entrepreneurs, financial institutions, and service providers to

Re: Extending component-test's test in the service module

2018-04-18 Thread Markus Geiss
Hey Isaac, service is only allowed to import the API module. Introducing such dependency as you mentioned would introduce a circular dependency, and component-test is a separate module just consuming API and service. Cheers Markus .::Yagni likes a DRY KISS::. On Wed, Apr 18, 2018 at 12:21 PM

Re: Extending component-test's test in the service module

2018-04-18 Thread Isaac Kamga
Hi Markus, Thanks a million for your timely clarifications. I had earlier tried to make the service module depend on the component-test so I don't have to duplicate the component-test's code in service/src/test/java module to document APIs. Now that this approach would lead to a circular

Re: Moving Towards Apache Compliance for Fineract CN: Hibernate to OpenJPA Migration.

2018-04-18 Thread Myrle Krantz
Thank you Sendoro, It's much appreciated. FYI: I've captured the MariaDB work items in 2 new tickets: https://issues.apache.org/jira/browse/FINCN-26 https://issues.apache.org/jira/browse/FINCN-27 Best Regards, Myrle On Mon, Apr 16, 2018 at 4:39 PM, Sendoro Juma wrote: >

Re: Moving Towards Apache Compliance for Fineract CN: Hibernate to OpenJPA Migration.

2018-04-18 Thread Myrle Krantz
I think that's an excellent suggestion Sendoro. Would you like to take the lead on that? I'd be happy to provide you with any help you need to make it happen! Best Regards, Myrle On Wed, Apr 18, 2018 at 9:47 AM, Sendoro Juma wrote: > Dear Myrle, > > It may be irrelevant,

Re: Moving Towards Apache Compliance for Fineract CN: Hibernate to OpenJPA Migration.

2018-04-18 Thread Sendoro Juma
Dear Myrle, It may be irrelevant, but let me shoot anyway...!!!... please don't through stones onto me. PostgreSQL is believe to have very/most liberal license... as matter of facts... it will avoid now and any future license conflict. The question is then, why don't we select PostgreSQL as