You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Grzegorz Grzybek (Jira)" <ji...@apache.org> on 2023/01/13 09:04:00 UTC

[jira] [Comment Edited] (CAMEL-18880) camel-jbang - upgrade maven-resolver-api to 1.9.4

    [ https://issues.apache.org/jira/browse/CAMEL-18880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676527#comment-17676527 ] 

Grzegorz Grzybek edited comment on CAMEL-18880 at 1/13/23 9:03 AM:
-------------------------------------------------------------------

[~cstamas] thanks for info - I already checked with 1.9.4 and there will be one little change needed:
1.9.2:
{code:java}
registry.bind(GAVNameMapperProvider.NAME, NameMapper.class, new GAVNameMapperProvider().get());
{code}

1.9.4:
{code:java}
registry.bind(NameMappers.GAV_NAME, NameMapper.class, NameMappers.gavNameMapper());
{code}


was (Author: gzres):
[~cstamas] thanks for info - I already checked with 1.9.4 and there's one little change needed:
1.9.2:
{code:java}
registry.bind(GAVNameMapperProvider.NAME, NameMapper.class, new GAVNameMapperProvider().get());
{code}

1.9.4:
{code:java}
registry.bind(NameMappers.GAV_NAME, NameMapper.class, NameMappers.gavNameMapper());
{code}

> camel-jbang - upgrade maven-resolver-api to 1.9.4
> -------------------------------------------------
>
>                 Key: CAMEL-18880
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18880
>             Project: Camel
>          Issue Type: Dependency upgrade
>          Components: camel-jbang
>            Reporter: Claus Ibsen
>            Assignee: Grzegorz Grzybek
>            Priority: Major
>             Fix For: 3.21.0, 4.0
>
>
> We use 1.8.2 and there is a 1.9.2. It has some changed internals so the code should be changed a bit.
> It may be easier to do this on camel-3.x branch as main is for v4 and its more unstable at the moment



--
This message was sent by Atlassian Jira
(v8.20.10#820010)