Jiri Ondrusek created CAMEL-21111:
-------------------------------------
Summary: Camel-upgrade-recipes: remove unnecessary test
dependencies
Key: CAMEL-21111
URL: https://issues.apache.org/jira/browse/CAMEL-21111
Project: Camel
Issue Type: Task
Components: upgrade-recipes
Reporter: Jiri Ondrusek
Assignee: Jiri Ondrusek
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)