Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE8031822C for ; Thu, 10 Dec 2015 13:15:45 +0000 (UTC) Received: (qmail 39791 invoked by uid 500); 10 Dec 2015 13:15:45 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 39747 invoked by uid 500); 10 Dec 2015 13:15:45 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 39738 invoked by uid 99); 10 Dec 2015 13:15:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2015 13:15:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7EA2DE179F; Thu, 10 Dec 2015 13:15:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Thu, 10 Dec 2015 13:15:45 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/5] ignite git commit: OSGi Karaf features: ignite-all -= ignite-hibernate to avoid possible licensing issues. Repository: ignite Updated Branches: refs/heads/ignite-1537 445e2e6a9 -> 7d8cadecd 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-1537 Commit: d466c7abc5401dc7744d6d72b328fa61b7f1d05a Parents: 18fef56 Author: Raul Kripalani Authored: Thu Dec 10 10:59:19 2015 +0000 Committer: Raul Kripalani 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 @@
+ 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).]]>
ignite-core ignite-aop @@ -33,7 +35,6 @@ ignite-camel ignite-flume ignite-indexing - ignite-hibernate ignite-jcl ignite-jms11 ignite-jta @@ -104,7 +105,9 @@
+ 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.]]>
hibernate mvn:org.apache.ignite/ignite-hibernate/${project.version}