You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Hadrian Zbarcea <hz...@gmail.com> on 2013/11/23 04:52:55 UTC

[VOTE] Release Apache Camel 2.12.2

This is a vote to release Apache Camel 2.12.2, a patch release coming 
with about 143 issues fixed.

Release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325018

Staging repo:
https://repository.apache.org/content/repositories/orgapachecamel-167/

Tarballs:
https://repository.apache.org/content/repositories/orgapachecamel-167/org/apache/camel/apache-camel/2.12.2/

Tag:
https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=3b7a3c635fe568571a5c96560ff320fada5198e4

Please test this release candidate and cast your vote.
[ ] +1 Release the binary as Apache Camel 2.12.2
[ ] -1 Veto the release (provide specific comments)
Vote is open for at least 72 hours.

Thanks,
Hadrian


-- 
Hadrian Zbarcea
Principal Software Architect
Talend, Inc
http://coders.talend.com/
http://camelbot.blogspot.com/

Re: [VOTE] Release Apache Camel 2.12.2

Posted by Christian Müller <ch...@gmail.com>.
+1

Tested with some of my private projects.

Best,
Christian
-----------------

Software Integration Specialist

Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache Incubator PMC Member

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Sat, Nov 23, 2013 at 4:52 AM, Hadrian Zbarcea <hz...@gmail.com> wrote:

> This is a vote to release Apache Camel 2.12.2, a patch release coming with
> about 143 issues fixed.
>
> Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> projectId=12311211&version=12325018
>
> Staging repo:
> https://repository.apache.org/content/repositories/orgapachecamel-167/
>
> Tarballs:
> https://repository.apache.org/content/repositories/
> orgapachecamel-167/org/apache/camel/apache-camel/2.12.2/
>
> Tag:
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=
> 3b7a3c635fe568571a5c96560ff320fada5198e4
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.12.2
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for at least 72 hours.
>
> Thanks,
> Hadrian
>
>
> --
> Hadrian Zbarcea
> Principal Software Architect
> Talend, Inc
> http://coders.talend.com/
> http://camelbot.blogspot.com/
>

Re: [VOTE] Release Apache Camel 2.12.2

Posted by Hadrian Zbarcea <hz...@gmail.com>.
+1
Hadrian

On 11/22/2013 10:52 PM, Hadrian Zbarcea wrote:
> This is a vote to release Apache Camel 2.12.2, a patch release coming
> with about 143 issues fixed.
>
> Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325018
>
>
> Staging repo:
> https://repository.apache.org/content/repositories/orgapachecamel-167/
>
> Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-167/org/apache/camel/apache-camel/2.12.2/
>
>
> Tag:
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=3b7a3c635fe568571a5c96560ff320fada5198e4
>
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.12.2
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for at least 72 hours.
>
> Thanks,
> Hadrian
>
>

Re: [VOTE] Release Apache Camel 2.12.2

Posted by Scott Cranton <sc...@cranton.com>.
Looks like ActiveMQ 5.9.0 has a slightly different timing than 5.8.0, and
that through off my unit tests... not a real issue...

with upgrade to CXF 2.7.7 (for new ReflectionUtil.getDeclaredMethod),
everything runs great with 2.12.2 RC

+1 (non binding)


On Mon, Nov 25, 2013 at 7:22 AM, Scott Cranton <sc...@cranton.com> wrote:

