Re: Fineract 1.6.0

2022-05-11 Thread Sathish Thangathurai
Could you please post your log here?

Thanks,
Sathish
skype name: sathish.s.t

On Tue, May 10, 2022 at 11:14 AM Chantilly Muyaya 
wrote:

> Hello Dear,
>
> I work with fineract 1.6.0, and everything is register very well since
> last month. Today morning I realized that in savings products list and
> charges all products and charges disappeared.
>
> But in Mysql server I have products and charges recorded.
>
> I need your help.
>
> Regards.
>


Re: Fineract 1.6.0 Git tag issues...

2022-04-27 Thread Aleksandar Vidakovic
... no problem... thanks a ton for detecting the issue and sorry again for
the inconvenience. Not sure if I mentioned it: I'm currently developing a
Gradle release plugin for Fineract that takes care of most of these steps
we need to do for a release (ca. 15). As these releases don't happen (yet)
that often it's easy to forget a step (or drop a parameter like I did when
creating the tag). When we have that plugin in place it should be a lot
less likely to drop the ball and it should be easier for others to jump in
as a release manager (like Petri last year when I was not available to do
it).

Just to say... this should get a lot better.

Cheers,

Aleks

On Tue, Apr 26, 2022 at 7:35 PM Manoj VM  wrote:

> Thank you very much for fixing this
> Thanks and Regards,
> Manoj
> fynarfin.io
>
>
> On Mon, Apr 25, 2022 at 12:33 PM Arnold Galovics 
> wrote:
>
>> Thanks Aleks for the investigation and taking care of it. Appreciated.
>>
>> Best,
>> Arnold
>>
>> On Sun, Apr 24, 2022 at 3:36 AM Aleksandar Vidakovic <
>> chee...@monkeysintown.com> wrote:
>>
>>> Hi everyone,
>>>
>>> ... just continuing in a fresh thread, because the topic "Fineract 1.5.0
>>> to 1.6.0" got too big for the list mailer daemon.
>>>
>>> Just wanted to repeat that the Git tag is corrected and shows the
>>> correct history now (i. e. does not include the Liquibase commit).
>>>
>>> FYI
>>>
>>> Aleks
>>>
>>
> Disclaimer:
>
> Privileged & confidential information is contained in this message
> (including all attachments). If you are not an intended recipient of this
> message, please destroy this message immediately and kindly notify
> the sender by reply e-mail. Any unauthorised use or dissemination of this
> message in any manner whatsoever, in whole or in part, is strictly
> prohibited. This e-mail, including all attachments hereto, (i) is for
> discussion purposes only and shall not be deemed or construed to be a
> professional opinion unless expressly stated otherwise, and (ii) is not
> intended, written or sent to be used, and cannot and shall not be used, for
> any unlawful purpose. This communication, including any attachments, may
> not be free of viruses, interceptions or interference, and may not be
> compatible with your systems. You should carry out your own virus checks
> before opening any attachment to this e-mail. The sender of this e-mail and
> *Fynarfin Tech Private Limited* shall not be liable for any damage that
> you may sustain as a result of viruses, incompleteness of this message, a
> delay in receipt of this message or computer problems experienced.
>


Re: Fineract 1.6.0 Git tag issues...

2022-04-26 Thread Manoj VM
Thank you very much for fixing this
Thanks and Regards,
Manoj
fynarfin.io


On Mon, Apr 25, 2022 at 12:33 PM Arnold Galovics  wrote:

> Thanks Aleks for the investigation and taking care of it. Appreciated.
>
> Best,
> Arnold
>
> On Sun, Apr 24, 2022 at 3:36 AM Aleksandar Vidakovic <
> chee...@monkeysintown.com> wrote:
>
>> Hi everyone,
>>
>> ... just continuing in a fresh thread, because the topic "Fineract 1.5.0
>> to 1.6.0" got too big for the list mailer daemon.
>>
>> Just wanted to repeat that the Git tag is corrected and shows the correct
>> history now (i. e. does not include the Liquibase commit).
>>
>> FYI
>>
>> Aleks
>>
>

-- 
Disclaimer:


