Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 85985 invoked from network); 28 May 2009 04:16:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 May 2009 04:16:26 -0000 Received: (qmail 49798 invoked by uid 500); 28 May 2009 04:16:38 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 49748 invoked by uid 500); 28 May 2009 04:16:38 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 49738 invoked by uid 99); 28 May 2009 04:16:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 May 2009 04:16:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of claus.ibsen@gmail.com designates 209.85.220.177 as permitted sender) Received: from [209.85.220.177] (HELO mail-fx0-f177.google.com) (209.85.220.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 May 2009 04:16:26 +0000 Received: by fxm25 with SMTP id 25so4943469fxm.20 for ; Wed, 27 May 2009 21:16:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=+thnoKfbMS8qAAzt3LQ8/AlO/nWDKKribEDoCYLRNM4=; b=qrpTdAE7p9jd/cd+RaGpnQICUIQHQHHvYYzjXoAXAid3W/F2ssMJJGzJMNConpvjMQ C6584FLGGv1eNODhhVclZ0hokvR5g5sQVAp8sQ+kMXdVEN17+E77gVkY2LQbMEKPZI5d zBj9ypc6u2gI1L0RFseZfqTF9G/tVumCEhI3o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=uDvCUhueMwOwYqrJ4KP1BQbnUz/++eRrjTdfQt/nV9qFUWOOD6aE/06sD4DU9k961m 8M8Kuy6RcgMUQrbuFqSgJRLzGb9FnH153Aa9/2xl7v+0EDKZDoIQ16y/3uPOIT0wyCNW DQhyl7/t0MabL6X/zhfSKv0oHEi5A6L1OLINk= MIME-Version: 1.0 Received: by 10.223.122.15 with SMTP id j15mr781872far.74.1243484166152; Wed, 27 May 2009 21:16:06 -0700 (PDT) In-Reply-To: <23754070.post@talk.nabble.com> References: <23754070.post@talk.nabble.com> From: Claus Ibsen Date: Thu, 28 May 2009 06:15:46 +0200 Message-ID: <5380c69c0905272115o35965a85qb38787ee25a265e6@mail.gmail.com> Subject: Re: Adding New Component For General Camel Use To: dev@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Thu, May 28, 2009 at 4:12 AM, joehoe wrote: > > Hi. > > I will be working on a specific data dissemination component for Camel. I'd > like for this component to be generally available. What are the procedures > to follow and/or standards to be met in order to include a component for > Camel distribution? Hi Fantastic and welcome on the Camel ride. The contributing page explains some bits about this: http://camel.apache.org/contributing.html Usually it starts like this with a mail thread. Then when you feel like the code is ready for review or others to take a look at, then create a JIRA ticket for it and attach it there. If the component has a general and broad usage then its a good candidate for inclusion at Apache Camel. The code must however be Apache License. The code should follow the checkstyle ruling that we use. You can run it from maven using: mvn compile -Psourcecheck And it should be unit tested with a good coverage. And most importantly you should also be willing to do the doucmentation it takes at the Camel wiki pages. > > Thanks for your help. > > -Joe > -- > View this message in context: http://www.nabble.com/Adding-New-Component-For-General-Camel-Use-tp23754070p23754070.html > Sent from the Camel Development mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus