You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Christian Müller (JIRA)" <ji...@apache.org> on 2010/12/04 00:18:15 UTC

[jira] Created: (CAMEL-3387) Upgrade to Velocity 1.7

Upgrade to Velocity 1.7
-----------------------

                 Key: CAMEL-3387
                 URL: https://issues.apache.org/jira/browse/CAMEL-3387
             Project: Camel
          Issue Type: Task
          Components: camel-velocity
    Affects Versions: 2.5.0
            Reporter: Christian Müller
            Assignee: Christian Müller
            Priority: Minor
             Fix For: 2.6.0


Apache Velocity 1.7 is released with a few bug fixes: http://velocity.apache.org/engine/devel/changes-report.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-3387) Upgrade to Velocity 1.7

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966728#action_12966728 ] 

Christian Müller commented on CAMEL-3387:
-----------------------------------------

platforms/karaf/features/pom.xml still needs to be updated after [SMX4-691|https://issues.apache.org/jira/browse/SMX4-691] is resolved.

> Upgrade to Velocity 1.7
> -----------------------
>
>                 Key: CAMEL-3387
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3387
>             Project: Camel
>          Issue Type: Task
>          Components: camel-velocity
>    Affects Versions: 2.5.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>            Priority: Minor
>             Fix For: 2.6.0
>
>
> Apache Velocity 1.7 is released with a few bug fixes: http://velocity.apache.org/engine/devel/changes-report.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-3387) Upgrade to Velocity 1.7

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969498#action_12969498 ] 

Christian Müller commented on CAMEL-3387:
-----------------------------------------

In which repo? I can't find it in http://repository.apache.org/snapshots or http://repo2.maven.org/maven2 (the repos where Camel is looking for it)

{code}
Downloading: http://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.velocity/1.7_1/org.apache.servicemix.bundles.velocity-1.7_1.jar
[INFO] Unable to find resource 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.velocity:jar:1.7_1' in repository central (http://repo1.maven.org/maven2)
org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=org.apache.servicemix.bundles -DartifactId=org.apache.servicemix.bundles.velocity -Dversion=1.7_1 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=org.apache.servicemix.bundles -DartifactId=org.apache.servicemix.bundles.velocity -Dversion=1.7_1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


  org.apache.servicemix.bundles:org.apache.servicemix.bundles.velocity:jar:1.7_1

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2)
{code}

> Upgrade to Velocity 1.7
> -----------------------
>
>                 Key: CAMEL-3387
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3387
>             Project: Camel
>          Issue Type: Task
>          Components: camel-velocity
>    Affects Versions: 2.5.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>            Priority: Minor
>             Fix For: 2.6.0
>
>         Attachments: CAMEL-3387.patch
>
>
> Apache Velocity 1.7 is released with a few bug fixes: http://velocity.apache.org/engine/devel/changes-report.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-3387) Upgrade to Velocity 1.7

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969516#action_12969516 ] 

Jean-Baptiste Onofré commented on CAMEL-3387:
---------------------------------------------

Be careful Christian, Velocity bundle is a snapshot for now.

The ServiceMix bundles release is in progress.

This task should be reopen. I will submit a new patch as soon as the bundles have been released.

> Upgrade to Velocity 1.7
> -----------------------
>
>                 Key: CAMEL-3387
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3387
>             Project: Camel
>          Issue Type: Task
>          Components: camel-velocity
>    Affects Versions: 2.5.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>            Priority: Minor
>             Fix For: 2.6.0
>
>         Attachments: CAMEL-3387.patch
>
>
> Apache Velocity 1.7 is released with a few bug fixes: http://velocity.apache.org/engine/devel/changes-report.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-3387) Upgrade to Velocity 1.7

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller resolved CAMEL-3387.
-------------------------------------

    Resolution: Fixed

Thanks JB.

