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

Hadrian Zbarcea commented on CAMEL-2925:
----------------------------------------

The important part is done camel-core and camel-spring, but there are a few 
components left that don't cleanup properly, such as jms and cxf.
Moving the rest of the work to 2.5.

> Use  forkMode=once for the surefire plugin to significantly speed up tests
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-2925
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2925
>             Project: Apache Camel
>          Issue Type: Improvement
>    Affects Versions: 2.3.0
>            Reporter: Hadrian Zbarcea
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.5.0
>
>
> We need to reduce the testing time in Camel since we got so many tests now. 
> For this to work wee need to make sure there are no side effects outside of a 
> test (which is not always simple).
> Side effects usually stem from using static fields in classes shared across 
> multiple tests (such as caches of Exchanges, or whatnot), which should be 
> avoided.

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

Reply via email to