Return-Path: X-Original-To: apmail-aries-dev-archive@www.apache.org Delivered-To: apmail-aries-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 D53E19059 for ; Fri, 2 Dec 2011 22:22:17 +0000 (UTC) Received: (qmail 42332 invoked by uid 500); 2 Dec 2011 22:22:17 -0000 Delivered-To: apmail-aries-dev-archive@aries.apache.org Received: (qmail 42298 invoked by uid 500); 2 Dec 2011 22:22:17 -0000 Mailing-List: contact dev-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list dev@aries.apache.org Received: (qmail 42290 invoked by uid 99); 2 Dec 2011 22:22:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 22:22:17 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.85.173.253] (HELO server.dankulp.com) (64.85.173.253) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 22:22:10 +0000 Received: by server.dankulp.com (Postfix, from userid 5000) id E351D18443A; Fri, 2 Dec 2011 17:21:48 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on server.dankulp.com X-Spam-Level: X-Msg-File: /tmp/mailfilter-dev@aries.apache.org.vBvzYv9n2q Received: from dilbert.dankulp.com (c-24-91-72-253.hsd1.ma.comcast.net [24.91.72.253]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.dankulp.com (Postfix) with ESMTPSA id 8AC9E18443A; Fri, 2 Dec 2011 17:21:47 -0500 (EST) From: Daniel Kulp To: dev@aries.apache.org Cc: David Jencks Subject: Re: svn commit: r1207473 - in /aries/trunk/blueprint: blueprint-bundle/pom.xml blueprint-compatibility/ blueprint-compatibility/pom.xml pom.xml Date: Fri, 02 Dec 2011 17:21:45 -0500 Message-ID: <1591330.Crku1SiHQp@dilbert.dankulp.com> User-Agent: KMail/4.7.3 (Linux/3.0.1; KDE/4.7.3; x86_64; ; ) In-Reply-To: <9FA19A79-A959-4DBC-8232-C2ACC1E65861@yahoo.com> References: <20111128173056.ACE1C2388993@eris.apache.org> <9FA19A79-A959-4DBC-8232-C2ACC1E65861@yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-102.9 required=3.0 tests=ALL_TRUSTED,BAYES_00, SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.3.1 On Thursday, December 01, 2011 8:17:58 PM David Jencks wrote: > Shouldn't the artifactId of this new compatibiity bundle be > org.apache.aries.blueprint.compatibility? (. instead of -) Yep. Thanks for doing that. > Also I think we need to remove the extra imports from the little bundles as > well. I tossed this back and forth. The fragment that exports them can only be a fragment of one bundle so I chose the big bundle (since that is what Karaf uses). I didn't want a compatibility module for the big bundle and another for "core" and another for...... I kind of left the exports on the little bundles to keep compatibility for those. I suppose we could just say if you need the backwords compatible stuff, you have to use the big bundle and not the little bundles. I'd be OK with that. Dan > If the compendium.cm package is only used by xbean-blueprint I'd like to > experiment with copying the classes into xbean-blueprint rather than > exporting them. I _think_ this will work fine but haven't checked yet. > > thanks > david jencks > > On Nov 28, 2011, at 9:30 AM, dkulp@apache.org wrote: > > Author: dkulp > > Date: Mon Nov 28 17:30:55 2011 > > New Revision: 1207473 > > > > URL: http://svn.apache.org/viewvc?rev=1207473&view=rev > > Log: > > Add a compatibility bundle to enable the exports of blueprint > > > > Added: > > aries/trunk/blueprint/blueprint-compatibility/ > > aries/trunk/blueprint/blueprint-compatibility/pom.xml (with > > props) > > > > Modified: > > aries/trunk/blueprint/blueprint-bundle/pom.xml > > aries/trunk/blueprint/pom.xml > > > > Modified: aries/trunk/blueprint/blueprint-bundle/pom.xml > > URL: > > http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-bundle/pom > > .xml?rev=1207473&r1=1207472&r2=1207473&view=diff > > ======================================================================= > > ======= --- aries/trunk/blueprint/blueprint-bundle/pom.xml (original) > > +++ aries/trunk/blueprint/blueprint-bundle/pom.xml Mon Nov 28 17:30:55 > > 2011 @@ -83,10 +83,6 @@ > > > > org.apache.aries.blueprint.ext, > > org.apache.aries.blueprint.ext.evaluator, > > org.apache.aries.blueprint.utils, > > > > - org.apache.aries.blueprint.container;deprecated="true", > > - org.apache.aries.blueprint.di;deprecated="true", > > - org.apache.aries.blueprint.reflect;deprecated="true", > > - org.apache.aries.blueprint.compendium.cm;deprecated="true", > > > > > > > > > > org.apache.aries.blueprint.parser, > > > > @@ -97,6 +93,10 @@ > > > > org.apache.aries.blueprint.namespace, > > org.apache.aries.blueprint.proxy, > > org.apache.aries.blueprint.utils.*, > > > > + org.apache.aries.blueprint.container, > > + org.apache.aries.blueprint.di, > > + org.apache.aries.blueprint.reflect, > > + org.apache.aries.blueprint.compendium.cm, > > > > OSGI-INF* > > > > > > > > > > Added: aries/trunk/blueprint/blueprint-compatibility/pom.xml > > URL: > > http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-compatibil > > ity/pom.xml?rev=1207473&view=auto > > ======================================================================= > > ======= --- aries/trunk/blueprint/blueprint-compatibility/pom.xml > > (added) +++ aries/trunk/blueprint/blueprint-compatibility/pom.xml Mon > > Nov 28 17:30:55 2011 @@ -0,0 +1,139 @@ > > + > > + > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > > http://maven.apache.org/maven-v4_0_0.xsd"> + > > 4.0.0 > > + > > + org.apache.aries > > + java5-parent > > + 0.5 > > + > > + > > + > > + org.apache.aries.blueprint > > + org.apache.aries.blueprint-compatibility > > + jar > > + Apache Aries Blueprint Compatiblity Fragment Bundle > > + 0.4.1-SNAPSHOT > > + > > + This bundle contains extra classes and exports to allow > > Blueprint to be compatible + with previous versions of > > Blueprint. > > + > > + > > + > > + > > scm:svn:http://svn.apache.org/repos/asf/aries/trunk/bluepri > > nt/blueprint-compatibility + > > scm:svn:https://svn.apache.org/repos/asf/aries/tru > > nk/blueprint/blueprint-compatibility + > > http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-compa > > tibility + > > + > > + > > + > > + org.apache.aries.blueprint.container;deprecated="true", > > + org.apache.aries.blueprint.di;deprecated="true", > > + org.apache.aries.blueprint.reflect;deprecated="true", > > + org.apache.aries.blueprint.compendium.cm;deprecated="true", > > + > > + > > + > > + > > + > > + org.apache.aries.blueprint > > + org.apache.aries.blueprint > > + 0.4.1-SNAPSHOT > > + provided > > + > > + > > + > > + > > + > > + org.apache.felix > > + maven-bundle-plugin > > + > > + > > + create-manifest > > + > > + manifest > > + > > + > > + > > + > > + > > + > > org.apache.aries.blueprint + > > ${aries.osgi.export} + > > !* > > + > > + > > + > > + > > + > > + > > + > > + maven-jar-plugin > > + > > + > > + > > ${project.build.outputDirectory}/META-INF/MANIFEST.MF > nifestFile> + > > + > > + > > + > > + > > + > > + > > + > > + > > + deploy > > + > > + true > > + > > + > > + > > + > > + org.apache.maven.plugins > > + maven-source-plugin > > + > > + > > + attach-sources > > + process-classes > > + > > + jar > > + > > + > > + > > + > > + > > + org.apache.maven.plugins > > + maven-javadoc-plugin > > + > > + > > + package > > + package > > + > > + jar > > + > > + > > + > > + > > + 128m > > + 512m > > + > > ${project.build.directory}/sources + > > > > + > > + > > + > > + > > + > > + > > + > > > > Propchange: aries/trunk/blueprint/blueprint-compatibility/pom.xml > > ------------------------------------------------------------------------ > > ------> > > svn:eol-style = native > > > > Propchange: aries/trunk/blueprint/blueprint-compatibility/pom.xml > > ------------------------------------------------------------------------ > > ------> > > svn:keywords = Rev Date > > > > Propchange: aries/trunk/blueprint/blueprint-compatibility/pom.xml > > ------------------------------------------------------------------------ > > ------> > > svn:mime-type = text/xml > > > > Modified: aries/trunk/blueprint/pom.xml > > URL: > > http://svn.apache.org/viewvc/aries/trunk/blueprint/pom.xml?rev=1207473& > > r1=1207472&r2=1207473&view=diff > > ======================================================================= > > ======= --- aries/trunk/blueprint/pom.xml (original) > > +++ aries/trunk/blueprint/pom.xml Mon Nov 28 17:30:55 2011 > > @@ -43,6 +43,7 @@ > > > > blueprint-core > > blueprint-cm > > blueprint-bundle > > > > + blueprint-compatibility > > > > blueprint-jexl-evaluator > > blueprint-sample > > blueprint-annotation-api -- Daniel Kulp dkulp@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com