[ https://issues.apache.org/jira/browse/AMQ-8033?focusedWorklogId=645025&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-645025 ]
ASF GitHub Bot logged work on AMQ-8033: --------------------------------------- Author: ASF GitHub Bot Created on: 01/Sep/21 09:28 Start Date: 01/Sep/21 09:28 Worklog Time Spent: 10m Work Description: mattrpav commented on pull request #701: URL: https://github.com/apache/activemq/pull/701#issuecomment-909213019 > This is confusing me somewhat, let me explain some of my understanding and maybe you can correct me where wrong. > > 1. Today we ship ActiveMQ with Camel 2.x NOT 3.x Correct > 2. Out the box based on 1) users are able to have camel routes deployed within ActiveMQ process Correct > 3. The code in this PR is needed for Camel 2.x Incorrect. This PR removes the 'activemq-camel' Camel Component *only*. We still ship Camel 2.x, and this PR update the samples to use o.a.camel.component.jms.JmsComponent instead of o.a.activemq.camel.component.ActiveMQComponent. see: [Component change](https://github.com/apache/activemq/pull/701/files#diff-1f1cf78427185d2d7a6eb9e106b9e73cbb786ea1d1eb849d3545af2e8497b438L53) Note: ActiveMQComponent extends from JmsComponent > 4. You're removing Camel 2.x support BUT does not add Camel 3.x Incorrect. This PR removes just the 'activemq-camel' component, which has been repackaged by Camel as 'camel-activemq' for 3.x Note: This change is a pre-req for Camel 3.x support as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 645025) Time Spent: 3h 10m (was: 3h) > Remove activemq-camel (replaced by camel-activemq) > -------------------------------------------------- > > Key: AMQ-8033 > URL: https://issues.apache.org/jira/browse/AMQ-8033 > Project: ActiveMQ > Issue Type: Improvement > Components: Camel > Reporter: Terrien Jean-Yves > Assignee: Jean-Baptiste Onofré > Priority: Major > Fix For: 5.17.0 > > Time Spent: 3h 10m > Remaining Estimate: 0h > > Hi > Do you have a plan to upgrade to camel 3.x? > Thank -- This message was sent by Atlassian Jira (v8.3.4#803005)