Re: Status of Fineract Swagger Docs

2020-03-14 Thread Kang Breder
Here is the link https://docs.google.com/document/d/1EfnwUjyAJzpeMwDWKRAPQN5YNrpwCvVigfIEoudVStg/edit?usp=sharing On Sat, Mar 14, 2020 at 5:09 PM Kang Breder wrote: > Hello Everyone, > > I have written this google doc listing out the state and various blockers > faced with the

Re: Problem setting up Fineract

2019-11-08 Thread Kang Breder
5.6.39 On Fri, Nov 8, 2019 at 4:14 PM Kang Breder wrote: > version 5.6 > > On Fri, Nov 8, 2019 at 3:48 PM Laban Kibowen < > laban.kibo...@intrasofttechnologies.com> wrote: > >> Hello >> What version of MySQL are you using? >> >> >> On Fri,

Re: Problem setting up Fineract

2019-11-08 Thread Kang Breder
version 5.6 On Fri, Nov 8, 2019 at 3:48 PM Laban Kibowen < laban.kibo...@intrasofttechnologies.com> wrote: > Hello > What version of MySQL are you using? > > > On Fri, Nov 8, 2019, 15:57 Kang Breder wrote: > >> Hello, >> >> I am trying to setup

Problem setting up Fineract

2019-11-08 Thread Kang Breder
Hello, I am trying to setup Fineract on Ubuntu 18.04 LTS. I am having this error when i try to run local environment. With the command; ./gradlew createDB -PdbName=mifosplatform-tenants, I get the following error message https://pastebin.com/JmmEHC3i I have mysql and mysql jdbc installed.Please

java.lang.NoSuchMethodError found with swagger-gradle-plugin

2019-08-22 Thread Kang Breder
Hello I have added swagger-gradle-plugin for automatic save of json during build. I get this error with the task resolve. The logs can be seen here https://pastebin.com/1X9czb4i I have tried adding dependencies com.fasterxml.jackson.core:jackson-annotations:2.9.9 and

Re: [Mifos-developer] Swagger Implementation for the fineract backend

2019-08-19 Thread Kang Breder
lowedHeaders = "*") > > Ref : > https://howtodoinjava.com/spring5/webmvc/spring-mvc-cors-configuration/ > > Thanks and Regards, > > *Cajetan Christopher Rodrigues* > *B.E Computer Engineering* > *rigrod1...@gmail.com * > *Google Summer of code 2019* > > > On

Re: [Mifos-developer] Swagger Implementation for the fineract backend

2019-08-05 Thread Kang Breder
ot; that's > something that could always be contributed as a separate follow-up PR after. > > > > On Mon, 5 Aug 2019, 13:05 Kang Breder, wrote: > >> I think Ebenezer Graham works at the Backend too. >> >> On Mon, Aug 5, 2019 at 11:59 AM Kang Breder wrote: >>

Re: [Mifos-developer] Swagger Implementation for the fineract backend

2019-08-05 Thread Kang Breder
I think Ebenezer Graham works at the Backend too. On Mon, Aug 5, 2019 at 11:59 AM Kang Breder wrote: > Hi Cajetan > > Find the path below for self client Api Resource > > fineract/fineract-provider/src/main/java/org/apache/fineract/portfolio/self/client/api/SelfClientsA

Re: [Mifos-developer] Swagger Implementation for the fineract backend

2019-08-05 Thread Kang Breder
> > On Mon, Aug 5, 2019 at 12:18 AM Kang Breder wrote: > >> Thank you Cajetan for your help. >> I will try that out. The Fineract APIs are on every module of the >> codebase in the api package. >> >> Regards >> >> On Sat, Aug 3, 2019 at 4:

Re: [Mifos-developer] Swagger Implementation for the fineract backend

2019-08-04 Thread Kang Breder
t;> Ref : >> https://howtodoinjava.com/spring5/webmvc/spring-mvc-cors-configuration/ >> >> Thanks and Regards, >> >> *Cajetan Christopher Rodrigues* >> *B.E Computer Engineering* >> *rigrod1...@gmail.com * >> *Google Summer of code 2019* >> >

Re: Swagger Implementation for the fineract backend

2019-08-03 Thread Kang Breder
Hi Cajatan, Swagger has been integrated for the self service API. We are currently using swagger-core and swagger-core annotations to generate the swagger docs. The swagger UI has not yet been hosted on Tomcat. I am using python SimpleHTTPServer for hosting. See the link below

Re: [ANNOUNCE] Welcome Courage Angeh to the Apache Fineract PMC

2019-05-22 Thread Kang Breder
Congratulations Courage. On Wed, May 22, 2019, 20:20 Victor Manuel Romero Rodriguez < vic_rom...@hotmail.com> wrote: > Congratulations Courage! Well done! > > Regards > > Victor > El 22/05/19 a las 13:42, Awasum Yannick escribió: > > Hi All, > > I am delighted to announce that Courage Angeh has

Appreciation

2019-05-09 Thread Kang Breder
documents for newly added APIs. Regards, Kang Breder.

Appreciation

2019-05-09 Thread Kang Breder
documents for newly added APIs. Regards, Kang Breder.

Re: [ANNOUNCE] Welcome Isaac Kamga as a Fineract PMC Member