> opps, now I hit a failure when I upgraded from activemq 5.8 to 5.9 (with
> camel 2.12.2) in a JMS local transaction test. Digging into that now...
>
> Sorry for the back and forth...
>
>
> On Mon, Nov 25, 2013 at 6:58 AM, Scott Cranton <sc...@cranton.com> wrote:
>
>> Hi,
>>
>> I run my Camel Cookbook examples -
>> https://github.com/CamelCookbook/camel-cookbook-examples - against
>> 2.12.2, and hit a NoSuchMethod error in Camel-CXF. It fixes itself if I
>> upgrade to cxf 2.7.7, up from cxf 2.7.6 used in camel 2.12.1.
>>
>> https://gist.github.com/scranton/39251eed4d62ea3b1b04
>>
>> Looks like 2.12.2 is calling a new CXF method
>> ReflectionUtil.getDeclaredMethod as part of the CxfConsumer startup.
>>
>> Would be good to really highlight in the release notes for Camel 2.12.2
>> that camel-cxf users should make sure they are referencing cxf 2.7.7 or
>> later in their code to avoid a nasty surprise...
>>
>> Once I upgrade to cxf 2.7.7, all of my unit tests ran fine, so I'm good
>> giving my non-binding +1 for this release..
>>
>> Thanks,
>> Scott
>>
>>
>>
>>
>> On Sun, Nov 24, 2013 at 10:20 AM, Claus Ibsen <cl...@gmail.com>wrote:
>>
>>> Hi
>>>
>>> Gave some of the examples a test spin and noticed this regression, but
>>> nothing serious to cause a recut of the release. You just need to
>>> press enter 2x in the camel-example-console.
>>> https://issues.apache.org/jira/browse/CAMEL-7005
>>>
>>> I also tried a few example in a Karaf 2.3.3 container and all looks good.
>>>
>>> +1
>>>
>>>
>>> On Sat, Nov 23, 2013 at 12:28 PM, Claus Ibsen <cl...@gmail.com>
>>> wrote:
>>> > Hi
>>> >
>>> > Gave a test spin with the Camel in Action source code, and so far
>>> looks good.
>>> >
>>> >
>>> >
>>> > On Sat, Nov 23, 2013 at 4:52 AM, Hadrian Zbarcea <hz...@gmail.com>
>>> wrote:
>>> >> This is a vote to release Apache Camel 2.12.2, a patch release coming
>>> with
>>> >> about 143 issues fixed.
>>> >>
>>> >> Release notes:
>>> >>
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325018
>>> >>
>>> >> Staging repo:
>>> >>
>>> https://repository.apache.org/content/repositories/orgapachecamel-167/
>>> >>
>>> >> Tarballs:
>>> >>
>>> https://repository.apache.org/content/repositories/orgapachecamel-167/org/apache/camel/apache-camel/2.12.2/
>>> >>
>>> >> Tag:
>>> >>
>>> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=3b7a3c635fe568571a5c96560ff320fada5198e4
>>> >>
>>> >> Please test this release candidate and cast your vote.
>>> >> [ ] +1 Release the binary as Apache Camel 2.12.2
>>> >> [ ] -1 Veto the release (provide specific comments)
>>> >> Vote is open for at least 72 hours.
>>> >>
>>> >> Thanks,
>>> >> Hadrian
>>> >>
>>> >>
>>> >> --
>>> >> Hadrian Zbarcea
>>> >> Principal Software Architect
>>> >> Talend, Inc
>>> >> http://coders.talend.com/
>>> >> http://camelbot.blogspot.com/
>>> >
>>> >
>>> >
>>> > --
>>> > Claus Ibsen
>>> > -----------------
>>> > Red Hat, Inc.
>>> > Email: cibsen@redhat.com
>>> > Twitter: davsclaus
>>> > Blog: http://davsclaus.com
>>> > Author of Camel in Action: http://www.manning.com/ibsen
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -----------------
>>> Red Hat, Inc.
>>> Email: cibsen@redhat.com
>>> Twitter: davsclaus
>>> Blog: http://davsclaus.com
>>> Author of Camel in Action: http://www.manning.com/ibsen
>>>
>>
>>
>

Re: [VOTE] Release Apache Camel 2.12.2

Posted by Scott Cranton <sc...@cranton.com>.
opps, now I hit a failure when I upgraded from activemq 5.8 to 5.9 (with
camel 2.12.2) in a JMS local transaction test. Digging into that now...

Sorry for the back and forth...


On Mon, Nov 25, 2013 at 6:58 AM, Scott Cranton <sc...@cranton.com> wrote:

