Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-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 6FC6BE6DA for ; Fri, 18 Jan 2013 17:33:37 +0000 (UTC) Received: (qmail 28337 invoked by uid 500); 18 Jan 2013 17:33:37 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 28309 invoked by uid 500); 18 Jan 2013 17:33:37 -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 28298 invoked by uid 99); 18 Jan 2013 17:33:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 17:33:37 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.mueller@gmail.com designates 209.85.219.41 as permitted sender) Received: from [209.85.219.41] (HELO mail-oa0-f41.google.com) (209.85.219.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 17:33:31 +0000 Received: by mail-oa0-f41.google.com with SMTP id k14so4147358oag.0 for ; Fri, 18 Jan 2013 09:33:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=oBqeKViwXA2Z0OfhB36HybbJi1rMmaEwoO1seU4NfP0=; b=dQXmgeSaHBW4+qubNnnP/fUNraFdrT8UdHclMLaVTZPjEUqlt1goZDtdrmO7BhUDnT xxloEx5SPwmAqYHDKKUeE21HDo3kmJsWp6vC5hqUzyEvnUImqvHhqGw9inKRTCwJNDet FKAzTPndUht3Kv7ATpHRPWtVknYWxSOde7eSY45DNlvZsOEItpRted1Mg5XRpSH7e+/D 0S5vVfOYapFQ4HR/iJr674xuimObl48owqtDFCfHPQ76w/vhvJTeZzqZOngE9TD1A/3+ Umfh8IqWLJWZt8JnUetHv+BhuErmHGiZA30/V1yfxdV6BRzze9XxDYXt+hODhPGr3l5V OxUQ== MIME-Version: 1.0 X-Received: by 10.182.38.65 with SMTP id e1mr7488512obk.3.1358530390671; Fri, 18 Jan 2013 09:33:10 -0800 (PST) Received: by 10.182.114.103 with HTTP; Fri, 18 Jan 2013 09:33:10 -0800 (PST) Received: by 10.182.114.103 with HTTP; Fri, 18 Jan 2013 09:33:10 -0800 (PST) In-Reply-To: References: Date: Fri, 18 Jan 2013 18:33:10 +0100 Message-ID: Subject: Re: [camel-extra] Fixed unstable build From: =?ISO-8859-1?Q?Christian_M=FCller?= To: dev@camel.apache.org Content-Type: multipart/alternative; boundary=f46d044787c55a424204d3938159 X-Virus-Checked: Checked by ClamAV on apache.org --f46d044787c55a424204d3938159 Content-Type: text/plain; charset=ISO-8859-1 Have in mind the trunk is already 2.11-SNAPSHOT. You have to create a camel-extra-2.10.x maintenane branch first and merge your changes from trunk into this branche. Afterwards you can release camel-extra-2.10.1. Sent from a mobile device Am 18.01.2013 11:34 schrieb "Henryk Konsek" : > Hi, > > I wanted to proceed with the missing camel-extra releases, but I found > out that zeromq component tests sometimes fails (~20% of runs). > > The cause was the ZeromqConsumerTest#stopInterruptsExecutor test. The > assertions in tests could not be satisfied if executor didn't manage > to close the jobs after call to the ExecutorService#shutdownNow > method. > > I refactored the test (rev962) to make it more "Mockito-sh" and thread > safe. > > I'll continue with releasing Camel Extra from this point. The one > thing I want to fix before 2.10.1 release is OSGI Camel imports issue > [1]. > > Best regards. > > [1] > http://code.google.com/a/apache-extras.org/p/camel-extra/issues/detail?id=30 > > -- > Henryk Konsek > http://henryk-konsek.blogspot.com > --f46d044787c55a424204d3938159--