]
George Gastaldi updated FORGE-2206:
-----------------------------------
Fix Version/s: 2.x Future
Forge should clearly log when dependency version mismatch prevents
loading dependencies.
----------------------------------------------------------------------------------------
Key: FORGE-2206
URL:
https://issues.jboss.org/browse/FORGE-2206
Project: Forge
Issue Type: Bug
Components: Furnace (Container)
Affects Versions: 2.13.1.Final
Reporter: Ondrej Zizka
Fix For: 2.x Future
When addons depend on different versions of Forge, then Furnace does not load the addons
which depend on different (newer) Forge version.
That is ok on it's own. But Forge doesn't inform about it properly, which leads
to long search for what's wrong.
Happened in Windup development:
Windup Core used newer Forge version,
BOM had older version.
Then trying to load the addon which used the BOM failed with "dependency addon not
found", without stating why. This deserves at least WARNING level.