[forge-issues] [JBoss JIRA] (FORGE-2777) Cannot use Furnace on latest version

Paolo Antinori (JIRA) issues at jboss.org
Mon Feb 19 16:14:00 EST 2018


     [ https://issues.jboss.org/browse/FORGE-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paolo Antinori updated FORGE-2777:
----------------------------------
    Description: 
{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


  was:
```xml
      <dependency>
        <groupId>org.jboss.forge</groupId>
        <artifactId>forge-bom</artifactId>
        <version>3.8.1.Final</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
```

uses Furnace at version `2.27.0.Final`

and an addon importing the above bom, generates this error at install time:

```
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]

```
preventing the addon to install.

This is still broken in current SNAPSHOT version



> 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



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the forge-issues mailing list