> Hi,
>
> I run my Camel Cookbook examples -
> https://github.com/CamelCookbook/camel-cookbook-examples - against
> 2.12.2, and hit a NoSuchMethod error in Camel-CXF. It fixes itself if I
> upgrade to cxf 2.7.7, up from cxf 2.7.6 used in camel 2.12.1.
>
> https://gist.github.com/scranton/39251eed4d62ea3b1b04
>
> Looks like 2.12.2 is calling a new CXF method
> ReflectionUtil.getDeclaredMethod as part of the CxfConsumer startup.
>
> Would be good to really highlight in the release notes for Camel 2.12.2
> that camel-cxf users should make sure they are referencing cxf 2.7.7 or
> later in their code to avoid a nasty surprise...
>
> Once I upgrade to cxf 2.7.7, all of my unit tests ran fine, so I'm good
> giving my non-binding +1 for this release..
>
> Thanks,
> Scott
>
>
>
>
> On Sun, Nov 24, 2013 at 10:20 AM, Claus Ibsen <cl...@gmail.com>wrote:
>
>> Hi
>>
>> Gave some of the examples a test spin and noticed this regression, but
>> nothing serious to cause a recut of the release. You just need to
>> press enter 2x in the camel-example-console.
>> https://issues.apache.org/jira/browse/CAMEL-7005
>>
>> I also tried a few example in a Karaf 2.3.3 container and all looks good.
>>
>> +1
>>
>>
>> On Sat, Nov 23, 2013 at 12:28 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> > Hi
>> >
>> > Gave a test spin with the Camel in Action source code, and so far looks
>> good.
>> >
>> >
>> >
>> > On Sat, Nov 23, 2013 at 4:52 AM, Hadrian Zbarcea <hz...@gmail.com>
>> wrote:
>> >> This is a vote to release Apache Camel 2.12.2, a patch release coming
>> with
>> >> about 143 issues fixed.
>> >>
>> >> Release notes:
>> >>
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325018
>> >>
>> >> Staging repo:
>> >> https://repository.apache.org/content/repositories/orgapachecamel-167/
>> >>
>> >> Tarballs:
>> >>
>> https://repository.apache.org/content/repositories/orgapachecamel-167/org/apache/camel/apache-camel/2.12.2/
>> >>
>> >> Tag:
>> >>
>> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=3b7a3c635fe568571a5c96560ff320fada5198e4
>> >>
>> >> Please test this release candidate and cast your vote.
>> >> [ ] +1 Release the binary as Apache Camel 2.12.2
>> >> [ ] -1 Veto the release (provide specific comments)
>> >> Vote is open for at least 72 hours.
>> >>
>> >> Thanks,
>> >> Hadrian
>> >>
>> >>
>> >> --
>> >> Hadrian Zbarcea
>> >> Principal Software Architect
>> >> Talend, Inc
>> >> http://coders.talend.com/
>> >> http://camelbot.blogspot.com/
>> >
>> >
>> >
>> > --
>> > Claus Ibsen
>> > -----------------
>> > Red Hat, Inc.
>> > Email: cibsen@redhat.com
>> > Twitter: davsclaus
>> > Blog: http://davsclaus.com
>> > Author of Camel in Action: http://www.manning.com/ibsen
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> Red Hat, Inc.
>> Email: cibsen@redhat.com
>> Twitter: davsclaus
>> Blog: http://davsclaus.com
>> Author of Camel in Action: http://www.manning.com/ibsen
>>
>
>

Re: [VOTE] Release Apache Camel 2.12.2

Posted by Scott Cranton <sc...@cranton.com>.
Hi,

I run my Camel Cookbook examples -
https://github.com/CamelCookbook/camel-cookbook-examples - against 2.12.2,
and hit a NoSuchMethod error in Camel-CXF. It fixes itself if I upgrade to
cxf 2.7.7, up from cxf 2.7.6 used in camel 2.12.1.

https://gist.github.com/scranton/39251eed4d62ea3b1b04

Looks like 2.12.2 is calling a new CXF method
ReflectionUtil.getDeclaredMethod as part of the CxfConsumer startup.

Would be good to really highlight in the release notes for Camel 2.12.2
that camel-cxf users should make sure they are referencing cxf 2.7.7 or
later in their code to avoid a nasty surprise...

Once I upgrade to cxf 2.7.7, all of my unit tests ran fine, so I'm good
giving my non-binding +1 for this release..

Thanks,
Scott




On Sun, Nov 24, 2013 at 10:20 AM, Claus Ibsen <cl...@gmail.com> wrote:

