Re: [VOTE] [FINERACT] 0.3.2-incubating for release

2016-07-17 Thread Nazeer Shaik
Hi Justin, Fineract code compiles without LGPL dependency. So users are not required to download this dependency. We have tested Fineract code by using hibernate JPA implementation. That's why we are including hibernate as dependency in our integration tests. Fineract users, can configure any

Re: [VOTE] [FINERACT] 0.3.2-incubating for release

2016-07-15 Thread Justin Mclean
Hi, > This is the approach we have taken to clearly demonstrate that LGPL > dependency is used only for test or development. AFAIK there is no ASF policy that allows LGPL/GPL dependancy for use for testing , there’s a build tool exception but that is different. There is a policy that allows

Re: [VOTE] [FINERACT] 0.3.2-incubating for release

2016-07-15 Thread John D. Ament
gt; Adi >> >> -Original Message- >> From: Nazeer Shaik [mailto:nazeer.sh...@confluxtechnologies.com] >> Sent: 14 July 2016 08:23 >> Cc: d...@fineract.apache.org >> Subject: Re: [VOTE] [FINERACT] 0.3.2-incubating for release >> >> Hi John, >&

Re: [VOTE] [FINERACT] 0.3.2-incubating for release

2016-07-15 Thread Nazeer Shaik
een going in circles over this for a long time. > Your comments and suggestions are valuable here for us. > > Regards, > Adi > > -Original Message- > From: Nazeer Shaik [mailto:nazeer.sh...@confluxtechnologies.com] > Sent: 14 July 2016 08:23 > Cc: d...@fineract.apa

Re: [VOTE] [FINERACT] 0.3.2-incubating for release

2016-07-12 Thread John D. Ament
Hi Nazeer, I think we're disconnected a little bit. Following your readme file, I ran "gradle clean war" (Note: I have gradle preinstalled). The resulting binary zip includes hibernate as a dependency. In addition, I see the MySQL JDBC Driver in as a dependency, which is GPL. John On

Re: [VOTE] [FINERACT] 0.3.2-incubating for release

2016-07-12 Thread John D. Ament
Hi, Just to point this out - hope you don't mind my lurking. You still have a dependency on hibernate transitively from spring-boot-starter-data-jpa. John On 2016-07-12 10:32 (-0400), Nazeer Shaik wrote: > Hello Fineract community, > > We have created

[VOTE] [FINERACT] 0.3.2-incubating for release

2016-07-12 Thread Nazeer Shaik
Hello Fineract community, We have created 0.3.2-incubating release, with the artifacts below up for a vote. These are the goals of this release: - Moved Hibernate dependency only to integration tests. So default build will not include Hibernate dependency - Removed JSR305 dependency