-
Notifications
You must be signed in to change notification settings - Fork 152
[TRAFODION-2920]Add hibernate dialect support. #1407
base: master
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
2 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create a JIRA for this tool.
Add license head for each file.
@@ -0,0 +1,30 @@ | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
License head is required for every file.
Can one of the admins verify this patch? |
+1 Good! |
I have a concern here. Maven POM is set to pull in the hibernate-core dependency, which appears to be licensed under LGPL. That is not something we can bundle. |
6fc38a4
to
8d907de
Compare
@svarnau, did the latest change answer your concern? |
No, my concern is not addressed. There is still license issue with the hibernate dependency, as far as I can see. |
I don't familiar with the license issue. Is there any document saying we can not use? As i know if we want to make any changes on the source code, it should involve license issue. We also did use Python which is GPL license in DCS pom.xml. What do you think or any body we could ask? |
Looked a pom.xml in Apache Spark and some of the dependencies are not from Apache. So I think it might be ok( correct me if i am wrong). |
http://apache.org/legal/resolved.html#category-x The DCS dependency you mention is jython-standalone, which has a different license, and is regferenced in our license file(s). |
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
No description provided.