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 DB8B0200D5D for ; Wed, 20 Dec 2017 14:25:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D9E52160C15; Wed, 20 Dec 2017 13:25:15 +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 2C76E160C0A for ; Wed, 20 Dec 2017 14:25:15 +0100 (CET) Received: (qmail 98595 invoked by uid 500); 20 Dec 2017 13:25:14 -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 98586 invoked by uid 99); 20 Dec 2017 13:25:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2017 13:25:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id BBA48820D1; Wed, 20 Dec 2017 13:25:13 +0000 (UTC) Date: Wed, 20 Dec 2017 13:25:13 +0000 To: "commits@karaf.apache.org" Subject: [karaf-cave] branch master updated: Fix clusterRemoveFeaturesRepository REST operation path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151377631372.10310.5720761120081635175@gitbox.apache.org> From: jbonofre@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: karaf-cave X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 95b389268cf9a493ac04c022d82b7d4127e64a35 X-Git-Newrev: c08ff7358f2dedc9ed16e3b15ddd7790549f78e4 X-Git-Rev: c08ff7358f2dedc9ed16e3b15ddd7790549f78e4 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 20 Dec 2017 13:25:16 -0000 This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf-cave.git The following commit(s) were added to refs/heads/master by this push: new c08ff73 Fix clusterRemoveFeaturesRepository REST operation path c08ff73 is described below commit c08ff7358f2dedc9ed16e3b15ddd7790549f78e4 Author: Jean-Baptiste Onofré AuthorDate: Wed Dec 20 14:24:51 2017 +0100 Fix clusterRemoveFeaturesRepository REST operation path --- .../src/main/java/org/apache/karaf/cave/deployer/rest/DeployerRest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployer/rest/src/main/java/org/apache/karaf/cave/deployer/rest/DeployerRest.java b/deployer/rest/src/main/java/org/apache/karaf/cave/deployer/rest/DeployerRest.java index e271d09..6a15c48 100644 --- a/deployer/rest/src/main/java/org/apache/karaf/cave/deployer/rest/DeployerRest.java +++ b/deployer/rest/src/main/java/org/apache/karaf/cave/deployer/rest/DeployerRest.java @@ -434,7 +434,7 @@ public class DeployerRest { deployer.clusterAddFeaturesRepository(url, group, connection); } - @Path("/{connection}/cluster/{group}feature/repository/{url}") + @Path("/{connection}/cluster/{group}/feature/repository/{url}") @DELETE public void clusterRemoveFeaturesRepository(@PathParam("connection") String connection, @PathParam("group") String group, -- To stop receiving notification emails like this one, please contact ['"commits@karaf.apache.org" '].