]
George Gastaldi commented on FORGE-2777:
----------------------------------------
This behavior existed in an old Forge version (3.3.0.Final perhaps)? Make sure you're
using 3.8.1.Final. This may be related to FORGE-2778
Cannot use Furnace on latest version
------------------------------------
Key: FORGE-2777
URL:
https://issues.jboss.org/browse/FORGE-2777
Project: Forge
Issue Type: Bug
Affects Versions: 3.8.1.Final
Reporter: Paolo Antinori
Priority: Critical
{code:xml}
<dependency>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-bom</artifactId>
<version>3.8.1.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
{code}
uses Furnace at version {{2.27.0.Final}}
and an addon importing the above bom, generates this error at install time:
{code}
21:55:58,571 WARNING [org.jboss.forge.furnace.impl.graph.CompleteAddonGraph] (main) Addon
[io.fabric8.forge:camel-commands,2.3-SNAPSHOT] with API version [2.27.0.Final] is
incompatible with the current Furnace runtime version [2.23.7.Final] and will not be
loaded, from repository [/home/pantinor/.forge/addons]
{code}
preventing the addon to install.
This is still broken in current SNAPSHOT version