[ https://issues.apache.org/jira/browse/CAMEL-18880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676527#comment-17676527 ]
Grzegorz Grzybek commented on CAMEL-18880: ------------------------------------------ [~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.2 > ------------------------------------------------- > > 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)