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 C4AA0102AB for ; Fri, 4 Dec 2015 06:52:25 +0000 (UTC) Received: (qmail 19153 invoked by uid 500); 4 Dec 2015 06:52:25 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 19078 invoked by uid 500); 4 Dec 2015 06:52:25 -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 18912 invoked by uid 99); 4 Dec 2015 06:52:25 -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; Fri, 04 Dec 2015 06:52:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 73F7AE0A51; Fri, 4 Dec 2015 06:52:25 +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: Fri, 04 Dec 2015 06:52:36 -0000 Message-Id: <3dbea268f36c41edb1c00f416dc04d80@git.apache.org> In-Reply-To: <4de1b3312ef84f17821ae129376107a9@git.apache.org> References: <4de1b3312ef84f17821ae129376107a9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/12] ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-1.5' into ignite-1537 Merge remote-tracking branch 'remotes/origin/ignite-1.5' into ignite-1537 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/345ee82e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/345ee82e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/345ee82e Branch: refs/heads/ignite-1537 Commit: 345ee82ed5af7304bafd4657c519d0b030b4abbf Parents: 172a90f baab3d2 Author: sboikov Authored: Fri Dec 4 09:51:57 2015 +0300 Committer: sboikov Committed: Fri Dec 4 09:51:57 2015 +0300 ---------------------------------------------------------------------- examples/pom.xml | 2 +- examples/schema-import/pom.xml | 2 +- modules/aop/pom.xml | 12 +- modules/aws/pom.xml | 18 +- modules/camel/pom.xml | 11 +- modules/core/pom.xml | 28 +- .../processors/cache/GridCacheIoManager.java | 2 +- .../GridDhtPartitionsExchangeFuture.java | 9 +- .../dht/GridCacheTxNodeFailureSelfTest.java | 2 + .../dht/GridNearCacheTxNodeFailureSelfTest.java | 4 - .../testsuites/IgniteCacheTestSuite2.java | 2 + modules/flume/pom.xml | 16 +- modules/geospatial/pom.xml | 20 ++ modules/hadoop/pom.xml | 2 +- modules/hibernate/pom.xml | 10 +- modules/indexing/pom.xml | 22 +- modules/jcl/pom.xml | 11 + modules/jms11/pom.xml | 20 +- modules/jta/pom.xml | 17 + modules/kafka/pom.xml | 16 +- modules/log4j/pom.xml | 10 + modules/log4j2/pom.xml | 11 + modules/mqtt/pom.xml | 24 +- modules/osgi-karaf/README.txt | 18 + modules/osgi-karaf/licenses/apache-2.0.txt | 202 ++++++++++++ modules/osgi-karaf/pom.xml | 84 +++++ .../osgi-karaf/src/main/resources/features.xml | 327 +++++++++++++++++++ modules/osgi-paxlogging/README.txt | 12 + modules/osgi-paxlogging/licenses/apache-2.0.txt | 202 ++++++++++++ modules/osgi-paxlogging/pom.xml | 69 ++++ modules/osgi/README.txt | 65 ++++ modules/osgi/licenses/apache-2.0.txt | 202 ++++++++++++ modules/osgi/pom.xml | 171 ++++++++++ .../IgniteAbstractOsgiContextActivator.java | 238 ++++++++++++++ .../org/apache/ignite/osgi/IgniteOsgiUtils.java | 69 ++++ .../BundleDelegatingClassLoader.java | 147 +++++++++ .../classloaders/ContainerSweepClassLoader.java | 134 ++++++++ .../OsgiClassLoadingStrategyType.java | 29 ++ .../ignite/osgi/AbstractIgniteKarafTest.java | 109 +++++++ .../IgniteKarafFeaturesInstallationTest.java | 100 ++++++ .../ignite/osgi/IgniteOsgiServiceTest.java | 131 ++++++++ .../apache/ignite/osgi/IgniteOsgiTestSuite.java | 32 ++ .../activators/BasicIgniteTestActivator.java | 76 +++++ .../ignite/osgi/activators/TestOsgiFlags.java | 53 +++ .../osgi/activators/TestOsgiFlagsImpl.java | 83 +++++ modules/rest-http/pom.xml | 34 +- modules/scalar-2.10/pom.xml | 9 +- modules/scalar/pom.xml | 9 +- modules/schedule/pom.xml | 25 +- modules/schema-import/pom.xml | 2 +- modules/slf4j/pom.xml | 12 +- modules/spark-2.10/pom.xml | 2 +- modules/spring/pom.xml | 30 +- modules/ssh/pom.xml | 19 +- modules/twitter/pom.xml | 12 +- modules/urideploy/pom.xml | 17 +- modules/visor-console-2.10/pom.xml | 4 +- modules/visor-console/pom.xml | 2 +- modules/visor-plugins/pom.xml | 4 +- modules/web/pom.xml | 13 +- ...IgniteTransactionalInvokeRetryBenchmark.java | 4 +- ...IgniteTransactionalWriteInvokeBenchmark.java | 6 +- modules/zookeeper/pom.xml | 14 +- parent/pom.xml | 136 +++++++- pom.xml | 44 ++- 65 files changed, 3120 insertions(+), 102 deletions(-) ----------------------------------------------------------------------