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 06:05:36 UTC

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

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


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.


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

Posted by Charles Moulliard <cm...@gmail.com>.
Hi,

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
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com


On Thu, Jun 25, 2009 at 6:11 AM, Hadrian Zbarcea (JIRA) <ji...@apache.org>wrote:

>
>     [
> https://issues.apache.org/activemq/browse/CAMEL-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Hadrian Zbarcea resolved CAMEL-1757.
> ------------------------------------
>
>       Resolution: Fixed
>    Fix Version/s: 2.0.0
>
> Fixed in r788247.
>
> > 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.
>
>

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

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

Hadrian Zbarcea resolved CAMEL-1757.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Fixed in r788247.

> 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.


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

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
    [ 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.


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

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

Hadrian Zbarcea reassigned CAMEL-1757:
--------------------------------------

    Assignee: Hadrian Zbarcea

> 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
>
> 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.


[jira] Issue Comment Edited: (CAMEL-1757) Upgrade to junit 4.5

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52480#action_52480 ] 

Hadrian Zbarcea edited comment on CAMEL-1757 at 6/25/09 10:56 AM:
------------------------------------------------------------------

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 pointing 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}

      was (Author: hadrian):
    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.