> Hi
>
> Gave some of the examples a test spin and noticed this regression, but
> nothing serious to cause a recut of the release. You just need to
> press enter 2x in the camel-example-console.
> https://issues.apache.org/jira/browse/CAMEL-7005
>
> I also tried a few example in a Karaf 2.3.3 container and all looks good.
>
> +1
>
>
> On Sat, Nov 23, 2013 at 12:28 PM, Claus Ibsen <cl...@gmail.com>
> wrote:
> > Hi
> >
> > Gave a test spin with the Camel in Action source code, and so far looks
> good.
> >
> >
> >
> > On Sat, Nov 23, 2013 at 4:52 AM, Hadrian Zbarcea <hz...@gmail.com>
> wrote:
> >> This is a vote to release Apache Camel 2.12.2, a patch release coming
> with
> >> about 143 issues fixed.
> >>
> >> Release notes:
> >>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325018
> >>
> >> Staging repo:
> >> https://repository.apache.org/content/repositories/orgapachecamel-167/
> >>
> >> Tarballs:
> >>
> https://repository.apache.org/content/repositories/orgapachecamel-167/org/apache/camel/apache-camel/2.12.2/
> >>
> >> Tag:
> >>
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=3b7a3c635fe568571a5c96560ff320fada5198e4
> >>
> >> Please test this release candidate and cast your vote.
> >> [ ] +1 Release the binary as Apache Camel 2.12.2
> >> [ ] -1 Veto the release (provide specific comments)
> >> Vote is open for at least 72 hours.
> >>
> >> Thanks,
> >> Hadrian
> >>
> >>
> >> --
> >> Hadrian Zbarcea
> >> Principal Software Architect
> >> Talend, Inc
> >> http://coders.talend.com/
> >> http://camelbot.blogspot.com/
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > Red Hat, Inc.
> > Email: cibsen@redhat.com
> > Twitter: davsclaus
> > Blog: http://davsclaus.com
> > Author of Camel in Action: http://www.manning.com/ibsen
>
>
>
> --
> Claus Ibsen
> -----------------
> Red Hat, Inc.
> Email: cibsen@redhat.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen
>

Re: [VOTE] Release Apache Camel 2.12.2

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Gave some of the examples a test spin and noticed this regression, but
nothing serious to cause a recut of the release. You just need to
press enter 2x in the camel-example-console.
https://issues.apache.org/jira/browse/CAMEL-7005

I also tried a few example in a Karaf 2.3.3 container and all looks good.

+1


On Sat, Nov 23, 2013 at 12:28 PM, Claus Ibsen <cl...@gmail.com> wrote:
> Hi
>
> Gave a test spin with the Camel in Action source code, and so far looks good.
>
>
>
> On Sat, Nov 23, 2013 at 4:52 AM, Hadrian Zbarcea <hz...@gmail.com> wrote:
>> This is a vote to release Apache Camel 2.12.2, a patch release coming with
>> about 143 issues fixed.
>>
>> Release notes:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325018
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/orgapachecamel-167/
>>
>> Tarballs:
>> https://repository.apache.org/content/repositories/orgapachecamel-167/org/apache/camel/apache-camel/2.12.2/
>>
>> Tag:
>> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=3b7a3c635fe568571a5c96560ff320fada5198e4
>>
>> Please test this release candidate and cast your vote.
>> [ ] +1 Release the binary as Apache Camel 2.12.2
>> [ ] -1 Veto the release (provide specific comments)
>> Vote is open for at least 72 hours.
>>
>> Thanks,
>> Hadrian
>>
>>
>> --
>> Hadrian Zbarcea
>> Principal Software Architect
>> Talend, Inc
>> http://coders.talend.com/
>> http://camelbot.blogspot.com/
>
>
>
> --
> Claus Ibsen
> -----------------
> Red Hat, Inc.
> Email: cibsen@redhat.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Re: [VOTE] Release Apache Camel 2.12.2

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Gave a test spin with the Camel in Action source code, and so far looks good.



On Sat, Nov 23, 2013 at 4:52 AM, Hadrian Zbarcea <hz...@gmail.com> wrote:
> This is a vote to release Apache Camel 2.12.2, a patch release coming with
> about 143 issues fixed.
>
> Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325018
>
> Staging repo:
> https://repository.apache.org/content/repositories/orgapachecamel-167/
>
> Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-167/org/apache/camel/apache-camel/2.12.2/
>
> Tag:
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=3b7a3c635fe568571a5c96560ff320fada5198e4
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.12.2
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for at least 72 hours.
>
> Thanks,
> Hadrian
>
>
> --
> Hadrian Zbarcea
> Principal Software Architect
> Talend, Inc
> http://coders.talend.com/
> http://camelbot.blogspot.com/



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

