Re: [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC3]

2019-04-19 Thread Willem Jiang
If you extract the dubbo-admin-0.2.0.jar from the apache-dubbo-admin-incubating-0.2.0-bin.zip, you can find the hibernate-core-5.2.17.Final.jar in the BOOT-INF/lib directory. I found this issue by going through the License file of the bin.zip file, it lists the LGPL library of Hibernate. Event you

Re: [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC3]

2019-04-19 Thread Sheng Wu
Hi If the LGPL lib is delivering inside final binary tar, I agree this causes a license issue, which should be fixed. Sheng Willem Jiang 于2019年4月19日 周五下午9:11写道: > If you extract the dubbo-admin-0.2.0.jar from the > apache-dubbo-admin-incubating-0.2.0-bin.zip, you can find the > hibernate-core-5

Re: [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC3]

2019-04-19 Thread Willem Jiang
Hi, EclipseLink[1] is a JPA implementation which we can use in Apache Product. You can fix the issue by replace Hibernate dependencies with EclipseLink. You can take ServiceComb-Pack[2] as an example, we used to have the dependency of Hibernate by using the spring-boot-jpa by default, but we chan

Re: [VOTE] Release apache-singa-incubating-2.0.0 (RC1)

2019-04-19 Thread Thejas Nair
+1 binding On Wed, Apr 17, 2019 at 8:24 PM Justin Mclean wrote: > Hi, > > +1 (binding) See other email for what I reviewed. > > Thanks, > Justin > > - > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > For add

Re: [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC3]

2019-04-19 Thread Craig Russell
At the risk of repeating myself, have you looked at OpenJPA? http://openjpa.apache.org is our own dog food. Craig > On Apr 19, 2019, at 6:18 AM, Willem Jiang wrote: > > Hi, > > EclipseLink[1] is a JPA implementation which we can use in Apache Product. > You can fix the issue by replace Hibern