You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/01/22 07:59:59 UTC

[jira] Created: (CAMEL-1287) Freemarker Component

Freemarker Component
--------------------

                 Key: CAMEL-1287
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1287
             Project: Apache Camel
          Issue Type: New Feature
            Reporter: Claus Ibsen
             Fix For: 2.0.0


Damm Velocity it brings in the horrible commons-collections that will replace the LinkedHashMap in jdk1.4 and cause problems.

Why haven't they just release a 1.4+ only release?

Well at least Freemarker now changed it license to BSD so we can get it directly in Camel as a better template engine than Velocity that brings in these horrible collection jars
http://www.freemarker.org/docs/app_license.html

And end users with Camel now have trouble caused by bringing in camel-velocity.

Apache license policy
http://www.apache.org/legal/3party.html


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


[jira] Assigned: (CAMEL-1287) Freemarker Component

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

Claus Ibsen reassigned CAMEL-1287:
----------------------------------

    Assignee: Claus Ibsen

> Freemarker Component
> --------------------
>
>                 Key: CAMEL-1287
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1287
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> Damm Velocity it brings in the horrible commons-collections that will replace the LinkedHashMap in jdk1.4 and cause problems.
> Why haven't they just release a 1.4+ only release?
> Well at least Freemarker now changed it license to BSD so we can get it directly in Camel as a better template engine than Velocity that brings in these horrible collection jars
> http://www.freemarker.org/docs/app_license.html
> And end users with Camel now have trouble caused by bringing in camel-velocity.
> Apache license policy
> http://www.apache.org/legal/3party.html

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


[jira] Commented: (CAMEL-1287) Freemarker Component

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

Claus Ibsen commented on CAMEL-1287:
------------------------------------

Trunk
Committed revision 736617.
Committed revision 736619.
Committed revision 736620.


> Freemarker Component
> --------------------
>
>                 Key: CAMEL-1287
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1287
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> Damm Velocity it brings in the horrible commons-collections that will replace the LinkedHashMap in jdk1.4 and cause problems.
> Why haven't they just release a 1.4+ only release?
> Well at least Freemarker now changed it license to BSD so we can get it directly in Camel as a better template engine than Velocity that brings in these horrible collection jars
> http://www.freemarker.org/docs/app_license.html
> And end users with Camel now have trouble caused by bringing in camel-velocity.
> Apache license policy
> http://www.apache.org/legal/3party.html

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


[jira] Resolved: (CAMEL-1287) Freemarker Component

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

Claus Ibsen resolved CAMEL-1287.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.1

Added freemarker component and added wiki document as well.

> Freemarker Component
> --------------------
>
>                 Key: CAMEL-1287
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1287
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.5.1, 2.0.0
>
>
> Damm Velocity it brings in the horrible commons-collections that will replace the LinkedHashMap in jdk1.4 and cause problems.
> Why haven't they just release a 1.4+ only release?
> Well at least Freemarker now changed it license to BSD so we can get it directly in Camel as a better template engine than Velocity that brings in these horrible collection jars
> http://www.freemarker.org/docs/app_license.html
> And end users with Camel now have trouble caused by bringing in camel-velocity.
> Apache license policy
> http://www.apache.org/legal/3party.html

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


[jira] Commented: (CAMEL-1287) Freemarker Component

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

Claus Ibsen commented on CAMEL-1287:
------------------------------------

Well I take a stab at it as we can help the end user

> Freemarker Component
> --------------------
>
>                 Key: CAMEL-1287
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1287
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> Damm Velocity it brings in the horrible commons-collections that will replace the LinkedHashMap in jdk1.4 and cause problems.
> Why haven't they just release a 1.4+ only release?
> Well at least Freemarker now changed it license to BSD so we can get it directly in Camel as a better template engine than Velocity that brings in these horrible collection jars
> http://www.freemarker.org/docs/app_license.html
> And end users with Camel now have trouble caused by bringing in camel-velocity.
> Apache license policy
> http://www.apache.org/legal/3party.html

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


[jira] Commented: (CAMEL-1287) Freemarker Component

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

Claus Ibsen commented on CAMEL-1287:
------------------------------------

Okay got it. Will add it and I guess we can backport it to 1.x as well.

> Freemarker Component
> --------------------
>
>                 Key: CAMEL-1287
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1287
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> Damm Velocity it brings in the horrible commons-collections that will replace the LinkedHashMap in jdk1.4 and cause problems.
> Why haven't they just release a 1.4+ only release?
> Well at least Freemarker now changed it license to BSD so we can get it directly in Camel as a better template engine than Velocity that brings in these horrible collection jars
> http://www.freemarker.org/docs/app_license.html
> And end users with Camel now have trouble caused by bringing in camel-velocity.
> Apache license policy
> http://www.apache.org/legal/3party.html

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


[jira] Commented: (CAMEL-1287) Freemarker Component

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

Claus Ibsen commented on CAMEL-1287:
------------------------------------

Camel 1.x:
Committed revision 736637.

> Freemarker Component
> --------------------
>
>                 Key: CAMEL-1287
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1287
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> Damm Velocity it brings in the horrible commons-collections that will replace the LinkedHashMap in jdk1.4 and cause problems.
> Why haven't they just release a 1.4+ only release?
> Well at least Freemarker now changed it license to BSD so we can get it directly in Camel as a better template engine than Velocity that brings in these horrible collection jars
> http://www.freemarker.org/docs/app_license.html
> And end users with Camel now have trouble caused by bringing in camel-velocity.
> Apache license policy
> http://www.apache.org/legal/3party.html

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