> Upgrade to Velocity 1.7
> -----------------------
>
>                 Key: CAMEL-3387
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3387
>             Project: Camel
>          Issue Type: Task
>          Components: camel-velocity
>    Affects Versions: 2.5.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>            Priority: Minor
>             Fix For: 2.6.0
>
>         Attachments: CAMEL-3387.patch
>
>
> Apache Velocity 1.7 is released with a few bug fixes: http://velocity.apache.org/engine/devel/changes-report.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-3387) Upgrade to Velocity 1.7

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

Claus Ibsen resolved CAMEL-3387.
--------------------------------

    Resolution: Fixed

> Upgrade to Velocity 1.7
> -----------------------
>
>                 Key: CAMEL-3387
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3387
>             Project: Camel
>          Issue Type: Task
>          Components: camel-velocity
>    Affects Versions: 2.5.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>            Priority: Minor
>             Fix For: 2.6.0
>
>         Attachments: CAMEL-3387.patch
>
>
> Apache Velocity 1.7 is released with a few bug fixes: http://velocity.apache.org/engine/devel/changes-report.html

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


[jira] Reopened: (CAMEL-3387) Upgrade to Velocity 1.7

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller reopened CAMEL-3387:
-------------------------------------


Will resolve this issue, if version 1.7_1 is available.

> Upgrade to Velocity 1.7
> -----------------------
>
>                 Key: CAMEL-3387
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3387
>             Project: Camel
>          Issue Type: Task
>          Components: camel-velocity
>    Affects Versions: 2.5.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>            Priority: Minor
>             Fix For: 2.6.0
>
>         Attachments: CAMEL-3387.patch
>
>
> Apache Velocity 1.7 is released with a few bug fixes: http://velocity.apache.org/engine/devel/changes-report.html

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


[jira] Updated: (CAMEL-3387) Upgrade to Velocity 1.7

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated CAMEL-3387:
----------------------------------------

    Attachment: CAMEL-3387.patch

> Upgrade to Velocity 1.7
> -----------------------
>
>                 Key: CAMEL-3387
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3387
>             Project: Camel
>          Issue Type: Task
>          Components: camel-velocity
>    Affects Versions: 2.5.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>            Priority: Minor
>             Fix For: 2.6.0
>
>         Attachments: CAMEL-3387.patch
>
>
> Apache Velocity 1.7 is released with a few bug fixes: http://velocity.apache.org/engine/devel/changes-report.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-3387) Upgrade to Velocity 1.7

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969245#action_12969245 ] 

Jean-Baptiste Onofré commented on CAMEL-3387:
---------------------------------------------

ServiceMix Velocity 1.7 bundle is available.

> Upgrade to Velocity 1.7
> -----------------------
>
>                 Key: CAMEL-3387
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3387
>             Project: Camel
>          Issue Type: Task
>          Components: camel-velocity
>    Affects Versions: 2.5.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>            Priority: Minor
>             Fix For: 2.6.0
>
>
> Apache Velocity 1.7 is released with a few bug fixes: http://velocity.apache.org/engine/devel/changes-report.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-3387) Upgrade to Velocity 1.7

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969499#action_12969499 ] 

Jean-Baptiste Onofré commented on CAMEL-3387:
---------------------------------------------

I've just deployed a snapshot:
http://repository.apache.org/snapshots/org/apache/servicemix/bundles/org.apache.servicemix.bundles.velocity/1.7_1-SNAPSHOT/org.apache.servicemix.bundles.velocity-1.7_1-20101208.213112-1.jar

> Upgrade to Velocity 1.7
> -----------------------
>
>                 Key: CAMEL-3387
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3387
>             Project: Camel
>          Issue Type: Task
>          Components: camel-velocity
>    Affects Versions: 2.5.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>            Priority: Minor
>             Fix For: 2.6.0
>
>         Attachments: CAMEL-3387.patch
>
>
> Apache Velocity 1.7 is released with a few bug fixes: http://velocity.apache.org/engine/devel/changes-report.html

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