Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A6301200B27 for ; Wed, 22 Jun 2016 14:49:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A19C9160A35; Wed, 22 Jun 2016 12:49:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E940E160A2E for ; Wed, 22 Jun 2016 14:49:02 +0200 (CEST) Received: (qmail 21117 invoked by uid 500); 22 Jun 2016 12:49:02 -0000 Mailing-List: contact commits-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list commits@karaf.apache.org Received: (qmail 21108 invoked by uid 99); 22 Jun 2016 12:49:02 -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; Wed, 22 Jun 2016 12:49:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 08C17DFEDA; Wed, 22 Jun 2016 12:49:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cschneider@apache.org To: commits@karaf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: karaf git commit: [KARAF-4588] Pass along options Date: Wed, 22 Jun 2016 12:49:02 +0000 (UTC) archived-at: Wed, 22 Jun 2016 12:49:03 -0000 Repository: karaf Updated Branches: refs/heads/karaf-4.0.x f2ad08df8 -> 21aecef2d [KARAF-4588] Pass along options Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/21aecef2 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/21aecef2 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/21aecef2 Branch: refs/heads/karaf-4.0.x Commit: 21aecef2d62b991c21645c501cd719d8ba7bf99a Parents: f2ad08d Author: Christian Schneider Authored: Wed Jun 22 14:26:14 2016 +0200 Committer: Christian Schneider Committed: Wed Jun 22 14:48:55 2016 +0200 ---------------------------------------------------------------------- .../karaf/features/internal/service/FeaturesServiceImpl.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/21aecef2/features/core/src/main/java/org/apache/karaf/features/internal/service/FeaturesServiceImpl.java ---------------------------------------------------------------------- diff --git a/features/core/src/main/java/org/apache/karaf/features/internal/service/FeaturesServiceImpl.java b/features/core/src/main/java/org/apache/karaf/features/internal/service/FeaturesServiceImpl.java index 42ef5f0..f3707f1 100644 --- a/features/core/src/main/java/org/apache/karaf/features/internal/service/FeaturesServiceImpl.java +++ b/features/core/src/main/java/org/apache/karaf/features/internal/service/FeaturesServiceImpl.java @@ -267,7 +267,9 @@ public class FeaturesServiceImpl implements FeaturesService, Deployer.DeployCall checkResolve(); } - @SuppressWarnings("unchecked") + @SuppressWarnings({ + "unchecked", "rawtypes" + }) private void checkResolve() { if (bundle == null) { return; // Most certainly in unit tests @@ -824,7 +826,7 @@ public class FeaturesServiceImpl implements FeaturesService, Deployer.DeployCall @Override public void installFeature(Feature feature, EnumSet