Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Unknown
Description
Upgrade tests are currently resolving all camel-dependencies required for the test from the highest version defined by the recipe. This brings a lot of dependencies (with recipes 4.6->4.7 the number of test dependencies is 50+)
The highest possible version might not be neccessary.
Let say change in camel-api is happening between version 4.7.0 and 4.6.0. Current junit test would load dependency camel-api:4.6.0 (eventhough camel-ap:4.5.0 might be already loaded and would satisfy the recipe test)
I think that it should be possible to change resolving so the number of dependencies would stay lower.