Re: Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-25 Thread Ed Cable
Santosh, for these staging servers hosted by Mifos to provide a UI for functional testing, we are in the process of migrating to am Azure environment. I will get you on a thread with Nayan and Terence and Sugosh to discuss. Ed On Sun, Nov 24, 2019, 23:34 Santosh Math wrote: > Okay. I just

Re: Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-25 Thread Awasum Yannick
Ivan, When replying to a thread where many people are attached, please use reply all and not reply (in gmail, maybe other mail clients have this too). This makes sure your email is not sent only to one person like the one below.. Thanks for the help. On Mon, Nov 25, 2019 at 9:00 AM Ivan

Re: Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-24 Thread Santosh Math
I am able to resolve the issue. I noticed that mysql was not running in my machine. :-) . But in error log I shared , it wasn't mentioned,right? On Mon, Nov 25, 2019 at 1:08 PM Awasum Yannick wrote: > > > On Mon, Nov 25, 2019 at 8:34 AM Santosh Math < > sant...@confluxtechnologies.com> wrote: >

Re: Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-24 Thread Awasum Yannick
On Mon, Nov 25, 2019 at 8:34 AM Santosh Math < sant...@confluxtechnologies.com> wrote: > Okay. I just fetched latest code from develop branch and the build is > failed again. Attached the error log. > I dont know what is wrong here. I just build the latest code on develop and it runs in Dev

Re: Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-24 Thread Santosh Math
Okay. I just fetched latest code from develop branch and the build is failed again. Attached the error log. Can we update our following staging servers for testing? https://mobile.openmf.org/ https://staging.openmf.org/ On Mon, Nov 25, 2019 at 12:48 PM Michael Vorburger wrote: > On Sun, Nov

Re: Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-24 Thread Michael Vorburger
On Sun, Nov 24, 2019 at 11:14 PM Santosh Math < sant...@confluxtechnologies.com> wrote: > Hi Michael, > I fetched latest code from Apache Fineract develop branch on Friday. > Later, I run "./gradlew clean tomcatrunwar" in Fineract folder. I did it in > an empty database and the build was

Re: Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-24 Thread Santosh Math
Hi Michael, I fetched latest code from Apache Fineract develop branch on Friday. Later, I run "./gradlew clean tomcatrunwar" in Fineract folder. I did it in an empty database and the build was successful. Later, I cherry-picked some commits build was failing and then removed those commits and

Re: Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-24 Thread Michael Vorburger
On Sun, Nov 24, 2019 at 9:05 PM Santosh Math < sant...@confluxtechnologies.com> wrote: > Hi Awasum, > Thank you. By the way, today I pulled the fresh code from develop branch > of Apache Fineract and the build is getting failed. I was able to build > develop branch code successfully on Friday. >

Re: Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-24 Thread Santosh Math
Hi Awasum, Thank you. By the way, today I pulled the fresh code from develop branch of Apache Fineract and the build is getting failed. I was able to build develop branch code successfully on Friday. I attached the error log. On Mon, Nov 25, 2019 at 8:01 AM Michael Vorburger wrote: > I merged

Re: Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-22 Thread Santosh Math
Hi Awasum, First, I fetched the latest code from develop branch of Apache/Fineract into my local machine. Then, I cherry-picked the following commits into my local machine before running integration test. https://github.com/ivan333m/fineract/commit/1e0e6ca3e749c7408c610f54791f7ec68910e655

Re: Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-22 Thread Awasum Yannick
Hi Santosh, Your logs show you are using spring boot 1.x and spring 4.x. I am not sure you are using right PR. we have not yet merged the PR for the upgrade. See here: https://github.com/apache/fineract/pull/642 We simply requested more people to test the PR to make sure most things are working

Re: Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-22 Thread Santosh Math
Hi All, I am doing Integration test locally and the commit, "FINERACT-724 disable csrf on oauth configuration" causing the build to fail and I have attached the error log with this mail. However, the other two commits - "FINERACT-724 fix oauth configuration" & "FINERACT-724 fix travis build

Fineract 1.x Spring Boot 2.1.7 Upgrade Re: Status of Merging Pull Requests 642 and 649

2019-11-21 Thread Awasum Yannick
Hi All, We now have Travis passing again for https://github.com/apache/fineract/pull/642 This is ready to go, I think. One thing I have not done is to test the security aspect to make sure the upgrade to spring boot 2.1.7 has not caused any problems. Please, will a few people help to test the