[
https://issues.apache.org/jira/browse/CAMEL-8800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14569284#comment-14569284
]
Mark Mindenhall commented on CAMEL-8800:
----------------------------------------
It looks like both the initial commit, and this fix both set the kafka version,
but not the kafka bundle version to 0.8.2.1:
{code:xml}
<jzlib-version>1.1.3</jzlib-version>
- <kafka-version>0.8.2.0</kafka-version>
+ <kafka-version>0.8.2.1</kafka-version>
<kafka-bundle-version>0.8.2.0_1</kafka-bundle-version>
<karaf-version>2.4.2</karaf-version>
{code}
The 0.8.2.1 bundle is available, so that should be:
{code:xml}
<kafka-bundle-version>0.8.2.1_1</kafka-bundle-version>
{code}
> Upgrade kafka to 0.8.2.1
> ------------------------
>
> Key: CAMEL-8800
> URL: https://issues.apache.org/jira/browse/CAMEL-8800
> Project: Camel
> Issue Type: Improvement
> Components: camel-kafka
> Affects Versions: 2.15.2, 2.16.0
> Reporter: Mark Mindenhall
> Assignee: Willem Jiang
> Fix For: 2.16.0, 2.15.3
>
> Attachments: 0001-CAMEL-8800-Upgrade-kakfa-to-0.8.2.1.patch
>
>
> CAMEL-8621 upgraded kafka from 0.8.1.1 to 0.8.2.0. The issue mentioned that
> 0.8.2.1 was available, but the bundle had not yet been created. The bundle
> is available, and the upgrade to 0.8.2.1 should be made as soon as possible.
> Version 0.8.2.0 had 1 Critical and 3 Blocker bugs that were [fixed by
> 0.8.2.1|https://archive.apache.org/dist/kafka/0.8.2.1/RELEASE_NOTES.html].
> Those bugs can result in crashes and/or loss of data.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)