[RESULT][VOTE] Release Apache Camel 2.12.2

Posted by Hadrian Zbarcea <hz...@gmail.com>.
The vote passes with:
[5] +1 (ningjiang, davsclaus, hadrian, cschneider, cmueller)
[2] +1 - non-binding (ay, scranton)
[0] -1

I will proceed with publishing the artifacts today and make public 
announcement of the release tomorrow, after the mirrors sync up.

Many thanks to all contributors,
Hadrian

On 11/22/2013 10:52 PM, Hadrian Zbarcea wrote:
> This is a vote to release Apache Camel 2.12.2, a patch release coming
> with about 143 issues fixed.
>
> Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325018
>
>
> Staging repo:
> https://repository.apache.org/content/repositories/orgapachecamel-167/
>
> Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-167/org/apache/camel/apache-camel/2.12.2/
>
>
> Tag:
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=3b7a3c635fe568571a5c96560ff320fada5198e4
>
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.12.2
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for at least 72 hours.
>
> Thanks,
> Hadrian
>
>

Re: [VOTE] Release Apache Camel 2.12.2

Posted by Christian Schneider <ch...@die-schneider.net>.
+1

Christian

Am 23.11.2013 04:52, schrieb Hadrian Zbarcea:
> This is a vote to release Apache Camel 2.12.2, a patch release coming 
> with about 143 issues fixed.
>
> Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325018 
>
>
> Staging repo:
> https://repository.apache.org/content/repositories/orgapachecamel-167/
>
> Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-167/org/apache/camel/apache-camel/2.12.2/ 
>
>
> Tag:
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=3b7a3c635fe568571a5c96560ff320fada5198e4 
>
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.12.2
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for at least 72 hours.
>
> Thanks,
> Hadrian
>
>


-- 
  
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
Talend Application Integration Division http://www.talend.com


Re: [VOTE] Release Apache Camel 2.12.2

Posted by Willem jiang <wi...@gmail.com>.
I just ran some examples tests, they are all passed.

Here is my +1.


--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English)
          http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem





On Saturday, November 23, 2013 at 11:52 AM, Hadrian Zbarcea wrote:

> This is a vote to release Apache Camel 2.12.2, a patch release coming  
> with about 143 issues fixed.
>  
> Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325018
>  
> Staging repo:
> https://repository.apache.org/content/repositories/orgapachecamel-167/
>  
> Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-167/org/apache/camel/apache-camel/2.12.2/
>  
> Tag:
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=3b7a3c635fe568571a5c96560ff320fada5198e4
>  
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.12.2
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for at least 72 hours.
>  
> Thanks,
> Hadrian
>  
>  
> --  
> Hadrian Zbarcea
> Principal Software Architect
> Talend, Inc
> http://coders.talend.com/
> http://camelbot.blogspot.com/




Re: [VOTE] Release Apache Camel 2.12.2

Posted by Aki Yoshida <el...@gmail.com>.
+1 (non-binding)

ran the install test and some cxf osgi tests. All OK.

the only thing I noticed was one unit test in camel-dns that seems to
fail in sometimes semi-permanently.
if your run from your console

dig +short txt monkey.wp.dg.cx

and that is not returning the string
"A Macaque, ... http://en.wikipedia.org/wiki/Monkey",

DnsDigEndpointTest.testDigForMonkey will fail.

I was getting the test error because I was getting sometimes
"A Macaque, ... http://en.wikipedia.org/wiki/MONKEY",
or
"A Macaque, ... http://en.wikipedia.org/wiki/MonkeY",

this is a cute test but we should soften the check or do something to
make it run more reliably.

regards, aki

2013/11/23 Hadrian Zbarcea <hz...@gmail.com>:
> This is a vote to release Apache Camel 2.12.2, a patch release coming with
> about 143 issues fixed.
>
> Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325018
>
> Staging repo:
> https://repository.apache.org/content/repositories/orgapachecamel-167/
>
> Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-167/org/apache/camel/apache-camel/2.12.2/
>
> Tag:
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=3b7a3c635fe568571a5c96560ff320fada5198e4
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.12.2
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for at least 72 hours.
>
> Thanks,
> Hadrian
>
>
> --
> Hadrian Zbarcea
> Principal Software Architect
> Talend, Inc
> http://coders.talend.com/
> http://camelbot.blogspot.com/