You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Gregor Zurowski <gr...@list.zurowski.org> on 2016/03/21 09:52:02 UTC

[VOTE] Release Apache Camel 2.17.0

Hi Everyone:

This is a vote to release Apache Camel 2.17.0, a new minor version
with ~450 improvements, fixes and new features.

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

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

Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/

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

Please test this release candidate and cast your vote.
[ ] +1 Release the binary as Apache Camel 2.17.0
[ ] -1 Veto the release (provide specific comments)

The vote is open for at least 72 hours.

Thanks,
Gregor

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Thomas Diesler <td...@redhat.com>.
+1 from wildfly-camel <https://github.com/wildfly-extras/wildfly-camel>

> On 21 Mar 2016, at 09:52, Gregor Zurowski <gr...@list.zurowski.org> wrote:
> 
> Hi Everyone:
> 
> This is a vote to release Apache Camel 2.17.0, a new minor version
> with ~450 improvements, fixes and new features.
> 
> Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1046/
> 
> Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
> 
> Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
> 
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.17.0
> [ ] -1 Veto the release (provide specific comments)
> 
> The vote is open for at least 72 hours.
> 
> Thanks,
> Gregor


Re: [VOTE] Release Apache Camel 2.17.0

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Hi Claus,

Not a problem.  I am still working on the release candidate and will
send out a new vote once its done.

Thanks,
Gregor

