[jira] Created: (CAMEL-1690) Components in Camel-Extra need to be upgraded to work with Camel 2.0

View: New views
7 Messages — Rating Filter:   Alert me  

[jira] Created: (CAMEL-1690) Components in Camel-Extra need to be upgraded to work with Camel 2.0

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Components in Camel-Extra need to be upgraded to work with Camel 2.0
--------------------------------------------------------------------

                 Key: CAMEL-1690
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1690
             Project: Apache Camel
          Issue Type: Bug
            Reporter: Joe Gottman
             Fix For: 2.0.0


I don't know whether this is the right forum to report this, but the components in camel-extra will not work with Camel 2.0.  For example they still use generics in their Consumer and Producer classes.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CAMEL-1690) Components in Camel-Extra need to be upgraded to work with Camel 2.0

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/activemq/browse/CAMEL-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hadrian Zbarcea reassigned CAMEL-1690:
--------------------------------------

    Assignee: Hadrian Zbarcea

> Components in Camel-Extra need to be upgraded to work with Camel 2.0
> --------------------------------------------------------------------
>
>                 Key: CAMEL-1690
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1690
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Joe Gottman
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.0.0
>
>
> I don't know whether this is the right forum to report this, but the components in camel-extra will not work with Camel 2.0.  For example they still use generics in their Consumer and Producer classes.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-1690) Components in Camel-Extra need to be upgraded to work with Camel 2.0

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/activemq/browse/CAMEL-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52162#action_52162 ]

Hadrian Zbarcea commented on CAMEL-1690:
----------------------------------------

This is certainly not the wrong forum.  We are in the process of releasing 2.0-M2.  I will take care of it later this week.  Thanks.

> Components in Camel-Extra need to be upgraded to work with Camel 2.0
> --------------------------------------------------------------------
>
>                 Key: CAMEL-1690
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1690
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Joe Gottman
>             Fix For: 2.0.0
>
>
> I don't know whether this is the right forum to report this, but the components in camel-extra will not work with Camel 2.0.  For example they still use generics in their Consumer and Producer classes.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-1690) Components in Camel-Extra need to be upgraded to work with Camel 2.0

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/activemq/browse/CAMEL-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Kuhtz updated CAMEL-1690:
---------------------------------

    Attachment: camel-extra.diff

patch for upgrade camel-extra to CAMEL 2.0-SNAPSHOT

> Components in Camel-Extra need to be upgraded to work with Camel 2.0
> --------------------------------------------------------------------
>
>                 Key: CAMEL-1690
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1690
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Joe Gottman
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.0.0
>
>         Attachments: camel-extra.diff
>
>
> I don't know whether this is the right forum to report this, but the components in camel-extra will not work with Camel 2.0.  For example they still use generics in their Consumer and Producer classes.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-1690) Components in Camel-Extra need to be upgraded to work with Camel 2.0

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/activemq/browse/CAMEL-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52475#action_52475 ]

Hadrian Zbarcea commented on CAMEL-1690:
----------------------------------------

@Andreas, awesome work.  I'll try this out today or tomorrow.  Thanks a bunch!

> Components in Camel-Extra need to be upgraded to work with Camel 2.0
> --------------------------------------------------------------------
>
>                 Key: CAMEL-1690
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1690
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Joe Gottman
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.0.0
>
>         Attachments: camel-extra.diff
>
>
> I don't know whether this is the right forum to report this, but the components in camel-extra will not work with Camel 2.0.  For example they still use generics in their Consumer and Producer classes.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-1690) Components in Camel-Extra need to be upgraded to work with Camel 2.0

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/activemq/browse/CAMEL-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-1690:
-------------------------------

    Fix Version/s:     (was: 2.0.0)
                   2.1.0

Moving to 2.1, eg after Camel 2.0 has been released as we want to have a final release before upgrading the extra components.

> Components in Camel-Extra need to be upgraded to work with Camel 2.0
> --------------------------------------------------------------------
>
>                 Key: CAMEL-1690
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1690
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Joe Gottman
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.1.0
>
>         Attachments: camel-extra.diff
>
>
> I don't know whether this is the right forum to report this, but the components in camel-extra will not work with Camel 2.0.  For example they still use generics in their Consumer and Producer classes.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-1690) Components in Camel-Extra need to be upgraded to work with Camel 2.0

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/activemq/browse/CAMEL-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-1690:
-------------------------------

    Issue Type: Task  (was: Bug)

Changing to type to task as its not a bug

> Components in Camel-Extra need to be upgraded to work with Camel 2.0
> --------------------------------------------------------------------
>
>                 Key: CAMEL-1690
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1690
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: Joe Gottman
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.1.0
>
>         Attachments: camel-extra.diff
>
>
> I don't know whether this is the right forum to report this, but the components in camel-extra will not work with Camel 2.0.  For example they still use generics in their Consumer and Producer classes.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.