Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 672C11153C for ; Tue, 6 May 2014 17:09:35 +0000 (UTC) Received: (qmail 44304 invoked by uid 500); 6 May 2014 16:18:17 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 44209 invoked by uid 500); 6 May 2014 16:18:16 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 44182 invoked by uid 99); 6 May 2014 16:18:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2014 16:18:15 +0000 Date: Tue, 6 May 2014 16:18:15 +0000 (UTC) From: "Clement Escoffier (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FELIX-4490) IPOJO allows "instance.name" property to be an empty String MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-4490?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Clement Escoffier resolved FELIX-4490. -------------------------------------- Resolution: Fixed Fix Version/s: ipojo-runtime-1.12.0 Assignee: Clement Escoffier Fixed in trunk. > IPOJO allows "instance.name" property to be an empty String > ----------------------------------------------------------- > > Key: FELIX-4490 > URL: https://issues.apache.org/jira/browse/FELIX-4490 > Project: Felix > Issue Type: Improvement > Components: iPOJO > Affects Versions: ipojo-runtime-1.11.0 > Environment: ---=C2=A0OS ---- > Distributor ID:=09Ubuntu > Description:=09Ubuntu 12.10 > Release:=0912.10 > Codename:=09quantal > ---- JVM ---- > java version "1.7.0_09" > Java(TM) SE Runtime Environment (build 1.7.0_09-b05) > Java HotSpot(TM) Server VM (build 23.5-b02, mixed mode) > Reporter: Jander Nascimento > Assignee: Clement Escoffier > Priority: Minor > Fix For: ipojo-runtime-1.12.0 > > > IPOJO allows to create an instance where "instance.name" property is an = empty string > ---- Code excerpt ---- > @Configuration > public class Config { > Instance myInstance =3D instance() > .of("MyFactory") > .with(Factory.INSTANCE_NAME_PROPERTY).setto(""); > } -- This message was sent by Atlassian JIRA (v6.2#6252)