You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/12/11 05:23:36 UTC

[16/30] ignite git commit: OSGi Karaf features: ignite-all -= ignite-hibernate to avoid possible licensing issues.

OSGi Karaf features: ignite-all -= ignite-hibernate to avoid possible licensing issues.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d466c7ab
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d466c7ab
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d466c7ab

Branch: refs/heads/ignite-1.5.1
Commit: d466c7abc5401dc7744d6d72b328fa61b7f1d05a
Parents: 18fef56
Author: Raul Kripalani <ra...@apache.org>
Authored: Thu Dec 10 10:59:19 2015 +0000
Committer: Raul Kripalani <ra...@apache.org>
Committed: Thu Dec 10 10:59:19 2015 +0000

----------------------------------------------------------------------
 modules/osgi-karaf/src/main/resources/features.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d466c7ab/modules/osgi-karaf/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/modules/osgi-karaf/src/main/resources/features.xml b/modules/osgi-karaf/src/main/resources/features.xml
index 4dca39b..983aeed 100644
--- a/modules/osgi-karaf/src/main/resources/features.xml
+++ b/modules/osgi-karaf/src/main/resources/features.xml
@@ -22,10 +22,12 @@
         <details>
             <![CDATA[Aggregate feature for installing all Apache Ignite module + their dependencies.
             
-            NOTE: Due to a bug in Apache Karaf (KARAF-4129), you must install the ignite-log4j feature explicitly and then either:
+            NOTE #1: Due to a bug in Apache Karaf (KARAF-4129), you must install the ignite-log4j feature explicitly and then either:
             - manually refresh the pax-logging-api framework bundle  - or - 
             - restart the Apache Karaf container.
-            You may safely ignore the 'Resource has no uri' exception if you follow this method.]]>
+            You may safely ignore the 'Resource has no uri' exception if you follow this method.
+
+            NOTE #2: This feature *does not* include components that depend on LGPL software (e.g. ignite-hibernate).]]>
         </details>
         <feature>ignite-core</feature>
         <feature>ignite-aop</feature>
@@ -33,7 +35,6 @@
         <feature>ignite-camel</feature>
         <feature>ignite-flume</feature>
         <feature>ignite-indexing</feature>
-        <feature>ignite-hibernate</feature>
         <feature>ignite-jcl</feature>
         <feature>ignite-jms11</feature>
         <feature>ignite-jta</feature>
@@ -104,7 +105,9 @@
         <details>
             <![CDATA[The Apache Ignite Hibernate module + dependencies. 
             
-            Installing this feature will trigger the installation of the 'hibernate' feature from the Apache Karaf distribution.]]>
+            Installing this feature will trigger the installation of the 'hibernate' feature from the Apache Karaf distribution.
+
+            NOTE: Take into account that certain parts of Hibernate are offered under the LGPL license.]]>
         </details>
         <feature>hibernate</feature>
         <bundle start="true">mvn:org.apache.ignite/ignite-hibernate/${project.version}</bundle>