On Tue, Mar 22, 2016 at 6:59 AM, Claus Ibsen <cl...@gmail.com> wrote:
> Hi Gregor
>
> Ah yeah sorry for missing that, yeah it was just to pass in the
> CamelContext to the created type converter registry as its needed.
>
> On Mon, Mar 21, 2016 at 10:54 PM, Gregor Zurowski
> <gr...@list.zurowski.org> wrote:
>> Hi Claus,
>>
>> I applied the previously described change to OsgiSpringCamelContext
>> (see https://github.com/apache/camel/commit/1d3c090b37e61d46cf058fa5052227a64de20845)
>> to branches master and 2.17.x.  I am currently building a new RC for
>> 2.17.0.
>>
>> Thanks,
>> Gregor
>>
>> On Mon, Mar 21, 2016 at 10:20 PM, Gregor Zurowski
>> <gr...@list.zurowski.org> wrote:
>>> Hi Claus,
>>>
>>> I believe the issue can be fixed by changing the invocation of the
>>> OsgiTypeConverter constructor on line 48 of class
>>> OsgiSpringCamelContext from:
>>>
>>> return new OsgiTypeConverter(ctx, getInjector(), finder);
>>>
>>> to:
>>>
>>> return new OsgiTypeConverter(ctx, this, getInjector(), finder);
>>>
>>> Please let me know if we can move forward with this.
>>>
>>> Thanks,
>>> Gregor
>>>
>>> On Mon, Mar 21, 2016 at 9:47 PM, Gregor Zurowski
>>> <gr...@list.zurowski.org> wrote:
>>>> Hi Claus,
>>>>
>>>> It seems that the recent commit for CAMEL-9730 broke the
>>>> OsgiSpringCamelContext class of the camel-spring module on
>>>> branch-2.17.x:
>>>>
>>>> ===
>>>> [...]
>>>> [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile
>>>> (default-compile) @ camel-spring ---
>>>> [INFO] [INFO] Changes detected - recompiling the module!
>>>> [INFO] [INFO] Compiling 60 source files to
>>>> /home/vagrant/camel/components/camel-spring/target/classes
>>>> [INFO] [INFO] -------------------------------------------------------------
>>>> [INFO] [ERROR] COMPILATION ERROR :
>>>> [INFO] [INFO] -------------------------------------------------------------
>>>> [INFO] [ERROR] /home/vagrant/camel/components/camel-spring/src/main/java/org/apache/camel/osgi/OsgiSpringCamelContext.java:[48,15]
>>>> error: constructor OsgiTypeConverter in class OsgiTypeConverter cannot
>>>> be applied to given types;
>>>> [INFO] [INFO] 1 error
>>>> [...]
>>>> ===
>>>>
>>>> Could you please take a look?
>>>>
>>>> Also, we would need to set up Jenkins for branch-2.17.x.  Who can help
>>>> with this?
>>>>
>>>> Thanks,
>>>> Gregor
>>>>
>>>>
>>>>
>>>> On Mon, Mar 21, 2016 at 5:02 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>> On Mon, Mar 21, 2016 at 4:33 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>> On Mon, Mar 21, 2016 at 3:26 PM, Gregor Zurowski
>>>>>> <gr...@list.zurowski.org> wrote:
>>>>>>> @Claus: Do we want to include the following commit in 2.17.0 as well?
>>>>>>>
>>>>>>> https://github.com/apache/camel/commit/d48cfeef1aa7a4760a3c43533a558de8f6a8cff9
>>>>>>>
>>>>>>
>>>>>> Yes that is a good one to get in, you are welcome to merge it.
>>>>>>
>>>>>
>>>>> I just backported it together with another fix with CAMEL-9732
>>>>>
>>>>> So I think the commits on the branch are the ones we need.
>>>>>
>>>>>
>>>>>>
>>>>>>> Thanks,
>>>>>>> Gregor
>>>>>>>
>>>>>>> On Mon, Mar 21, 2016 at 2:35 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>>>> And btw this does not mean people should stop testing the current RC.
>>>>>>>> We want as much feedback as possible.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>>>>> Hi
>>>>>>>>>
>>>>>>>>> Okay its fixed now and pushed to master branch.
>>>>>>>>>
>>>>>>>>> I think it will cause problems for karaf users so I am voting a -1 so
>>>>>>>>> we can re-cut a RC.
>>>>>>>>>
>>>>>>>>> Gregor, can you re-cut from the master branch to pickup this fix and a
>>>>>>>>> few other minor ones?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>>>>>> Hi
>>>>>>>>>>
>>>>>>>>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>>>>>>>>>> https://issues.apache.org/jira/browse/CAMEL-9730
>>>>>>>>>>
>>>>>>>>>> And could likely also be a problem when running in real karaf.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>>>>>>>>>> <gr...@list.zurowski.org> wrote:
>>>>>>>>>>> Hi Everyone:
>>>>>>>>>>>
>>>>>>>>>>> This is a vote to release Apache Camel 2.17.0, a new minor version
>>>>>>>>>>> with ~450 improvements, fixes and new features.
>>>>>>>>>>>
>>>>>>>>>>> Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>>>>>>>>>>
>>>>>>>>>>> Staging repository:
>>>>>>>>>>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>>>>>>>>>>
>>>>>>>>>>> Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>>>>>>>>>>
>>>>>>>>>>> Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>>>>>>>>>>
>>>>>>>>>>> Please test this release candidate and cast your vote.
>>>>>>>>>>> [ ] +1 Release the binary as Apache Camel 2.17.0
>>>>>>>>>>> [ ] -1 Veto the release (provide specific comments)
>>>>>>>>>>>
>>>>>>>>>>> The vote is open for at least 72 hours.
>>>>>>>>>>>
>>>>>>>>>>> Thanks,
>>>>>>>>>>> Gregor
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Claus Ibsen
>>>>>>>>>> -----------------
>>>>>>>>>> http://davsclaus.com @davsclaus
>>>>>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Claus Ibsen
>>>>>>>>> -----------------
>>>>>>>>> http://davsclaus.com @davsclaus
>>>>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Claus Ibsen
>>>>>>>> -----------------
>>>>>>>> http://davsclaus.com @davsclaus
>>>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Claus Ibsen
>>>>>> -----------------
>>>>>> http://davsclaus.com @davsclaus
>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Claus Ibsen
>>>>> -----------------
>>>>> http://davsclaus.com @davsclaus
>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

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

Ah yeah sorry for missing that, yeah it was just to pass in the
CamelContext to the created type converter registry as its needed.

On Mon, Mar 21, 2016 at 10:54 PM, Gregor Zurowski
<gr...@list.zurowski.org> wrote:
> Hi Claus,
>
> I applied the previously described change to OsgiSpringCamelContext
> (see https://github.com/apache/camel/commit/1d3c090b37e61d46cf058fa5052227a64de20845)
> to branches master and 2.17.x.  I am currently building a new RC for
> 2.17.0.
>
> Thanks,
> Gregor
>
> On Mon, Mar 21, 2016 at 10:20 PM, Gregor Zurowski
> <gr...@list.zurowski.org> wrote:
>> Hi Claus,
>>
>> I believe the issue can be fixed by changing the invocation of the
>> OsgiTypeConverter constructor on line 48 of class
>> OsgiSpringCamelContext from:
>>
>> return new OsgiTypeConverter(ctx, getInjector(), finder);
>>
>> to:
>>
>> return new OsgiTypeConverter(ctx, this, getInjector(), finder);
>>
>> Please let me know if we can move forward with this.
>>
>> Thanks,
>> Gregor
>>
>> On Mon, Mar 21, 2016 at 9:47 PM, Gregor Zurowski
>> <gr...@list.zurowski.org> wrote:
>>> Hi Claus,
>>>
>>> It seems that the recent commit for CAMEL-9730 broke the
>>> OsgiSpringCamelContext class of the camel-spring module on
>>> branch-2.17.x:
>>>
>>> ===
>>> [...]
>>> [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile
>>> (default-compile) @ camel-spring ---
>>> [INFO] [INFO] Changes detected - recompiling the module!
>>> [INFO] [INFO] Compiling 60 source files to
>>> /home/vagrant/camel/components/camel-spring/target/classes
>>> [INFO] [INFO] -------------------------------------------------------------
>>> [INFO] [ERROR] COMPILATION ERROR :
>>> [INFO] [INFO] -------------------------------------------------------------
>>> [INFO] [ERROR] /home/vagrant/camel/components/camel-spring/src/main/java/org/apache/camel/osgi/OsgiSpringCamelContext.java:[48,15]
>>> error: constructor OsgiTypeConverter in class OsgiTypeConverter cannot
>>> be applied to given types;
>>> [INFO] [INFO] 1 error
>>> [...]
>>> ===
>>>
>>> Could you please take a look?
>>>
>>> Also, we would need to set up Jenkins for branch-2.17.x.  Who can help
>>> with this?
>>>
>>> Thanks,
>>> Gregor
>>>
>>>
>>>
>>> On Mon, Mar 21, 2016 at 5:02 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>> On Mon, Mar 21, 2016 at 4:33 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>> On Mon, Mar 21, 2016 at 3:26 PM, Gregor Zurowski
>>>>> <gr...@list.zurowski.org> wrote:
>>>>>> @Claus: Do we want to include the following commit in 2.17.0 as well?
>>>>>>
>>>>>> https://github.com/apache/camel/commit/d48cfeef1aa7a4760a3c43533a558de8f6a8cff9
>>>>>>
>>>>>
>>>>> Yes that is a good one to get in, you are welcome to merge it.
>>>>>
>>>>
>>>> I just backported it together with another fix with CAMEL-9732
>>>>
>>>> So I think the commits on the branch are the ones we need.
>>>>
>>>>
>>>>>
>>>>>> Thanks,
>>>>>> Gregor
>>>>>>
>>>>>> On Mon, Mar 21, 2016 at 2:35 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>>> And btw this does not mean people should stop testing the current RC.
>>>>>>> We want as much feedback as possible.
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>>>> Hi
>>>>>>>>
>>>>>>>> Okay its fixed now and pushed to master branch.
>>>>>>>>
>>>>>>>> I think it will cause problems for karaf users so I am voting a -1 so
>>>>>>>> we can re-cut a RC.
>>>>>>>>
>>>>>>>> Gregor, can you re-cut from the master branch to pickup this fix and a
>>>>>>>> few other minor ones?
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>>>>> Hi
>>>>>>>>>
>>>>>>>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>>>>>>>>> https://issues.apache.org/jira/browse/CAMEL-9730
>>>>>>>>>
>>>>>>>>> And could likely also be a problem when running in real karaf.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>>>>>>>>> <gr...@list.zurowski.org> wrote:
>>>>>>>>>> Hi Everyone:
>>>>>>>>>>
>>>>>>>>>> This is a vote to release Apache Camel 2.17.0, a new minor version
>>>>>>>>>> with ~450 improvements, fixes and new features.
>>>>>>>>>>
>>>>>>>>>> Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>>>>>>>>>
>>>>>>>>>> Staging repository:
>>>>>>>>>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>>>>>>>>>
>>>>>>>>>> Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>>>>>>>>>
>>>>>>>>>> Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>>>>>>>>>
>>>>>>>>>> Please test this release candidate and cast your vote.
>>>>>>>>>> [ ] +1 Release the binary as Apache Camel 2.17.0
>>>>>>>>>> [ ] -1 Veto the release (provide specific comments)
>>>>>>>>>>
>>>>>>>>>> The vote is open for at least 72 hours.
>>>>>>>>>>
>>>>>>>>>> Thanks,
>>>>>>>>>> Gregor
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Claus Ibsen
>>>>>>>>> -----------------
>>>>>>>>> http://davsclaus.com @davsclaus
>>>>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Claus Ibsen
>>>>>>>> -----------------
>>>>>>>> http://davsclaus.com @davsclaus
>>>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Claus Ibsen
>>>>>>> -----------------
>>>>>>> http://davsclaus.com @davsclaus
>>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Claus Ibsen
>>>>> -----------------
>>>>> http://davsclaus.com @davsclaus
>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>
>>>>
>>>>
>>>> --
>>>> Claus Ibsen
>>>> -----------------
>>>> http://davsclaus.com @davsclaus
>>>> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Hi Claus,

I applied the previously described change to OsgiSpringCamelContext
(see https://github.com/apache/camel/commit/1d3c090b37e61d46cf058fa5052227a64de20845)
to branches master and 2.17.x.  I am currently building a new RC for
2.17.0.

Thanks,
Gregor

On Mon, Mar 21, 2016 at 10:20 PM, Gregor Zurowski
<gr...@list.zurowski.org> wrote:
> Hi Claus,
>
> I believe the issue can be fixed by changing the invocation of the
> OsgiTypeConverter constructor on line 48 of class
> OsgiSpringCamelContext from:
>
> return new OsgiTypeConverter(ctx, getInjector(), finder);
>
> to:
>
> return new OsgiTypeConverter(ctx, this, getInjector(), finder);
>
> Please let me know if we can move forward with this.
>
> Thanks,
> Gregor
>
> On Mon, Mar 21, 2016 at 9:47 PM, Gregor Zurowski
> <gr...@list.zurowski.org> wrote:
>> Hi Claus,
>>
>> It seems that the recent commit for CAMEL-9730 broke the
>> OsgiSpringCamelContext class of the camel-spring module on
>> branch-2.17.x:
>>
>> ===
>> [...]
>> [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile
>> (default-compile) @ camel-spring ---
>> [INFO] [INFO] Changes detected - recompiling the module!
>> [INFO] [INFO] Compiling 60 source files to
>> /home/vagrant/camel/components/camel-spring/target/classes
>> [INFO] [INFO] -------------------------------------------------------------
>> [INFO] [ERROR] COMPILATION ERROR :
>> [INFO] [INFO] -------------------------------------------------------------
>> [INFO] [ERROR] /home/vagrant/camel/components/camel-spring/src/main/java/org/apache/camel/osgi/OsgiSpringCamelContext.java:[48,15]
>> error: constructor OsgiTypeConverter in class OsgiTypeConverter cannot
>> be applied to given types;
>> [INFO] [INFO] 1 error
>> [...]
>> ===
>>
>> Could you please take a look?
>>
>> Also, we would need to set up Jenkins for branch-2.17.x.  Who can help
>> with this?
>>
>> Thanks,
>> Gregor
>>
>>
>>
>> On Mon, Mar 21, 2016 at 5:02 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>> On Mon, Mar 21, 2016 at 4:33 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>> On Mon, Mar 21, 2016 at 3:26 PM, Gregor Zurowski
>>>> <gr...@list.zurowski.org> wrote:
>>>>> @Claus: Do we want to include the following commit in 2.17.0 as well?
>>>>>
>>>>> https://github.com/apache/camel/commit/d48cfeef1aa7a4760a3c43533a558de8f6a8cff9
>>>>>
>>>>
>>>> Yes that is a good one to get in, you are welcome to merge it.
>>>>
>>>
>>> I just backported it together with another fix with CAMEL-9732
>>>
>>> So I think the commits on the branch are the ones we need.
>>>
>>>
>>>>
>>>>> Thanks,
>>>>> Gregor
>>>>>
>>>>> On Mon, Mar 21, 2016 at 2:35 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>> And btw this does not mean people should stop testing the current RC.
>>>>>> We want as much feedback as possible.
>>>>>>
>>>>>>
>>>>>> On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>>> Hi
>>>>>>>
>>>>>>> Okay its fixed now and pushed to master branch.
>>>>>>>
>>>>>>> I think it will cause problems for karaf users so I am voting a -1 so
>>>>>>> we can re-cut a RC.
>>>>>>>
>>>>>>> Gregor, can you re-cut from the master branch to pickup this fix and a
>>>>>>> few other minor ones?
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>>>> Hi
>>>>>>>>
>>>>>>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>>>>>>>> https://issues.apache.org/jira/browse/CAMEL-9730
>>>>>>>>
>>>>>>>> And could likely also be a problem when running in real karaf.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>>>>>>>> <gr...@list.zurowski.org> wrote:
>>>>>>>>> Hi Everyone:
>>>>>>>>>
>>>>>>>>> This is a vote to release Apache Camel 2.17.0, a new minor version
>>>>>>>>> with ~450 improvements, fixes and new features.
>>>>>>>>>
>>>>>>>>> Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>>>>>>>>
>>>>>>>>> Staging repository:
>>>>>>>>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>>>>>>>>
>>>>>>>>> Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>>>>>>>>
>>>>>>>>> Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>>>>>>>>
>>>>>>>>> Please test this release candidate and cast your vote.
>>>>>>>>> [ ] +1 Release the binary as Apache Camel 2.17.0
>>>>>>>>> [ ] -1 Veto the release (provide specific comments)
>>>>>>>>>
>>>>>>>>> The vote is open for at least 72 hours.
>>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>>> Gregor
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Claus Ibsen
>>>>>>>> -----------------
>>>>>>>> http://davsclaus.com @davsclaus
>>>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Claus Ibsen
>>>>>>> -----------------
>>>>>>> http://davsclaus.com @davsclaus
>>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Claus Ibsen
>>>>>> -----------------
>>>>>> http://davsclaus.com @davsclaus
>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>
>>>>
>>>>
>>>> --
>>>> Claus Ibsen
>>>> -----------------
>>>> http://davsclaus.com @davsclaus
>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -----------------
>>> http://davsclaus.com @davsclaus
>>> Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Hi Claus,

I believe the issue can be fixed by changing the invocation of the
OsgiTypeConverter constructor on line 48 of class
OsgiSpringCamelContext from:

return new OsgiTypeConverter(ctx, getInjector(), finder);

to:

return new OsgiTypeConverter(ctx, this, getInjector(), finder);

Please let me know if we can move forward with this.

Thanks,
Gregor

On Mon, Mar 21, 2016 at 9:47 PM, Gregor Zurowski
<gr...@list.zurowski.org> wrote:
> Hi Claus,
>
> It seems that the recent commit for CAMEL-9730 broke the
> OsgiSpringCamelContext class of the camel-spring module on
> branch-2.17.x:
>
> ===
> [...]
> [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile
> (default-compile) @ camel-spring ---
> [INFO] [INFO] Changes detected - recompiling the module!
> [INFO] [INFO] Compiling 60 source files to
> /home/vagrant/camel/components/camel-spring/target/classes
> [INFO] [INFO] -------------------------------------------------------------
> [INFO] [ERROR] COMPILATION ERROR :
> [INFO] [INFO] -------------------------------------------------------------
> [INFO] [ERROR] /home/vagrant/camel/components/camel-spring/src/main/java/org/apache/camel/osgi/OsgiSpringCamelContext.java:[48,15]
> error: constructor OsgiTypeConverter in class OsgiTypeConverter cannot
> be applied to given types;
> [INFO] [INFO] 1 error
> [...]
> ===
>
> Could you please take a look?
>
> Also, we would need to set up Jenkins for branch-2.17.x.  Who can help
> with this?
>
> Thanks,
> Gregor
>
>
>
> On Mon, Mar 21, 2016 at 5:02 PM, Claus Ibsen <cl...@gmail.com> wrote:
>> On Mon, Mar 21, 2016 at 4:33 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>> On Mon, Mar 21, 2016 at 3:26 PM, Gregor Zurowski
>>> <gr...@list.zurowski.org> wrote:
>>>> @Claus: Do we want to include the following commit in 2.17.0 as well?
>>>>
>>>> https://github.com/apache/camel/commit/d48cfeef1aa7a4760a3c43533a558de8f6a8cff9
>>>>
>>>
>>> Yes that is a good one to get in, you are welcome to merge it.
>>>
>>
>> I just backported it together with another fix with CAMEL-9732
>>
>> So I think the commits on the branch are the ones we need.
>>
>>
>>>
>>>> Thanks,
>>>> Gregor
>>>>
>>>> On Mon, Mar 21, 2016 at 2:35 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>> And btw this does not mean people should stop testing the current RC.
>>>>> We want as much feedback as possible.
>>>>>
>>>>>
>>>>> On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>> Hi
>>>>>>
>>>>>> Okay its fixed now and pushed to master branch.
>>>>>>
>>>>>> I think it will cause problems for karaf users so I am voting a -1 so
>>>>>> we can re-cut a RC.
>>>>>>
>>>>>> Gregor, can you re-cut from the master branch to pickup this fix and a
>>>>>> few other minor ones?
>>>>>>
>>>>>>
>>>>>> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>>> Hi
>>>>>>>
>>>>>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>>>>>>> https://issues.apache.org/jira/browse/CAMEL-9730
>>>>>>>
>>>>>>> And could likely also be a problem when running in real karaf.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>>>>>>> <gr...@list.zurowski.org> wrote:
>>>>>>>> Hi Everyone:
>>>>>>>>
>>>>>>>> This is a vote to release Apache Camel 2.17.0, a new minor version
>>>>>>>> with ~450 improvements, fixes and new features.
>>>>>>>>
>>>>>>>> Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>>>>>>>
>>>>>>>> Staging repository:
>>>>>>>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>>>>>>>
>>>>>>>> Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>>>>>>>
>>>>>>>> Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>>>>>>>
>>>>>>>> Please test this release candidate and cast your vote.
>>>>>>>> [ ] +1 Release the binary as Apache Camel 2.17.0
>>>>>>>> [ ] -1 Veto the release (provide specific comments)
>>>>>>>>
>>>>>>>> The vote is open for at least 72 hours.
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Gregor
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Claus Ibsen
>>>>>>> -----------------
>>>>>>> http://davsclaus.com @davsclaus
>>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Claus Ibsen
>>>>>> -----------------
>>>>>> http://davsclaus.com @davsclaus
>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Claus Ibsen
>>>>> -----------------
>>>>> http://davsclaus.com @davsclaus
>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -----------------
>>> http://davsclaus.com @davsclaus
>>> Camel in Action 2: https://www.manning.com/ibsen2
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> http://davsclaus.com @davsclaus
>> Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Christian, thanks a lot for settings this up.  Could you briefly
describe the steps involved with this, so we can add it to the release
guide?

Thanks,
Gregor

On Mon, Mar 21, 2016 at 10:12 PM, Christian Müller
<ch...@gmail.com> wrote:
> Jenkins jobs are set up and scheduled.
>
> 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 Mon, Mar 21, 2016 at 9:47 PM, Gregor Zurowski <gr...@list.zurowski.org>
> wrote:
>
>> Hi Claus,
>>
>> It seems that the recent commit for CAMEL-9730 broke the
>> OsgiSpringCamelContext class of the camel-spring module on
>> branch-2.17.x:
>>
>> ===
>> [...]
>> [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile
>> (default-compile) @ camel-spring ---
>> [INFO] [INFO] Changes detected - recompiling the module!
>> [INFO] [INFO] Compiling 60 source files to
>> /home/vagrant/camel/components/camel-spring/target/classes
>> [INFO] [INFO] -------------------------------------------------------------
>> [INFO] [ERROR] COMPILATION ERROR :
>> [INFO] [INFO] -------------------------------------------------------------
>> [INFO] [ERROR]
>> /home/vagrant/camel/components/camel-spring/src/main/java/org/apache/camel/osgi/OsgiSpringCamelContext.java:[48,15]
>> error: constructor OsgiTypeConverter in class OsgiTypeConverter cannot
>> be applied to given types;
>> [INFO] [INFO] 1 error
>> [...]
>> ===
>>
>> Could you please take a look?
>>
>> Also, we would need to set up Jenkins for branch-2.17.x.  Who can help
>> with this?
>>
>> Thanks,
>> Gregor
>>
>>
>>
>> On Mon, Mar 21, 2016 at 5:02 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> > On Mon, Mar 21, 2016 at 4:33 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >> On Mon, Mar 21, 2016 at 3:26 PM, Gregor Zurowski
>> >> <gr...@list.zurowski.org> wrote:
>> >>> @Claus: Do we want to include the following commit in 2.17.0 as well?
>> >>>
>> >>>
>> https://github.com/apache/camel/commit/d48cfeef1aa7a4760a3c43533a558de8f6a8cff9
>> >>>
>> >>
>> >> Yes that is a good one to get in, you are welcome to merge it.
>> >>
>> >
>> > I just backported it together with another fix with CAMEL-9732
>> >
>> > So I think the commits on the branch are the ones we need.
>> >
>> >
>> >>
>> >>> Thanks,
>> >>> Gregor
>> >>>
>> >>> On Mon, Mar 21, 2016 at 2:35 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >>>> And btw this does not mean people should stop testing the current RC.
>> >>>> We want as much feedback as possible.
>> >>>>
>> >>>>
>> >>>> On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >>>>> Hi
>> >>>>>
>> >>>>> Okay its fixed now and pushed to master branch.
>> >>>>>
>> >>>>> I think it will cause problems for karaf users so I am voting a -1 so
>> >>>>> we can re-cut a RC.
>> >>>>>
>> >>>>> Gregor, can you re-cut from the master branch to pickup this fix and
>> a
>> >>>>> few other minor ones?
>> >>>>>
>> >>>>>
>> >>>>> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >>>>>> Hi
>> >>>>>>
>> >>>>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>> >>>>>> https://issues.apache.org/jira/browse/CAMEL-9730
>> >>>>>>
>> >>>>>> And could likely also be a problem when running in real karaf.
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>> >>>>>> <gr...@list.zurowski.org> wrote:
>> >>>>>>> Hi Everyone:
>> >>>>>>>
>> >>>>>>> This is a vote to release Apache Camel 2.17.0, a new minor version
>> >>>>>>> with ~450 improvements, fixes and new features.
>> >>>>>>>
>> >>>>>>> Release notes:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>> >>>>>>>
>> >>>>>>> Staging repository:
>> >>>>>>>
>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>> >>>>>>>
>> >>>>>>> Tarballs:
>> https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>> >>>>>>>
>> >>>>>>> Tag:
>> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>> >>>>>>>
>> >>>>>>> Please test this release candidate and cast your vote.
>> >>>>>>> [ ] +1 Release the binary as Apache Camel 2.17.0
>> >>>>>>> [ ] -1 Veto the release (provide specific comments)
>> >>>>>>>
>> >>>>>>> The vote is open for at least 72 hours.
>> >>>>>>>
>> >>>>>>> Thanks,
>> >>>>>>> Gregor
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> --
>> >>>>>> Claus Ibsen
>> >>>>>> -----------------
>> >>>>>> http://davsclaus.com @davsclaus
>> >>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> --
>> >>>>> Claus Ibsen
>> >>>>> -----------------
>> >>>>> http://davsclaus.com @davsclaus
>> >>>>> Camel in Action 2: https://www.manning.com/ibsen2
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> Claus Ibsen
>> >>>> -----------------
>> >>>> http://davsclaus.com @davsclaus
>> >>>> Camel in Action 2: https://www.manning.com/ibsen2
>> >>
>> >>
>> >>
>> >> --
>> >> Claus Ibsen
>> >> -----------------
>> >> http://davsclaus.com @davsclaus
>> >> Camel in Action 2: https://www.manning.com/ibsen2
>> >
>> >
>> >
>> > --
>> > Claus Ibsen
>> > -----------------
>> > http://davsclaus.com @davsclaus
>> > Camel in Action 2: https://www.manning.com/ibsen2
>>

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Christian Müller <ch...@gmail.com>.
https://builds.apache.org/view/A-D/view/Camel/

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 Mon, Mar 21, 2016 at 10:12 PM, Christian Müller <
christian.mueller@gmail.com> wrote:

> Jenkins jobs are set up and scheduled.
>
> 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 Mon, Mar 21, 2016 at 9:47 PM, Gregor Zurowski <gregor@list.zurowski.org
> > wrote:
>
>> Hi Claus,
>>
>> It seems that the recent commit for CAMEL-9730 broke the
>> OsgiSpringCamelContext class of the camel-spring module on
>> branch-2.17.x:
>>
>> ===
>> [...]
>> [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile
>> (default-compile) @ camel-spring ---
>> [INFO] [INFO] Changes detected - recompiling the module!
>> [INFO] [INFO] Compiling 60 source files to
>> /home/vagrant/camel/components/camel-spring/target/classes
>> [INFO] [INFO]
>> -------------------------------------------------------------
>> [INFO] [ERROR] COMPILATION ERROR :
>> [INFO] [INFO]
>> -------------------------------------------------------------
>> [INFO] [ERROR]
>> /home/vagrant/camel/components/camel-spring/src/main/java/org/apache/camel/osgi/OsgiSpringCamelContext.java:[48,15]
>> error: constructor OsgiTypeConverter in class OsgiTypeConverter cannot
>> be applied to given types;
>> [INFO] [INFO] 1 error
>> [...]
>> ===
>>
>> Could you please take a look?
>>
>> Also, we would need to set up Jenkins for branch-2.17.x.  Who can help
>> with this?
>>
>> Thanks,
>> Gregor
>>
>>
>>
>> On Mon, Mar 21, 2016 at 5:02 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> > On Mon, Mar 21, 2016 at 4:33 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >> On Mon, Mar 21, 2016 at 3:26 PM, Gregor Zurowski
>> >> <gr...@list.zurowski.org> wrote:
>> >>> @Claus: Do we want to include the following commit in 2.17.0 as well?
>> >>>
>> >>>
>> https://github.com/apache/camel/commit/d48cfeef1aa7a4760a3c43533a558de8f6a8cff9
>> >>>
>> >>
>> >> Yes that is a good one to get in, you are welcome to merge it.
>> >>
>> >
>> > I just backported it together with another fix with CAMEL-9732
>> >
>> > So I think the commits on the branch are the ones we need.
>> >
>> >
>> >>
>> >>> Thanks,
>> >>> Gregor
>> >>>
>> >>> On Mon, Mar 21, 2016 at 2:35 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >>>> And btw this does not mean people should stop testing the current RC.
>> >>>> We want as much feedback as possible.
>> >>>>
>> >>>>
>> >>>> On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >>>>> Hi
>> >>>>>
>> >>>>> Okay its fixed now and pushed to master branch.
>> >>>>>
>> >>>>> I think it will cause problems for karaf users so I am voting a -1
>> so
>> >>>>> we can re-cut a RC.
>> >>>>>
>> >>>>> Gregor, can you re-cut from the master branch to pickup this fix
>> and a
>> >>>>> few other minor ones?
>> >>>>>
>> >>>>>
>> >>>>> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >>>>>> Hi
>> >>>>>>
>> >>>>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>> >>>>>> https://issues.apache.org/jira/browse/CAMEL-9730
>> >>>>>>
>> >>>>>> And could likely also be a problem when running in real karaf.
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>> >>>>>> <gr...@list.zurowski.org> wrote:
>> >>>>>>> Hi Everyone:
>> >>>>>>>
>> >>>>>>> This is a vote to release Apache Camel 2.17.0, a new minor version
>> >>>>>>> with ~450 improvements, fixes and new features.
>> >>>>>>>
>> >>>>>>> Release notes:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>> >>>>>>>
>> >>>>>>> Staging repository:
>> >>>>>>>
>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>> >>>>>>>
>> >>>>>>> Tarballs:
>> https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>> >>>>>>>
>> >>>>>>> Tag:
>> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>> >>>>>>>
>> >>>>>>> Please test this release candidate and cast your vote.
>> >>>>>>> [ ] +1 Release the binary as Apache Camel 2.17.0
>> >>>>>>> [ ] -1 Veto the release (provide specific comments)
>> >>>>>>>
>> >>>>>>> The vote is open for at least 72 hours.
>> >>>>>>>
>> >>>>>>> Thanks,
>> >>>>>>> Gregor
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> --
>> >>>>>> Claus Ibsen
>> >>>>>> -----------------
>> >>>>>> http://davsclaus.com @davsclaus
>> >>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> --
>> >>>>> Claus Ibsen
>> >>>>> -----------------
>> >>>>> http://davsclaus.com @davsclaus
>> >>>>> Camel in Action 2: https://www.manning.com/ibsen2
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> Claus Ibsen
>> >>>> -----------------
>> >>>> http://davsclaus.com @davsclaus
>> >>>> Camel in Action 2: https://www.manning.com/ibsen2
>> >>
>> >>
>> >>
>> >> --
>> >> Claus Ibsen
>> >> -----------------
>> >> http://davsclaus.com @davsclaus
>> >> Camel in Action 2: https://www.manning.com/ibsen2
>> >
>> >
>> >
>> > --
>> > Claus Ibsen
>> > -----------------
>> > http://davsclaus.com @davsclaus
>> > Camel in Action 2: https://www.manning.com/ibsen2
>>
>
>

Re: [VOTE] Release Apache Camel 2.17.0

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

Can you change the CI jobs in jenkins

1. delete camel trunk java 7 (we drop support for java 7)
2. delete camel trunk notest java 7 if there is such a job (we drop
support for java7)
3. change camel trunk notest to use java 8
4. disable the jobs for 2.15.x as its becoming EOL (we can also wait
until 2.15.6 is released)




On Mon, Mar 21, 2016 at 10:12 PM, Christian Müller
<ch...@gmail.com> wrote:
> Jenkins jobs are set up and scheduled.
>
> 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 Mon, Mar 21, 2016 at 9:47 PM, Gregor Zurowski <gr...@list.zurowski.org>
> wrote:
>
>> Hi Claus,
>>
>> It seems that the recent commit for CAMEL-9730 broke the
>> OsgiSpringCamelContext class of the camel-spring module on
>> branch-2.17.x:
>>
>> ===
>> [...]
>> [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile
>> (default-compile) @ camel-spring ---
>> [INFO] [INFO] Changes detected - recompiling the module!
>> [INFO] [INFO] Compiling 60 source files to
>> /home/vagrant/camel/components/camel-spring/target/classes
>> [INFO] [INFO] -------------------------------------------------------------
>> [INFO] [ERROR] COMPILATION ERROR :
>> [INFO] [INFO] -------------------------------------------------------------
>> [INFO] [ERROR]
>> /home/vagrant/camel/components/camel-spring/src/main/java/org/apache/camel/osgi/OsgiSpringCamelContext.java:[48,15]
>> error: constructor OsgiTypeConverter in class OsgiTypeConverter cannot
>> be applied to given types;
>> [INFO] [INFO] 1 error
>> [...]
>> ===
>>
>> Could you please take a look?
>>
>> Also, we would need to set up Jenkins for branch-2.17.x.  Who can help
>> with this?
>>
>> Thanks,
>> Gregor
>>
>>
>>
>> On Mon, Mar 21, 2016 at 5:02 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> > On Mon, Mar 21, 2016 at 4:33 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >> On Mon, Mar 21, 2016 at 3:26 PM, Gregor Zurowski
>> >> <gr...@list.zurowski.org> wrote:
>> >>> @Claus: Do we want to include the following commit in 2.17.0 as well?
>> >>>
>> >>>
>> https://github.com/apache/camel/commit/d48cfeef1aa7a4760a3c43533a558de8f6a8cff9
>> >>>
>> >>
>> >> Yes that is a good one to get in, you are welcome to merge it.
>> >>
>> >
>> > I just backported it together with another fix with CAMEL-9732
>> >
>> > So I think the commits on the branch are the ones we need.
>> >
>> >
>> >>
>> >>> Thanks,
>> >>> Gregor
>> >>>
>> >>> On Mon, Mar 21, 2016 at 2:35 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >>>> And btw this does not mean people should stop testing the current RC.
>> >>>> We want as much feedback as possible.
>> >>>>
>> >>>>
>> >>>> On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >>>>> Hi
>> >>>>>
>> >>>>> Okay its fixed now and pushed to master branch.
>> >>>>>
>> >>>>> I think it will cause problems for karaf users so I am voting a -1 so
>> >>>>> we can re-cut a RC.
>> >>>>>
>> >>>>> Gregor, can you re-cut from the master branch to pickup this fix and
>> a
>> >>>>> few other minor ones?
>> >>>>>
>> >>>>>
>> >>>>> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >>>>>> Hi
>> >>>>>>
>> >>>>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>> >>>>>> https://issues.apache.org/jira/browse/CAMEL-9730
>> >>>>>>
>> >>>>>> And could likely also be a problem when running in real karaf.
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>> >>>>>> <gr...@list.zurowski.org> wrote:
>> >>>>>>> Hi Everyone:
>> >>>>>>>
>> >>>>>>> This is a vote to release Apache Camel 2.17.0, a new minor version
>> >>>>>>> with ~450 improvements, fixes and new features.
>> >>>>>>>
>> >>>>>>> Release notes:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>> >>>>>>>
>> >>>>>>> Staging repository:
>> >>>>>>>
>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>> >>>>>>>
>> >>>>>>> Tarballs:
>> https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>> >>>>>>>
>> >>>>>>> Tag:
>> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>> >>>>>>>
>> >>>>>>> Please test this release candidate and cast your vote.
>> >>>>>>> [ ] +1 Release the binary as Apache Camel 2.17.0
>> >>>>>>> [ ] -1 Veto the release (provide specific comments)
>> >>>>>>>
>> >>>>>>> The vote is open for at least 72 hours.
>> >>>>>>>
>> >>>>>>> Thanks,
>> >>>>>>> Gregor
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>> --
>> >>>>>> Claus Ibsen
>> >>>>>> -----------------
>> >>>>>> http://davsclaus.com @davsclaus
>> >>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> --
>> >>>>> Claus Ibsen
>> >>>>> -----------------
>> >>>>> http://davsclaus.com @davsclaus
>> >>>>> Camel in Action 2: https://www.manning.com/ibsen2
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> Claus Ibsen
>> >>>> -----------------
>> >>>> http://davsclaus.com @davsclaus
>> >>>> Camel in Action 2: https://www.manning.com/ibsen2
>> >>
>> >>
>> >>
>> >> --
>> >> Claus Ibsen
>> >> -----------------
>> >> http://davsclaus.com @davsclaus
>> >> Camel in Action 2: https://www.manning.com/ibsen2
>> >
>> >
>> >
>> > --
>> > Claus Ibsen
>> > -----------------
>> > http://davsclaus.com @davsclaus
>> > Camel in Action 2: https://www.manning.com/ibsen2
>>



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Christian Müller <ch...@gmail.com>.
Jenkins jobs are set up and scheduled.

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 Mon, Mar 21, 2016 at 9:47 PM, Gregor Zurowski <gr...@list.zurowski.org>
wrote:

> Hi Claus,
>
> It seems that the recent commit for CAMEL-9730 broke the
> OsgiSpringCamelContext class of the camel-spring module on
> branch-2.17.x:
>
> ===
> [...]
> [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile
> (default-compile) @ camel-spring ---
> [INFO] [INFO] Changes detected - recompiling the module!
> [INFO] [INFO] Compiling 60 source files to
> /home/vagrant/camel/components/camel-spring/target/classes
> [INFO] [INFO] -------------------------------------------------------------
> [INFO] [ERROR] COMPILATION ERROR :
> [INFO] [INFO] -------------------------------------------------------------
> [INFO] [ERROR]
> /home/vagrant/camel/components/camel-spring/src/main/java/org/apache/camel/osgi/OsgiSpringCamelContext.java:[48,15]
> error: constructor OsgiTypeConverter in class OsgiTypeConverter cannot
> be applied to given types;
> [INFO] [INFO] 1 error
> [...]
> ===
>
> Could you please take a look?
>
> Also, we would need to set up Jenkins for branch-2.17.x.  Who can help
> with this?
>
> Thanks,
> Gregor
>
>
>
> On Mon, Mar 21, 2016 at 5:02 PM, Claus Ibsen <cl...@gmail.com>
> wrote:
> > On Mon, Mar 21, 2016 at 4:33 PM, Claus Ibsen <cl...@gmail.com>
> wrote:
> >> On Mon, Mar 21, 2016 at 3:26 PM, Gregor Zurowski
> >> <gr...@list.zurowski.org> wrote:
> >>> @Claus: Do we want to include the following commit in 2.17.0 as well?
> >>>
> >>>
> https://github.com/apache/camel/commit/d48cfeef1aa7a4760a3c43533a558de8f6a8cff9
> >>>
> >>
> >> Yes that is a good one to get in, you are welcome to merge it.
> >>
> >
> > I just backported it together with another fix with CAMEL-9732
> >
> > So I think the commits on the branch are the ones we need.
> >
> >
> >>
> >>> Thanks,
> >>> Gregor
> >>>
> >>> On Mon, Mar 21, 2016 at 2:35 PM, Claus Ibsen <cl...@gmail.com>
> wrote:
> >>>> And btw this does not mean people should stop testing the current RC.
> >>>> We want as much feedback as possible.
> >>>>
> >>>>
> >>>> On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com>
> wrote:
> >>>>> Hi
> >>>>>
> >>>>> Okay its fixed now and pushed to master branch.
> >>>>>
> >>>>> I think it will cause problems for karaf users so I am voting a -1 so
> >>>>> we can re-cut a RC.
> >>>>>
> >>>>> Gregor, can you re-cut from the master branch to pickup this fix and
> a
> >>>>> few other minor ones?
> >>>>>
> >>>>>
> >>>>> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com>
> wrote:
> >>>>>> Hi
> >>>>>>
> >>>>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
> >>>>>> https://issues.apache.org/jira/browse/CAMEL-9730
> >>>>>>
> >>>>>> And could likely also be a problem when running in real karaf.
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
> >>>>>> <gr...@list.zurowski.org> wrote:
> >>>>>>> Hi Everyone:
> >>>>>>>
> >>>>>>> This is a vote to release Apache Camel 2.17.0, a new minor version
> >>>>>>> with ~450 improvements, fixes and new features.
> >>>>>>>
> >>>>>>> Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
> >>>>>>>
> >>>>>>> Staging repository:
> >>>>>>>
> https://repository.apache.org/content/repositories/orgapachecamel-1046/
> >>>>>>>
> >>>>>>> Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
> >>>>>>>
> >>>>>>> Tag:
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
> >>>>>>>
> >>>>>>> Please test this release candidate and cast your vote.
> >>>>>>> [ ] +1 Release the binary as Apache Camel 2.17.0
> >>>>>>> [ ] -1 Veto the release (provide specific comments)
> >>>>>>>
> >>>>>>> The vote is open for at least 72 hours.
> >>>>>>>
> >>>>>>> Thanks,
> >>>>>>> Gregor
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> --
> >>>>>> Claus Ibsen
> >>>>>> -----------------
> >>>>>> http://davsclaus.com @davsclaus
> >>>>>> Camel in Action 2: https://www.manning.com/ibsen2
> >>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> Claus Ibsen
> >>>>> -----------------
> >>>>> http://davsclaus.com @davsclaus
> >>>>> Camel in Action 2: https://www.manning.com/ibsen2
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Claus Ibsen
> >>>> -----------------
> >>>> http://davsclaus.com @davsclaus
> >>>> Camel in Action 2: https://www.manning.com/ibsen2
> >>
> >>
> >>
> >> --
> >> Claus Ibsen
> >> -----------------
> >> http://davsclaus.com @davsclaus
> >> Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Hi Claus,

It seems that the recent commit for CAMEL-9730 broke the
OsgiSpringCamelContext class of the camel-spring module on
branch-2.17.x:

===
[...]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile
(default-compile) @ camel-spring ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 60 source files to
/home/vagrant/camel/components/camel-spring/target/classes
[INFO] [INFO] -------------------------------------------------------------
[INFO] [ERROR] COMPILATION ERROR :
[INFO] [INFO] -------------------------------------------------------------
[INFO] [ERROR] /home/vagrant/camel/components/camel-spring/src/main/java/org/apache/camel/osgi/OsgiSpringCamelContext.java:[48,15]
error: constructor OsgiTypeConverter in class OsgiTypeConverter cannot
be applied to given types;
[INFO] [INFO] 1 error
[...]
===

Could you please take a look?

Also, we would need to set up Jenkins for branch-2.17.x.  Who can help
with this?

Thanks,
Gregor



On Mon, Mar 21, 2016 at 5:02 PM, Claus Ibsen <cl...@gmail.com> wrote:
> On Mon, Mar 21, 2016 at 4:33 PM, Claus Ibsen <cl...@gmail.com> wrote:
>> On Mon, Mar 21, 2016 at 3:26 PM, Gregor Zurowski
>> <gr...@list.zurowski.org> wrote:
>>> @Claus: Do we want to include the following commit in 2.17.0 as well?
>>>
>>> https://github.com/apache/camel/commit/d48cfeef1aa7a4760a3c43533a558de8f6a8cff9
>>>
>>
>> Yes that is a good one to get in, you are welcome to merge it.
>>
>
> I just backported it together with another fix with CAMEL-9732
>
> So I think the commits on the branch are the ones we need.
>
>
>>
>>> Thanks,
>>> Gregor
>>>
>>> On Mon, Mar 21, 2016 at 2:35 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>> And btw this does not mean people should stop testing the current RC.
>>>> We want as much feedback as possible.
>>>>
>>>>
>>>> On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>> Hi
>>>>>
>>>>> Okay its fixed now and pushed to master branch.
>>>>>
>>>>> I think it will cause problems for karaf users so I am voting a -1 so
>>>>> we can re-cut a RC.
>>>>>
>>>>> Gregor, can you re-cut from the master branch to pickup this fix and a
>>>>> few other minor ones?
>>>>>
>>>>>
>>>>> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>>> Hi
>>>>>>
>>>>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>>>>>> https://issues.apache.org/jira/browse/CAMEL-9730
>>>>>>
>>>>>> And could likely also be a problem when running in real karaf.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>>>>>> <gr...@list.zurowski.org> wrote:
>>>>>>> Hi Everyone:
>>>>>>>
>>>>>>> This is a vote to release Apache Camel 2.17.0, a new minor version
>>>>>>> with ~450 improvements, fixes and new features.
>>>>>>>
>>>>>>> Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>>>>>>
>>>>>>> Staging repository:
>>>>>>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>>>>>>
>>>>>>> Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>>>>>>
>>>>>>> Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>>>>>>
>>>>>>> Please test this release candidate and cast your vote.
>>>>>>> [ ] +1 Release the binary as Apache Camel 2.17.0
>>>>>>> [ ] -1 Veto the release (provide specific comments)
>>>>>>>
>>>>>>> The vote is open for at least 72 hours.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Gregor
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Claus Ibsen
>>>>>> -----------------
>>>>>> http://davsclaus.com @davsclaus
>>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Claus Ibsen
>>>>> -----------------
>>>>> http://davsclaus.com @davsclaus
>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>
>>>>
>>>>
>>>> --
>>>> Claus Ibsen
>>>> -----------------
>>>> http://davsclaus.com @davsclaus
>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> http://davsclaus.com @davsclaus
>> Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Claus Ibsen <cl...@gmail.com>.
On Mon, Mar 21, 2016 at 4:33 PM, Claus Ibsen <cl...@gmail.com> wrote:
> On Mon, Mar 21, 2016 at 3:26 PM, Gregor Zurowski
> <gr...@list.zurowski.org> wrote:
>> @Claus: Do we want to include the following commit in 2.17.0 as well?
>>
>> https://github.com/apache/camel/commit/d48cfeef1aa7a4760a3c43533a558de8f6a8cff9
>>
>
> Yes that is a good one to get in, you are welcome to merge it.
>

I just backported it together with another fix with CAMEL-9732

So I think the commits on the branch are the ones we need.


>
>> Thanks,
>> Gregor
>>
>> On Mon, Mar 21, 2016 at 2:35 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>> And btw this does not mean people should stop testing the current RC.
>>> We want as much feedback as possible.
>>>
>>>
>>> On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>> Hi
>>>>
>>>> Okay its fixed now and pushed to master branch.
>>>>
>>>> I think it will cause problems for karaf users so I am voting a -1 so
>>>> we can re-cut a RC.
>>>>
>>>> Gregor, can you re-cut from the master branch to pickup this fix and a
>>>> few other minor ones?
>>>>
>>>>
>>>> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>>> Hi
>>>>>
>>>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>>>>> https://issues.apache.org/jira/browse/CAMEL-9730
>>>>>
>>>>> And could likely also be a problem when running in real karaf.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>>>>> <gr...@list.zurowski.org> wrote:
>>>>>> Hi Everyone:
>>>>>>
>>>>>> This is a vote to release Apache Camel 2.17.0, a new minor version
>>>>>> with ~450 improvements, fixes and new features.
>>>>>>
>>>>>> Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>>>>>
>>>>>> Staging repository:
>>>>>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>>>>>
>>>>>> Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>>>>>
>>>>>> Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>>>>>
>>>>>> Please test this release candidate and cast your vote.
>>>>>> [ ] +1 Release the binary as Apache Camel 2.17.0
>>>>>> [ ] -1 Veto the release (provide specific comments)
>>>>>>
>>>>>> The vote is open for at least 72 hours.
>>>>>>
>>>>>> Thanks,
>>>>>> Gregor
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Claus Ibsen
>>>>> -----------------
>>>>> http://davsclaus.com @davsclaus
>>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>>
>>>>
>>>>
>>>> --
>>>> Claus Ibsen
>>>> -----------------
>>>> http://davsclaus.com @davsclaus
>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -----------------
>>> http://davsclaus.com @davsclaus
>>> Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Claus Ibsen <cl...@gmail.com>.
On Mon, Mar 21, 2016 at 3:26 PM, Gregor Zurowski
<gr...@list.zurowski.org> wrote:
> @Claus: Do we want to include the following commit in 2.17.0 as well?
>
> https://github.com/apache/camel/commit/d48cfeef1aa7a4760a3c43533a558de8f6a8cff9
>

Yes that is a good one to get in, you are welcome to merge it.


> Thanks,
> Gregor
>
> On Mon, Mar 21, 2016 at 2:35 PM, Claus Ibsen <cl...@gmail.com> wrote:
>> And btw this does not mean people should stop testing the current RC.
>> We want as much feedback as possible.
>>
>>
>> On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>> Hi
>>>
>>> Okay its fixed now and pushed to master branch.
>>>
>>> I think it will cause problems for karaf users so I am voting a -1 so
>>> we can re-cut a RC.
>>>
>>> Gregor, can you re-cut from the master branch to pickup this fix and a
>>> few other minor ones?
>>>
>>>
>>> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>>> Hi
>>>>
>>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>>>> https://issues.apache.org/jira/browse/CAMEL-9730
>>>>
>>>> And could likely also be a problem when running in real karaf.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>>>> <gr...@list.zurowski.org> wrote:
>>>>> Hi Everyone:
>>>>>
>>>>> This is a vote to release Apache Camel 2.17.0, a new minor version
>>>>> with ~450 improvements, fixes and new features.
>>>>>
>>>>> Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>>>>
>>>>> Staging repository:
>>>>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>>>>
>>>>> Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>>>>
>>>>> Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>>>>
>>>>> Please test this release candidate and cast your vote.
>>>>> [ ] +1 Release the binary as Apache Camel 2.17.0
>>>>> [ ] -1 Veto the release (provide specific comments)
>>>>>
>>>>> The vote is open for at least 72 hours.
>>>>>
>>>>> Thanks,
>>>>> Gregor
>>>>
>>>>
>>>>
>>>> --
>>>> Claus Ibsen
>>>> -----------------
>>>> http://davsclaus.com @davsclaus
>>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -----------------
>>> http://davsclaus.com @davsclaus
>>> Camel in Action 2: https://www.manning.com/ibsen2
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> http://davsclaus.com @davsclaus
>> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
@Claus: Do we want to include the following commit in 2.17.0 as well?

https://github.com/apache/camel/commit/d48cfeef1aa7a4760a3c43533a558de8f6a8cff9

Thanks,
Gregor

On Mon, Mar 21, 2016 at 2:35 PM, Claus Ibsen <cl...@gmail.com> wrote:
> And btw this does not mean people should stop testing the current RC.
> We want as much feedback as possible.
>
>
> On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com> wrote:
>> Hi
>>
>> Okay its fixed now and pushed to master branch.
>>
>> I think it will cause problems for karaf users so I am voting a -1 so
>> we can re-cut a RC.
>>
>> Gregor, can you re-cut from the master branch to pickup this fix and a
>> few other minor ones?
>>
>>
>> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com> wrote:
>>> Hi
>>>
>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>>> https://issues.apache.org/jira/browse/CAMEL-9730
>>>
>>> And could likely also be a problem when running in real karaf.
>>>
>>>
>>>
>>>
>>>
>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>>> <gr...@list.zurowski.org> wrote:
>>>> Hi Everyone:
>>>>
>>>> This is a vote to release Apache Camel 2.17.0, a new minor version
>>>> with ~450 improvements, fixes and new features.
>>>>
>>>> Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>>>
>>>> Staging repository:
>>>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>>>
>>>> Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>>>
>>>> Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>>>
>>>> Please test this release candidate and cast your vote.
>>>> [ ] +1 Release the binary as Apache Camel 2.17.0
>>>> [ ] -1 Veto the release (provide specific comments)
>>>>
>>>> The vote is open for at least 72 hours.
>>>>
>>>> Thanks,
>>>> Gregor
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -----------------
>>> http://davsclaus.com @davsclaus
>>> Camel in Action 2: https://www.manning.com/ibsen2
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> http://davsclaus.com @davsclaus
>> Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Claus Ibsen <cl...@gmail.com>.
And btw this does not mean people should stop testing the current RC.
We want as much feedback as possible.


On Mon, Mar 21, 2016 at 2:34 PM, Claus Ibsen <cl...@gmail.com> wrote:
> Hi
>
> Okay its fixed now and pushed to master branch.
>
> I think it will cause problems for karaf users so I am voting a -1 so
> we can re-cut a RC.
>
> Gregor, can you re-cut from the master branch to pickup this fix and a
> few other minor ones?
>
>
> On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com> wrote:
>> Hi
>>
>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>> https://issues.apache.org/jira/browse/CAMEL-9730
>>
>> And could likely also be a problem when running in real karaf.
>>
>>
>>
>>
>>
>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>> <gr...@list.zurowski.org> wrote:
>>> Hi Everyone:
>>>
>>> This is a vote to release Apache Camel 2.17.0, a new minor version
>>> with ~450 improvements, fixes and new features.
>>>
>>> Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>>
>>> Staging repository:
>>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>>
>>> Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>>
>>> Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>>
>>> Please test this release candidate and cast your vote.
>>> [ ] +1 Release the binary as Apache Camel 2.17.0
>>> [ ] -1 Veto the release (provide specific comments)
>>>
>>> The vote is open for at least 72 hours.
>>>
>>> Thanks,
>>> Gregor
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> http://davsclaus.com @davsclaus
>> Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

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

Okay its fixed now and pushed to master branch.

I think it will cause problems for karaf users so I am voting a -1 so
we can re-cut a RC.

Gregor, can you re-cut from the master branch to pickup this fix and a
few other minor ones?


On Mon, Mar 21, 2016 at 1:37 PM, Claus Ibsen <cl...@gmail.com> wrote:
> Hi
>
> I found a NPE bug when using osgi blueprint testing with camel-jaxb
> https://issues.apache.org/jira/browse/CAMEL-9730
>
> And could likely also be a problem when running in real karaf.
>
>
>
>
>
> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
> <gr...@list.zurowski.org> wrote:
>> Hi Everyone:
>>
>> This is a vote to release Apache Camel 2.17.0, a new minor version
>> with ~450 improvements, fixes and new features.
>>
>> Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>
>> Staging repository:
>> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>
>> Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>
>> Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>
>> Please test this release candidate and cast your vote.
>> [ ] +1 Release the binary as Apache Camel 2.17.0
>> [ ] -1 Veto the release (provide specific comments)
>>
>> The vote is open for at least 72 hours.
>>
>> Thanks,
>> Gregor
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
Claus already backported on 2.17.x branch.

He was too fast :-)
 --
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Monday, March 21, 2016 2:38 PM, Andrea Cosentino <an...@yahoo.com.INVALID> wrote:
Hi Gregor,

Yes, thank you.

This commit is a minor one: 
https://github.com/apache/camel/commit/a4ebd77174d43f0e23792dc03fd88530db8a29ed

Thanks!
--
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd




On Monday, March 21, 2016 2:36 PM, Gregor Zurowski <gr...@list.zurowski.org> wrote:
Hi Claus,

Thanks for your feedback.  I will merge your OSGi fix into the 2.17.x
branch tonight and roll another RC.

Any other commits that should be included in 2.17.0 that were
committed on the master branch in the meantime?

Thanks,
Gregor



On Mon, Mar 21, 2016 at 2:25 PM, Claus Ibsen <cl...@gmail.com> wrote:
> On Mon, Mar 21, 2016 at 2:18 PM, Grzegorz Grzybek <gr...@gmail.com> wrote:
>> hmm, *could be* related to https://issues.apache.org/jira/browse/SM-2772,
>> I'll check it.
>>
>
> No it was in Camel itself in some of its osgi modules. I have fixed it.
>
>> regards
>> Grzegorz
>>
>> 2016-03-21 13:37 GMT+01:00 Claus Ibsen <cl...@gmail.com>:
>>
>>> Hi
>>>
>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>>> https://issues.apache.org/jira/browse/CAMEL-9730
>>>
>>> And could likely also be a problem when running in real karaf.
>>>
>>>
>>>
>>>
>>>
>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>>> <gr...@list.zurowski.org> wrote:
>>> > Hi Everyone:
>>> >
>>> > This is a vote to release Apache Camel 2.17.0, a new minor version
>>> > with ~450 improvements, fixes and new features.
>>> >
>>> > Release notes:
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>> >
>>> > Staging repository:
>>> > https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>> >
>>> > Tarballs:
>>> https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>> >
>>> > Tag:
>>> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>> >
>>> > Please test this release candidate and cast your vote.
>>> > [ ] +1 Release the binary as Apache Camel 2.17.0
>>> > [ ] -1 Veto the release (provide specific comments)
>>> >
>>> > The vote is open for at least 72 hours.
>>> >
>>> > Thanks,
>>> > Gregor
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -----------------
>>> http://davsclaus.com @davsclaus
>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
Hi Gregor,

Yes, thank you.

This commit is a minor one: 
https://github.com/apache/camel/commit/a4ebd77174d43f0e23792dc03fd88530db8a29ed

Thanks!
 --
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Monday, March 21, 2016 2:36 PM, Gregor Zurowski <gr...@list.zurowski.org> wrote:
Hi Claus,

Thanks for your feedback.  I will merge your OSGi fix into the 2.17.x
branch tonight and roll another RC.

Any other commits that should be included in 2.17.0 that were
committed on the master branch in the meantime?

Thanks,
Gregor



On Mon, Mar 21, 2016 at 2:25 PM, Claus Ibsen <cl...@gmail.com> wrote:
> On Mon, Mar 21, 2016 at 2:18 PM, Grzegorz Grzybek <gr...@gmail.com> wrote:
>> hmm, *could be* related to https://issues.apache.org/jira/browse/SM-2772,
>> I'll check it.
>>
>
> No it was in Camel itself in some of its osgi modules. I have fixed it.
>
>> regards
>> Grzegorz
>>
>> 2016-03-21 13:37 GMT+01:00 Claus Ibsen <cl...@gmail.com>:
>>
>>> Hi
>>>
>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>>> https://issues.apache.org/jira/browse/CAMEL-9730
>>>
>>> And could likely also be a problem when running in real karaf.
>>>
>>>
>>>
>>>
>>>
>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>>> <gr...@list.zurowski.org> wrote:
>>> > Hi Everyone:
>>> >
>>> > This is a vote to release Apache Camel 2.17.0, a new minor version
>>> > with ~450 improvements, fixes and new features.
>>> >
>>> > Release notes:
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>> >
>>> > Staging repository:
>>> > https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>> >
>>> > Tarballs:
>>> https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>> >
>>> > Tag:
>>> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>> >
>>> > Please test this release candidate and cast your vote.
>>> > [ ] +1 Release the binary as Apache Camel 2.17.0
>>> > [ ] -1 Veto the release (provide specific comments)
>>> >
>>> > The vote is open for at least 72 hours.
>>> >
>>> > Thanks,
>>> > Gregor
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -----------------
>>> http://davsclaus.com @davsclaus
>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Hi Claus,

Thanks for your feedback.  I will merge your OSGi fix into the 2.17.x
branch tonight and roll another RC.

Any other commits that should be included in 2.17.0 that were
committed on the master branch in the meantime?

Thanks,
Gregor


On Mon, Mar 21, 2016 at 2:25 PM, Claus Ibsen <cl...@gmail.com> wrote:
> On Mon, Mar 21, 2016 at 2:18 PM, Grzegorz Grzybek <gr...@gmail.com> wrote:
>> hmm, *could be* related to https://issues.apache.org/jira/browse/SM-2772,
>> I'll check it.
>>
>
> No it was in Camel itself in some of its osgi modules. I have fixed it.
>
>> regards
>> Grzegorz
>>
>> 2016-03-21 13:37 GMT+01:00 Claus Ibsen <cl...@gmail.com>:
>>
>>> Hi
>>>
>>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>>> https://issues.apache.org/jira/browse/CAMEL-9730
>>>
>>> And could likely also be a problem when running in real karaf.
>>>
>>>
>>>
>>>
>>>
>>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>>> <gr...@list.zurowski.org> wrote:
>>> > Hi Everyone:
>>> >
>>> > This is a vote to release Apache Camel 2.17.0, a new minor version
>>> > with ~450 improvements, fixes and new features.
>>> >
>>> > Release notes:
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>>> >
>>> > Staging repository:
>>> > https://repository.apache.org/content/repositories/orgapachecamel-1046/
>>> >
>>> > Tarballs:
>>> https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>>> >
>>> > Tag:
>>> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>>> >
>>> > Please test this release candidate and cast your vote.
>>> > [ ] +1 Release the binary as Apache Camel 2.17.0
>>> > [ ] -1 Veto the release (provide specific comments)
>>> >
>>> > The vote is open for at least 72 hours.
>>> >
>>> > Thanks,
>>> > Gregor
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -----------------
>>> http://davsclaus.com @davsclaus
>>> Camel in Action 2: https://www.manning.com/ibsen2
>>>
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Claus Ibsen <cl...@gmail.com>.
On Mon, Mar 21, 2016 at 2:18 PM, Grzegorz Grzybek <gr...@gmail.com> wrote:
> hmm, *could be* related to https://issues.apache.org/jira/browse/SM-2772,
> I'll check it.
>

No it was in Camel itself in some of its osgi modules. I have fixed it.

> regards
> Grzegorz
>
> 2016-03-21 13:37 GMT+01:00 Claus Ibsen <cl...@gmail.com>:
>
>> Hi
>>
>> I found a NPE bug when using osgi blueprint testing with camel-jaxb
>> https://issues.apache.org/jira/browse/CAMEL-9730
>>
>> And could likely also be a problem when running in real karaf.
>>
>>
>>
>>
>>
>> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
>> <gr...@list.zurowski.org> wrote:
>> > Hi Everyone:
>> >
>> > This is a vote to release Apache Camel 2.17.0, a new minor version
>> > with ~450 improvements, fixes and new features.
>> >
>> > Release notes:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>> >
>> > Staging repository:
>> > https://repository.apache.org/content/repositories/orgapachecamel-1046/
>> >
>> > Tarballs:
>> https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>> >
>> > Tag:
>> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>> >
>> > Please test this release candidate and cast your vote.
>> > [ ] +1 Release the binary as Apache Camel 2.17.0
>> > [ ] -1 Veto the release (provide specific comments)
>> >
>> > The vote is open for at least 72 hours.
>> >
>> > Thanks,
>> > Gregor
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> http://davsclaus.com @davsclaus
>> Camel in Action 2: https://www.manning.com/ibsen2
>>



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Grzegorz Grzybek <gr...@gmail.com>.
hmm, *could be* related to https://issues.apache.org/jira/browse/SM-2772,
I'll check it.

regards
Grzegorz

2016-03-21 13:37 GMT+01:00 Claus Ibsen <cl...@gmail.com>:

> Hi
>
> I found a NPE bug when using osgi blueprint testing with camel-jaxb
> https://issues.apache.org/jira/browse/CAMEL-9730
>
> And could likely also be a problem when running in real karaf.
>
>
>
>
>
> On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
> <gr...@list.zurowski.org> wrote:
> > Hi Everyone:
> >
> > This is a vote to release Apache Camel 2.17.0, a new minor version
> > with ~450 improvements, fixes and new features.
> >
> > Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachecamel-1046/
> >
> > Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
> >
> > Tag:
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
> >
> > Please test this release candidate and cast your vote.
> > [ ] +1 Release the binary as Apache Camel 2.17.0
> > [ ] -1 Veto the release (provide specific comments)
> >
> > The vote is open for at least 72 hours.
> >
> > Thanks,
> > Gregor
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>

Re: [VOTE] Release Apache Camel 2.17.0

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

I found a NPE bug when using osgi blueprint testing with camel-jaxb
https://issues.apache.org/jira/browse/CAMEL-9730

And could likely also be a problem when running in real karaf.





On Mon, Mar 21, 2016 at 9:52 AM, Gregor Zurowski
<gr...@list.zurowski.org> wrote:
> Hi Everyone:
>
> This is a vote to release Apache Camel 2.17.0, a new minor version
> with ~450 improvements, fixes and new features.
>
> Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12333368
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1046/
>
> Tarballs: https://repository.apache.org/content/repositories/orgapachecamel-1046/org/apache/camel/apache-camel/2.17.0/
>
> Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=f85c4e5eb215bf74910542f04e56ab4ba6658e6c
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.17.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.17.0

Posted by Gerard Klijs <ge...@dizzit.com>.
+1 using the staging repo the poc with secure kafka connection works.

On Mon, Mar 21, 2016 at 12:32 PM johndament <jo...@gmail.com> wrote:

> Actually, nevermind on the dependencies part.  The only 3P libs being
> shipped
> are slf4j and jasypt (btw, do those have to be shipped?)
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-17-0-tp5779375p5779383.html
> Sent from the Camel Development mailing list archive at Nabble.com.
>

Re: [VOTE] Release Apache Camel 2.17.0

Posted by johndament <jo...@gmail.com>.
Actually, nevermind on the dependencies part.  The only 3P libs being shipped
are slf4j and jasypt (btw, do those have to be shipped?)



--
View this message in context: http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-17-0-tp5779375p5779383.html
Sent from the Camel Development mailing list archive at Nabble.com.

Re: [VOTE] Release Apache Camel 2.17.0

Posted by johndament <jo...@gmail.com>.
I noticed that your NOTICE file says to find the LICENSE.txt in the licenses
directory.  There is no licenses directory and the file is found at the root
of the archive.

In addition, a number of your dependencies are not apache v2 licensed.  I'm
not sure that I see the proper level of attribution for things like MIT in
your license file.



--
View this message in context: http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-17-0-tp5779375p5779382.html
Sent from the Camel Development mailing list archive at Nabble.com.