You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2008/11/07 16:03:05 UTC

[jira] Created: (CAMEL-1061) Remove stuff marked for removal in Camel 2.0

Remove stuff marked for removal in Camel 2.0
--------------------------------------------

                 Key: CAMEL-1061
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1061
             Project: Apache Camel
          Issue Type: Task
            Reporter: Jonathan Anstey
            Assignee: Jonathan Anstey
             Fix For: 2.0.0


There are a ton of things that are deprecated and need to be removed for Camel 2.0

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


[jira] Commented: (CAMEL-1061) Remove stuff marked for removal in Camel 2.0

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47192#action_47192 ] 

Claus Ibsen commented on CAMEL-1061:
------------------------------------

The queue component in camel-core should be removed as well. Anyone objects?

And we actually also have some empty java src folders in some components here and there. 

And should we consider moving some abandoned components into a sandbox?
- camel-jface
- camel-supercsv
- camel-jmxconnect




> Remove stuff marked for removal in Camel 2.0
> --------------------------------------------
>
>                 Key: CAMEL-1061
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1061
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>
> There are a ton of things that are deprecated and need to be removed for Camel 2.0

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


[jira] Commented: (CAMEL-1061) Remove stuff marked for removal in Camel 2.0

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47315#action_47315 ] 

Jonathan Anstey commented on CAMEL-1061:
----------------------------------------

Hmmm... confluence seems to be hanging when I try and edit the 2.0.0 release page so I'll update that later with the changes relating to my last commit.

> Remove stuff marked for removal in Camel 2.0
> --------------------------------------------
>
>                 Key: CAMEL-1061
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1061
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>
> There are a ton of things that are deprecated and need to be removed for Camel 2.0

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


[jira] Commented: (CAMEL-1061) Remove stuff marked for removal in Camel 2.0

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47216#action_47216 ] 

Jonathan Anstey commented on CAMEL-1061:
----------------------------------------

I removed the queue component last week. Seems there is still some clean up to w.r.t. to empty dirs though. Will do that once the deprecated things are gone.

I agree, pojo: can go as well.

Hmmm... didn't know we had abandoned components :) Do you mean no-one has committed to them in a while? Or they are half-finished/unusable?

> Remove stuff marked for removal in Camel 2.0
> --------------------------------------------
>
>                 Key: CAMEL-1061
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1061
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>
> There are a ton of things that are deprecated and need to be removed for Camel 2.0

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


[jira] Commented: (CAMEL-1061) Remove stuff marked for removal in Camel 2.0

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47318#action_47318 ] 

Jonathan Anstey commented on CAMEL-1061:
----------------------------------------

wiki comment should be:

* On Endpoint, getContext() and setContext(CamelContext) have been renamed to getCamelContext() and setCamelContext(CamelContext)
* To set the ignored headers in the http component you must use the HeaderPropagationStrategy instead of setIgnoredHeaders(...)
* JettyHttpProducer has been removed. Use org.apache.camel.component.http.HttpProducer instead.
* In MailConfiguration, getDestination() and setDestination(...) have been renamed to getRecipients() and setTo(...).

> Remove stuff marked for removal in Camel 2.0
> --------------------------------------------
>
>                 Key: CAMEL-1061
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1061
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>
> There are a ton of things that are deprecated and need to be removed for Camel 2.0

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


[jira] Commented: (CAMEL-1061) Remove stuff marked for removal in Camel 2.0

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47486#action_47486 ] 

Jonathan Anstey commented on CAMEL-1061:
----------------------------------------

Going to call this one complete. The only deprecated thing remaining is the timestamp stuff in the file/ftp component. As a part of the removal of the timestamp algorithm, I plan to add the ability to preserve state of what files have been consumed. Will be creating a new JIRA for this since its kind of an improvement.

> Remove stuff marked for removal in Camel 2.0
> --------------------------------------------
>
>                 Key: CAMEL-1061
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1061
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>
> There are a ton of things that are deprecated and need to be removed for Camel 2.0

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


[jira] Resolved: (CAMEL-1061) Remove stuff marked for removal in Camel 2.0

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Anstey resolved CAMEL-1061.
------------------------------------

    Resolution: Fixed

> Remove stuff marked for removal in Camel 2.0
> --------------------------------------------
>
>                 Key: CAMEL-1061
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1061
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>
> There are a ton of things that are deprecated and need to be removed for Camel 2.0

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


[jira] Commented: (CAMEL-1061) Remove stuff marked for removal in Camel 2.0

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47179#action_47179 ] 

Jonathan Anstey commented on CAMEL-1061:
----------------------------------------

Just removed several things. Checked the change in so I can scour the wiki for required changes.

> Remove stuff marked for removal in Camel 2.0
> --------------------------------------------
>
>                 Key: CAMEL-1061
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1061
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>
> There are a ton of things that are deprecated and need to be removed for Camel 2.0

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


[jira] Commented: (CAMEL-1061) Remove stuff marked for removal in Camel 2.0

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47211#action_47211 ] 

Claus Ibsen commented on CAMEL-1061:
------------------------------------

Pojo component should be removed as well
- http://activemq.apache.org/camel/pojo.html

I dont think it harms to remove it from the components list anyway as you should use bean instead.

The same goes for queue it can be removed from the list also = use seda instead.

> Remove stuff marked for removal in Camel 2.0
> --------------------------------------------
>
>                 Key: CAMEL-1061
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1061
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>
> There are a ton of things that are deprecated and need to be removed for Camel 2.0

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