Privileged & confidential information is contained in this 
message (including all attachments). If you are not an intended recipient 
of this message, please destroy this message immediately and kindly notify
the sender by reply e-mail. Any unauthorised use or dissemination of this 
message in any manner whatsoever, in whole or in part, is strictly 
prohibited. This e-mail, including all attachments hereto, (i) is for 
discussion purposes only and shall not be deemed or construed to be a 
professional opinion unless expressly stated otherwise, and (ii) is not 
intended, written or sent to be used, and cannot and shall not be used, for 
any unlawful purpose. This communication, including any attachments, may 
not be free of viruses, interceptions or interference, and may not be 
compatible with your systems. You should carry out your own virus checks 
before opening any attachment to this e-mail. The sender of this e-mail and 

*Fynarfin Tech Private Limited* shall not be liable for any damage that 
you may sustain as a result of viruses, incompleteness of this message, a 
delay in receipt of this message or computer problems experienced. 


Re: Fineract 1.6.0 Git tag issues...

2022-04-25 Thread Arnold Galovics
Thanks Aleks for the investigation and taking care of it. Appreciated.

Best,
Arnold

On Sun, Apr 24, 2022 at 3:36 AM Aleksandar Vidakovic <
chee...@monkeysintown.com> wrote:

> Hi everyone,
>
> ... just continuing in a fresh thread, because the topic "Fineract 1.5.0
> to 1.6.0" got too big for the list mailer daemon.
>
> Just wanted to repeat that the Git tag is corrected and shows the correct
> history now (i. e. does not include the Liquibase commit).
>
> FYI
>
> Aleks
>


Re: Fineract 1.6.0 release branch

2022-02-19 Thread Aleksandar Vidakovic
Hi everyone,

... just a bit of an update... included 2 last minute picks in the release
branch:

   - WAR files are now included again in the binary release distribution
   (we temporarily excluded b/c of a circular dependency issue), and the
   fineract-client JAR was newly added
   - major frameworks (Spring/Boot, Gradle, JUnit) have been updated to
   latest patch versions (no major changes)

I have one outstanding PR that would be nice to have (easier SSL
configuration), but have to fix some Gradle Cargo plugin related issues
(Spring Boot standalone app is not affected by this); not a show stopper
for Monday.

I did a dry run for Monday's release, things look OK so far.

Just FYI.

Cheers,

Aleks

P.S.: Still need to clean up remaining Jira tickets and release wiki page.

On Tue, Feb 15, 2022 at 8:05 PM Aleksandar Vidakovic <
chee...@monkeysintown.com> wrote:

> Hi everyone,
>
> As previously announced, I've just created the release branch for our
> upcoming 1.6.0 release.
>
> You can continue working and merging PRs to the develop branch for future
> releases, as always.
>
> The DRAFT release notes are on
> https://cwiki.apache.org/confluence/display/FINERACT/1.6.0+-+Apache+Fineract.
> Does anyone see anything missing?
>
> Does anyone have any last minute changes they would like to see
> cherry-picked to branch 1.6.0, or are we good to go and actually cut the
> release based on this branch as it is? I will also clean up the Jira
> tickets, meaning anything non vital will be pushed to a later date.
>
> I'll initiate the final stage of actually creating the release at the
> latest next Monday, February 21.
>
> Cheers,
>
> Aleks
>


Re: Fineract 1.6.0 release branch

2022-02-15 Thread Aleksandar Vidakovic
Hi everyone,

As previously announced, I've just created the release branch for our
upcoming 1.6.0 release.

You can continue working and merging PRs to the develop branch for future
releases, as always.

The DRAFT release notes are on
https://cwiki.apache.org/confluence/display/FINERACT/1.6.0+-+Apache+Fineract.
Does anyone see anything missing?

Does anyone have any last minute changes they would like to see
cherry-picked to branch 1.6.0, or are we good to go and actually cut the
release based on this branch as it is? I will also clean up the Jira
tickets, meaning anything non vital will be pushed to a later date.

I'll initiate the final stage of actually creating the release at the
latest next Monday, February 21.

Cheers,

Aleks