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 68002105AE for ; Fri, 25 Jul 2014 17:21:39 +0000 (UTC) Received: (qmail 24927 invoked by uid 500); 25 Jul 2014 17:21:39 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 24847 invoked by uid 500); 25 Jul 2014 17:21:39 -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 24817 invoked by uid 99); 25 Jul 2014 17:21:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2014 17:21:39 +0000 Date: Fri, 25 Jul 2014 17:21:39 +0000 (UTC) From: "Jyrki Ruuskanen (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FELIX-4584) Change retention to RUNTIME for Property and Properties annotations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jyrki Ruuskanen created FELIX-4584: -------------------------------------- Summary: Change retention to RUNTIME for Property and Properties annotations Key: FELIX-4584 URL: https://issues.apache.org/jira/browse/FELIX-4584 Project: Felix Issue Type: Improvement Components: Declarative Services (SCR) Reporter: Jyrki Ruuskanen Priority: Minor This change allows us to access Property annotation values in plain java unit tests. Without this our unit tests would have to run in an SCR-capable container. You may consider changing the retention for the whole lot (why not), but at least these two are necessary. https://github.com/apache/felix/pull/9 -- This message was sent by Atlassian JIRA (v6.2#6252)