Re: Fixes to ./gradlew bootRun / FINERACT-730

2020-04-30 Thread Michael Vorburger
Petri,

welcome to Apache Fineract.

Yes, a PR for this would be *VERY* welcome... ;-)

Tx,
M.


On Thu, 30 Apr 2020, 22:07 Petri Tuomola,  wrote:

> Hi all
>
> I’m new to Fineract - so apologies in advance for anything I may have got
> wrong with this:
>
> I had a bit of spare time today and downloaded the latest develop branch
> for Fineract 1.x. Initially it did not start on my machine - ./gradlew
> bootRun threw a lot of errors.
>
> But after a couple of fixes to dependencies, SSL config, main class etc,
> ./gradlew bootRun now seems to work fine: the application starts and I can
> call the API etc.
>
> My changes are in a branch at
> https://github.com/ptuomola/fineract/tree/FINERACT-730 and I was
> wondering if these would be of interest to anyone?
>
> I think this should help to address the issue FINERACT-730
>
> If yes, I can open a pull request - once I’ve done some more testing (e.g.
> that the built WAR can also be started and that I haven’t broken the dev
> profile build etc)
>
> Thanks in advance
>
> Regards
> Petri
>
>


Fixes to ./gradlew bootRun / FINERACT-730

2020-04-30 Thread Petri Tuomola
Hi all

I’m new to Fineract - so apologies in advance for anything I may have got wrong 
with this:

I had a bit of spare time today and downloaded the latest develop branch for 
Fineract 1.x. Initially it did not start on my machine - ./gradlew bootRun 
threw a lot of errors.

But after a couple of fixes to dependencies, SSL config, main class etc, 
./gradlew bootRun now seems to work fine: the application starts and I can call 
the API etc. 

My changes are in a branch at 
https://github.com/ptuomola/fineract/tree/FINERACT-730 
 and I was wondering if 
these would be of interest to anyone? 

I think this should help to address the issue FINERACT-730 

If yes, I can open a pull request - once I’ve done some more testing (e.g. that 
the built WAR can also be started and that I haven’t broken the dev profile 
build etc)

Thanks in advance

Regards
Petri



Re: I have tried the prettier formatting

2020-04-30 Thread Saransh Sharma
if after all if you agree i can add prettier formatting as a part of the
pre-commit hook, https://github.com/apache/fineract/pull/771

On Thu, Apr 30, 2020 at 7:41 PM Saransh Sharma 
wrote:

> I know there is checkStyle enforced, but code is not pretty , I have used
> the prettier formatting from
>
> https://github.com/jhipster/prettier-java
>
> It has made the code base style pretty consistent and is more readable.
> For instance , it uses this technique: A Prettier plugin must first parse
> the source code of the target language into a traversable data structure
> (Usually an Abstract Syntax Tree) and then print out that data structure in
> a "pretty" style.  Prettier-Java uses a Java-Parser implemented in
> JavaScript using the Chevrotain Parser Building Toolkit for JavaScript.
> What this means is that unlike many other Prettier plugins, prettier-java
> has no additional runtime pre-requisites (e.g: Python executable). It could
> even be used inside a browser.
>
> CheckStyle is enforced, i think i like prettier one.
>
> If you guys agree to it, we can open an issue and PR.
>
>
> --
>
> Saransh Sharma
> *Research Partner*
> *Muellner Internet Pvt Ltd *
>
>
> --
>
> The idea of separation of me and you is amazing.
>
> --
> *Company Website    **Company Linkedin
> *Company Facebook
> 
>
> This mail is governed by Muellner®  Internet Private Limited's IT policy.
> The information contained in this e-mail and any accompanying documents
> may contain information that is confidential or otherwise protected from
> disclosure. If you are not the intended recipient of this message, or if
> this message has been addressed to you in error, please immediately alert
> the sender by reply e-mail and then delete this message, including any
> attachments. Any dissemination, distribution or other use of the contents
> of this message by anyone other than the intended recipient is strictly
> prohibited. All messages sent to and from this e-mail address may be
> monitored as permitted by applicable law and regulations to ensure
> compliance with our internal policies and to protect our business. E-mails
> are not secure and cannot be guaranteed to be error free as they can be
> intercepted, amended, lost or destroyed, or contain viruses. You are deemed
> to have accepted these risks if you communicate with us by e-mail.
>


