You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2009/06/25 17:12:35 UTC

[jira] Commented: (CAMEL-1757) Upgrade to junit 4.5

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

Hadrian Zbarcea commented on CAMEL-1757:
----------------------------------------

Modified the fix to only upgrade components that use guiceyfruit-junit4 to junit 4.5, which is only camel-guice at this point.  All others stay at 4.4 as before.

Thanks Charles for point out the issue with Spring and junit 4.5 (quote below).

{code}
Be careful with Junit. There is an issue with the existing version of spring
2.5 and junit 4.5/4.6.

Here is the ticket created by Spring :
http://jira.springframework.org/browse/SPR-5145

I propose to use the version 4.4 for the moment.

Regards,

Charles Moulliard
{code}

> Upgrade to junit 4.5
> --------------------
>
>                 Key: CAMEL-1757
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1757
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: Hadrian Zbarcea
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.0.0
>
>
> After the upgrade to guiceyfruit 2.0, GuiceyJUnit4.class references org.junit.runners.BlockJUnit4ClassRunner only available in junit 4.5.  The upgrade is necessary to fix the broken test execution.

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