2019-05-06 Thread Kang Breder
Congratulations Isaac! On Sun, May 5, 2019 at 3:06 PM Awasum Yannick wrote: > Hi All, > > I am happy to announce that Isaac Kamga has been voted in as a Fineract > PMC member. > > Isaac has been a part of our community for over 18 months now and in that > time he has contributed invaluably to

Re: [ANNOUNCE] New Fineract PMC member James Dailey

2019-04-08 Thread Kang Breder
Congratulations James! Le mar. 9 avr. 2019 01:43, Courage Angeh a écrit : > Congratulations James. > > On Mon, Apr 8, 2019, 8:12 PM Steve Conrad wrote: > > > Congratulations James. So glad to have your experience and wisdom helping > > to lead Fineract. > > Steve > > > > > > On Mon, Apr 8,

Re: Regarding The Issue FINERACT-745

2019-04-07 Thread Kang Breder
face for the automated documentation of FINERACT > REST API. > Swagger UI can easily be accessible at index.html > > Thanks, > Sanyam > > On Sat, Apr 6, 2019 at 5:18 PM Kang Breder wrote: > >> Hello! >> >> I am working on this issue >> https://issues.ap

Regarding The Issue FINERACT-745

2019-04-06 Thread Kang Breder
Hello! I am working on this issue https://issues.apache.org/jira/browse/FINERACT-745. For the deprecated description field of the @Api, I have modified the BatchApiResource.java class locally by using the @tag definition for the description of the Batch API. I have then added the @tag definition

Request for GSoC proposal feedback

2019-04-05 Thread Kang Breder
Hello! My name is Kang Breder Mbulle. I have been active in community since february and had introduced myself already. I have sent a draft GSoC proposal for the project Swagger Documentation for Fineract APIs. Please i will be grateful if i can get some reviews and comments from Sanyam Goel

Re: [ANNOUNCE] New Fineract PMC member Santosh Math

2019-03-25 Thread Kang Breder
Congratulations Santosh Math! Regards Breder On Mon, Mar 25, 2019 at 5:21 PM Myrle Krantz wrote: > Congratulations Santosh! > > Best Regards, > Myrle > > On Mon, Mar 25, 2019 at 12:03 PM Pembe Miriam > wrote: > > > Good work Santosh, congrats > > > > > > On Mon, Mar 25, 2019 at 8:23 AM

Re: Importing Fineract 1.x in IntelliJ

2019-03-11 Thread Kang Breder
Hello Mua. Please how did you get your student licence. I will like to get mine but i have tried to no avail On Mon, Mar 11, 2019 at 2:15 PM Mua Rachmann wrote: > Hello everyone, > > On my journey of getting started with Apache Fineract 1.x i had some > issues. I am new to all these but i

Re: Google Summer of Code 2019

2019-02-27 Thread Kang Breder
Great news! Le mar. 26 févr. 2019 23:15, Isaac Kamga a écrit : > Hello developers, > > Trust that you're in good health. > > Google's Open Source Programs Office has announced selected organizations > for this year's Google Summer of Code program and we're happy that Apache > Software

Re: Introduction

2019-02-14 Thread Kang Breder
I have done so yet i get the error; bash: ./gradlew: No such file or directory On Thu, Feb 14, 2019 at 6:16 PM Kelvin Ikome wrote: > The command needs to be executed inside of the directory. > > On Thu, Feb 14, 2019 at 6:09 PM Kang Breder wrote: > > > In the directory &

Re: Introduction

2019-02-14 Thread Kang Breder
> webapps directory (/usr/share/tomcat7/webapps/) as specified on step 4 of > > the documentation ( > > > > > https://cwiki.apache.org/confluence/display/FINERACT/Fineract+Installation+on+Ubuntu+Server > > ). > > > > Kelvin :) > > > > On Tue, Feb 12, 20

Re: Introduction

2019-02-12 Thread Kang Breder
ebapps/) as specified on step 4 of > the documentation ( > > https://cwiki.apache.org/confluence/display/FINERACT/Fineract+Installation+on+Ubuntu+Server > ). > > Kelvin :) > > On Tue, Feb 12, 2019 at 5:52 PM Kang Breder wrote: > > > Hello Paul. > > I think i

Re: Introduction

2019-02-12 Thread Kang Breder
en caught by this so many times over the years). > > Paul > > On Tue, 12 Feb 2019 at 16:06, Kang Breder wrote: > > > Hello. > > While installing fineract on ubuntu 16.04, i get this error at the > > penultimate step of the installation process found in doc > > &

Re: Introduction

2019-02-12 Thread Kang Breder
://cwiki.apache.org/confluence/display/FINERACT/Key+Design+Principles > > > > >4. Coding Conventions > >< > > https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions> > > > > This is the repository for Apache Fineract > > <*https

Re: Introduction

2019-02-05 Thread Kang Breder
apache.org/confluence/display/FINERACT/Coding+Conventions> > > This is the repository for Apache Fineract > <*https://github.com/apache/fineract <https://github.com/apache/fineract > >*> > > Thanks, > Courage > > On Tue, Feb 5, 2019 at 10:40 AM Kang B

Introduction

2019-02-05 Thread Kang Breder
Hello Everyone! My name is Kang Breder Mbulle. I am a third year Telecommunications Engineering student at Faculty of Engineering and Technology, University of Buea, Cameroon. I am new to Open Source and interested in contributing to your community. I am comfortable with java and recently I