Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.0-RC3
-
Fix Version/s: ITR17, ITR22, 2.2.2 (EE only)
-
Labels:
-
User impact:High
-
Effort points:0.5
-
Similar Issues:None
Description
Xfire was moved to the forge but some of our unit tests still contain references/configs for xfire. While this works at the moment by chance (because there is an xfire transport out on codehaus that has the correct version number) tests will start failing as soon as we change the version to 2.0.0.
Remove all references to xfire from the codebase.
I removed last pom.xml dependency reference in http://fisheye.codehaus.org/changelog/mule/?cs=11420
We still need to remove uses of endpoint.startsWith("xfire") from codebase though!!
Moving to 2.0.0 blocker