Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D6B010993 for ; Sat, 15 Jun 2013 07:26:19 +0000 (UTC) Received: (qmail 10877 invoked by uid 500); 15 Jun 2013 07:26:19 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 10853 invoked by uid 500); 15 Jun 2013 07:26:18 -0000 Mailing-List: contact commits-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 commits@felix.apache.org Received: (qmail 10846 invoked by uid 99); 15 Jun 2013 07:26:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jun 2013 07:26:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jun 2013 07:26:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1EE6D23888FE; Sat, 15 Jun 2013 07:25:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1493324 - in /felix/trunk/ipojo: manipulator/ manipulator/annotations/ manipulator/bnd-ipojo-plugin/ manipulator/ipojo-ant-task/ manipulator/manipulator/ manipulator/maven-ipojo-plugin/ manipulator/online-manipulator/ runtime/api/ runtime/... Date: Sat, 15 Jun 2013 07:25:56 -0000 To: commits@felix.apache.org From: clement@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130615072557.1EE6D23888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: clement Date: Sat Jun 15 07:25:56 2013 New Revision: 1493324 URL: http://svn.apache.org/r1493324 Log: Update changelogs - prepare release. Modified: felix/trunk/ipojo/manipulator/annotations/changelog.txt felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/changelog.txt felix/trunk/ipojo/manipulator/changelog.txt felix/trunk/ipojo/manipulator/ipojo-ant-task/changelog.txt felix/trunk/ipojo/manipulator/manipulator/changelog.txt felix/trunk/ipojo/manipulator/maven-ipojo-plugin/changelog.txt felix/trunk/ipojo/manipulator/online-manipulator/changelog.txt felix/trunk/ipojo/runtime/api/changelog.txt felix/trunk/ipojo/runtime/composite/changelog.txt felix/trunk/ipojo/runtime/core/changelog.txt Modified: felix/trunk/ipojo/manipulator/annotations/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/annotations/changelog.txt?rev=1493324&r1=1493323&r2=1493324&view=diff ============================================================================== --- felix/trunk/ipojo/manipulator/annotations/changelog.txt (original) +++ felix/trunk/ipojo/manipulator/annotations/changelog.txt Sat Jun 15 07:25:56 2013 @@ -1,4 +1,24 @@ -Changes from 1.8.6 to 1.8.10 +Changes from the 1.10.0 to 1.10.1 +--------------------------------- + +** Bug + * [FELIX-4077] - Fix documentation urls in maven projects + * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations + * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern + * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute + +** Improvement + * [FELIX-4094] - Recognize add/remove method naming pattern + +** New Feature + * [FELIX-4095] - Add CDI-like @Stereotype + +** Task + * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project + * [FELIX-4103] - Skip deployment of it-tests + * [FELIX-4104] - Do not run integration-tests in the default build + +Changes from 1.8.6 to 1.10.0 ---------------------------- ** Bug Modified: felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/changelog.txt?rev=1493324&r1=1493323&r2=1493324&view=diff ============================================================================== --- felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/changelog.txt (original) +++ felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/changelog.txt Sat Jun 15 07:25:56 2013 @@ -1,4 +1,24 @@ -Changes from the 1.8.6 to 1.8.10 +Changes from the 1.10.0 to 1.10.1 +--------------------------------- + +** Bug + * [FELIX-4077] - Fix documentation urls in maven projects + * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations + * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern + * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute + +** Improvement + * [FELIX-4094] - Recognize add/remove method naming pattern + +** New Feature + * [FELIX-4095] - Add CDI-like @Stereotype + +** Task + * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project + * [FELIX-4103] - Skip deployment of it-tests + * [FELIX-4104] - Do not run integration-tests in the default build + +Changes from the 1.8.6 to 1.10.0 -------------------------------- ** Bug Modified: felix/trunk/ipojo/manipulator/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/changelog.txt?rev=1493324&r1=1493323&r2=1493324&view=diff ============================================================================== --- felix/trunk/ipojo/manipulator/changelog.txt (original) +++ felix/trunk/ipojo/manipulator/changelog.txt Sat Jun 15 07:25:56 2013 @@ -1,4 +1,25 @@ -Changes from the 1.8.6 to 1.8.10 +Changes from the 1.10.0 to 1.10.1 +--------------------------------- + +** Bug + * [FELIX-4077] - Fix documentation urls in maven projects + * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations + * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern + * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute + +** Improvement + * [FELIX-4094] - Recognize add/remove method naming pattern + +** New Feature + * [FELIX-4095] - Add CDI-like @Stereotype + +** Task + * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project + * [FELIX-4103] - Skip deployment of it-tests + * [FELIX-4104] - Do not run integration-tests in the default build + + +Changes from the 1.8.6 to 1.10.0 -------------------------------- ** Bug Modified: felix/trunk/ipojo/manipulator/ipojo-ant-task/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/ipojo-ant-task/changelog.txt?rev=1493324&r1=1493323&r2=1493324&view=diff ============================================================================== --- felix/trunk/ipojo/manipulator/ipojo-ant-task/changelog.txt (original) +++ felix/trunk/ipojo/manipulator/ipojo-ant-task/changelog.txt Sat Jun 15 07:25:56 2013 @@ -1,4 +1,24 @@ -Changes from the 1.8.6 to 1.8.10 +Changes from the 1.10.0 to 1.10.1 +--------------------------------- + +** Bug + * [FELIX-4077] - Fix documentation urls in maven projects + * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations + * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern + * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute + +** Improvement + * [FELIX-4094] - Recognize add/remove method naming pattern + +** New Feature + * [FELIX-4095] - Add CDI-like @Stereotype + +** Task + * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project + * [FELIX-4103] - Skip deployment of it-tests + * [FELIX-4104] - Do not run integration-tests in the default build + +Changes from the 1.8.6 to 1.10.0 -------------------------------- ** Bug Modified: felix/trunk/ipojo/manipulator/manipulator/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator/changelog.txt?rev=1493324&r1=1493323&r2=1493324&view=diff ============================================================================== --- felix/trunk/ipojo/manipulator/manipulator/changelog.txt (original) +++ felix/trunk/ipojo/manipulator/manipulator/changelog.txt Sat Jun 15 07:25:56 2013 @@ -1,4 +1,24 @@ -Changes from the 1.8.6 to 1.8.10 +Changes from the 1.10.0 to 1.10.1 +--------------------------------- + +** Bug + * [FELIX-4077] - Fix documentation urls in maven projects + * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations + * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern + * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute + +** Improvement + * [FELIX-4094] - Recognize add/remove method naming pattern + +** New Feature + * [FELIX-4095] - Add CDI-like @Stereotype + +** Task + * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project + * [FELIX-4103] - Skip deployment of it-tests + * [FELIX-4104] - Do not run integration-tests in the default build + +Changes from the 1.8.6 to 1.10.0 -------------------------------- ** Bug Modified: felix/trunk/ipojo/manipulator/maven-ipojo-plugin/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/maven-ipojo-plugin/changelog.txt?rev=1493324&r1=1493323&r2=1493324&view=diff ============================================================================== --- felix/trunk/ipojo/manipulator/maven-ipojo-plugin/changelog.txt (original) +++ felix/trunk/ipojo/manipulator/maven-ipojo-plugin/changelog.txt Sat Jun 15 07:25:56 2013 @@ -1,4 +1,24 @@ -Changes from the 1.8.6 to 1.8.10 +Changes from the 1.10.0 to 1.10.1 +--------------------------------- + +** Bug + * [FELIX-4077] - Fix documentation urls in maven projects + * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations + * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern + * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute + +** Improvement + * [FELIX-4094] - Recognize add/remove method naming pattern + +** New Feature + * [FELIX-4095] - Add CDI-like @Stereotype + +** Task + * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project + * [FELIX-4103] - Skip deployment of it-tests + * [FELIX-4104] - Do not run integration-tests in the default build + +Changes from the 1.8.6 to 1.10.0 -------------------------------- ** Bug Modified: felix/trunk/ipojo/manipulator/online-manipulator/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/online-manipulator/changelog.txt?rev=1493324&r1=1493323&r2=1493324&view=diff ============================================================================== --- felix/trunk/ipojo/manipulator/online-manipulator/changelog.txt (original) +++ felix/trunk/ipojo/manipulator/online-manipulator/changelog.txt Sat Jun 15 07:25:56 2013 @@ -1,4 +1,24 @@ -Changes from the 1.8.6 to 1.8.10 +Changes from the 1.10.0 to 1.10.1 +--------------------------------- + +** Bug + * [FELIX-4077] - Fix documentation urls in maven projects + * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations + * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern + * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute + +** Improvement + * [FELIX-4094] - Recognize add/remove method naming pattern + +** New Feature + * [FELIX-4095] - Add CDI-like @Stereotype + +** Task + * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project + * [FELIX-4103] - Skip deployment of it-tests + * [FELIX-4104] - Do not run integration-tests in the default build + +Changes from the 1.8.6 to 1.10.0 -------------------------------- ** Bug Modified: felix/trunk/ipojo/runtime/api/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/api/changelog.txt?rev=1493324&r1=1493323&r2=1493324&view=diff ============================================================================== --- felix/trunk/ipojo/runtime/api/changelog.txt (original) +++ felix/trunk/ipojo/runtime/api/changelog.txt Sat Jun 15 07:25:56 2013 @@ -35,7 +35,7 @@ Changes from 1.10.0 to 1.10.1 * [FELIX-4104] - Do not run integration-tests in the default build * [FELIX-4124] - Move arch-gogo to runtime -Changes from 1.8.6 to 1.8.10 +Changes from 1.8.6 to 1.10.0 ---------------------------- ** Bug Modified: felix/trunk/ipojo/runtime/composite/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/composite/changelog.txt?rev=1493324&r1=1493323&r2=1493324&view=diff ============================================================================== --- felix/trunk/ipojo/runtime/composite/changelog.txt (original) +++ felix/trunk/ipojo/runtime/composite/changelog.txt Sat Jun 15 07:25:56 2013 @@ -35,7 +35,7 @@ Changes from 1.10.0 to 1.10.1 * [FELIX-4104] - Do not run integration-tests in the default build * [FELIX-4124] - Move arch-gogo to runtime -Changes from 1.8.6 to 1.8.10 +Changes from 1.8.6 to 1.10.0 ---------------------------- ** Bug Modified: felix/trunk/ipojo/runtime/core/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core/changelog.txt?rev=1493324&r1=1493323&r2=1493324&view=diff ============================================================================== --- felix/trunk/ipojo/runtime/core/changelog.txt (original) +++ felix/trunk/ipojo/runtime/core/changelog.txt Sat Jun 15 07:25:56 2013 @@ -35,7 +35,7 @@ Changes from 1.10.0 to 1.10.1 * [FELIX-4104] - Do not run integration-tests in the default build * [FELIX-4124] - Move arch-gogo to runtime -Changes from 1.8.6 to 1.8.10 +Changes from 1.8.6 to 1.10.0 ---------------------------- ** Bug