-- 

Saransh Sharma
*Research Partner*
*Muellner Internet Pvt Ltd *

--

The idea of separation of me and you is amazing.
--
*Company Website    **Company Linkedin
*Company Facebook


This mail is governed by Muellner®  Internet Private Limited's IT policy.
The information contained in this e-mail and any accompanying documents may
contain information that is confidential or otherwise protected from
disclosure. If you are not the intended recipient of this message, or if
this message has been addressed to you in error, please immediately alert
the sender by reply e-mail and then delete this message, including any
attachments. Any dissemination, distribution or other use of the contents
of this message by anyone other than the intended recipient is strictly
prohibited. All messages sent to and from this e-mail address may be
monitored as permitted by applicable law and regulations to ensure
compliance with our internal policies and to protect our business. E-mails
are not secure and cannot be guaranteed to be error free as they can be
intercepted, amended, lost or destroyed, or contain viruses. You are deemed
to have accepted these risks if you communicate with us by e-mail.


I have tried the prettier formatting

2020-04-30 Thread Saransh Sharma
I know there is checkStyle enforced, but code is not pretty , I have used
the prettier formatting from

https://github.com/jhipster/prettier-java

It has made the code base style pretty consistent and is more readable. For
instance , it uses this technique: A Prettier plugin must first parse the
source code of the target language into a traversable data structure
(Usually an Abstract Syntax Tree) and then print out that data structure in
a "pretty" style.  Prettier-Java uses a Java-Parser implemented in
JavaScript using the Chevrotain Parser Building Toolkit for JavaScript.
What this means is that unlike many other Prettier plugins, prettier-java
has no additional runtime pre-requisites (e.g: Python executable). It could
even be used inside a browser.

CheckStyle is enforced, i think i like prettier one.

If you guys agree to it, we can open an issue and PR.


-- 

Saransh Sharma
*Research Partner*
*Muellner Internet Pvt Ltd *

--

The idea of separation of me and you is amazing.
--
*Company Website    **Company Linkedin
*Company Facebook


This mail is governed by Muellner®  Internet Private Limited's IT policy.
The information contained in this e-mail and any accompanying documents may
contain information that is confidential or otherwise protected from
disclosure. If you are not the intended recipient of this message, or if
this message has been addressed to you in error, please immediately alert
the sender by reply e-mail and then delete this message, including any
attachments. Any dissemination, distribution or other use of the contents
of this message by anyone other than the intended recipient is strictly
prohibited. All messages sent to and from this e-mail address may be
monitored as permitted by applicable law and regulations to ensure
compliance with our internal policies and to protect our business. E-mails
are not secure and cannot be guaranteed to be error free as they can be
intercepted, amended, lost or destroyed, or contain viruses. You are deemed
to have accepted these risks if you communicate with us by e-mail.


Re: [Mifos-developer] Web-self-service app

2020-04-30 Thread Sendoro Juma
Dear Floyd,

Mifos has partners in many countries.

Please state your country and you can get support faster.



> On 30 Apr 2020, at 12:39, Floyd Nickson  wrote:
> 
> 
> Hello, am looking for someone who can deploy mifos web-self-service and 
> ensure that it's running.
> Mifos-developer mailing list
> mifos-develo...@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer



RE: Web-self-service app

2020-04-30 Thread Karthik Ananthakrishnan
Hey Floyd. I can help you with this.

Sent from Mail for Windows 10


From: Floyd Nickson 
Sent: Thursday, April 30, 2020 4:08:11 PM
To: Mifos software development ; 
dev@fineract.apache.org 
Subject: Web-self-service app

Hello, am looking for someone who can deploy mifos web-self-service and ensure 
that it's running.


Web-self-service app

2020-04-30 Thread Floyd Nickson
Hello, am looking for someone who can deploy mifos web-self-service and
ensure that it's running.