Re: Spring Rest Docs for Fineract CN

2018-03-23 Thread Andrey Mochalov
Hello Myrle, I can say the reason why I want to use MockMVC. Spring Rest Docs is supposed to be used for generating documentation. For this we must use MockMVC, WebTestCliend or REST Assured. See more:

Re: [RESULT][VOTE] [APACHE FINERACT] 1.1.0 Release

2018-03-23 Thread Phil Steitz
> On Mar 23, 2018, at 5:39 AM, Avik Ganguly wrote: > > Hello all, > > Voting for Apache Fineract 1.1.0 is now closed. The release has > passed this step of process. > > The vote breakdown is as follows: > > +1 Avik Ganguly > +1 Sendoro Juma > +1 Santosh Math > +1 Mexina

Re: Spring Rest Docs for Fineract CN

2018-03-23 Thread Myrle Krantz
Hey Andrey, You'll need to run the service in an environment in which that variable is set. This is the reason we have a helper class for starting microservices in demo-server which sets variables like that. Look in demo-server for an example of how to use this, and if you have questions, feel

Re: [RESULT][VOTE] [APACHE FINERACT] 1.1.0 Release

2018-03-23 Thread Ed Cable
Thanks Avik for taking on all the duties of getting this release out! Now on to 1.2! :) On Fri, Mar 23, 2018, 09:07 Myrle Krantz wrote: > Hey Avik, > > There's no need for another vote; we are a TLP now and we are trusted > to do our own release vetting. We can announce the

Re: [RESULT][VOTE] [APACHE FINERACT] 1.1.0 Release

2018-03-23 Thread Myrle Krantz
Hey Avik, There's no need for another vote; we are a TLP now and we are trusted to do our own release vetting. We can announce the release now. Best Regards, Myrle On Fri, Mar 23, 2018 at 1:39 PM, Avik Ganguly wrote: > Hello all, > > Voting for Apache Fineract 1.1.0 is now

Re: [VOTE] Apache Fineract 1.1.0

2018-03-23 Thread Myrle Krantz
+1 -Myrle On Fri, Mar 23, 2018 at 1:35 PM, Avik Ganguly wrote: > Hi everyone, > > Thanks for looking at the release, especially Phil and Nikhil for helping > out. I will close the vote in a separate mail. > > Regards, > Avik. > > On Wed, Mar 21, 2018 at 2:17 PM, Ippez

[RESULT][VOTE] [APACHE FINERACT] 1.1.0 Release

2018-03-23 Thread Avik Ganguly
Hello all, Voting for Apache Fineract 1.1.0 is now closed. The release has passed this step of process. The vote breakdown is as follows: +1 Avik Ganguly +1 Sendoro Juma +1 Santosh Math +1 Mexina Daniel +1 Nayan Ambali +1 Steve Conrad +1 Ed Cable +1 Zayyad Said +1 Awasum Yannick +1 Nikhil Pawar

Re: [VOTE] Apache Fineract 1.1.0

2018-03-23 Thread Avik Ganguly
Hi everyone, Thanks for looking at the release, especially Phil and Nikhil for helping out. I will close the vote in a separate mail. Regards, Avik. On Wed, Mar 21, 2018 at 2:17 PM, Ippez Robert wrote: > +1 > > On Wed, Mar 21, 2018 at 11:43 AM, Isaac Kamga

Spring Rest Docs for Fineract CN

2018-03-23 Thread Andrey Mochalov
Hello everyone, My name is Andrey Mochalov. I'm from Russia. I want to participate GSOC 2018. I have several questions about the project Fineract CN. I try to run project fineract-cn-customer and get error: *org.springframework.beans.factory.BeanCreationException: Error creating bean with

Re: Integration tests for fineract-cn-customer

2018-03-23 Thread Isaac Kamga
Hi Andrey, The microservices in Apache Fineract CN are a little more complex, they're using a feign client such as CustomerManager in the api submodule. So you'll have to do a little more research on how you would want to implement API Documentation. Can you give me a link to any PoC's you've

Re: Fineract CN Notification and GSoC 2018 interest

2018-03-23 Thread Isaac Kamga
Hello Courage, That's some good work done with bootstrapping the Notifications project. The work doesn't end there though. ;-) You'll have to; 1. Edit your project's READme file to reflect the "Notifications" name of

Re: Reducing Barriers to Entry for New Contributors WAS [ Re: GSoC 2018: Fineract CN SMS & Email Notifications]

2018-03-23 Thread Isaac Kamga
Hi Ed, I am willing to assist in configuring the VM requested for Apache Fineract CN. I don't have all the required skills but with commitment and some mentorship, this up and running within a few weeks. At Your Service, Isaac Kamga. On Thu, Mar 22, 2018 at 10:17 PM, Ed Cable

Re: Fineract - Export Authorization

2018-03-23 Thread Myrle Krantz
Fineract CN uses JWT (encryption algorithm SHA512withRSA) to communicate Authentication between services while eschewing a session-based architecture. This is embedded via the anubis library in all services. Fineract CN identity and provisioner additionally use cryptographic hashing for