[
https://issues.apache.org/jira/browse/CAMEL-12587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16578340#comment-16578340
]
ASF GitHub Bot commented on CAMEL-12587:
----------------------------------------
GitHub user vrlgohel opened a pull request:
https://github.com/apache/camel/pull/2470
CAMEL-12587: camel-zipkin-starter fails mapping service names
I also encountered the same issue while running the camel-zipkin example
quickstart. Made changes as per this issue,
https://github.com/spring-projects/spring-boot/issues/13506 we can see the
quickstart working as expected.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vrlgohel/camel-1 CAMEL-12587
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2470.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2470
----
commit db9cd52c2d54b00b687cb3fa1072a8ca89bdaae0
Author: Viral Gohel <vgohel@...>
Date: 2018-08-13T14:26:54Z
CAMEL-12587: camel-zipkin-starter fails mapping service names
----
> camel-zipkin-starter fails mapping service names
> ------------------------------------------------
>
> Key: CAMEL-12587
> URL: https://issues.apache.org/jira/browse/CAMEL-12587
> Project: Camel
> Issue Type: Improvement
> Components: camel-zipkin
> Reporter: Adrian Cole
> Priority: Major
>
> camel-zipkin-starter uses mapped properties for service names. For example,
> the following wildcard properties are used in camel-example-zipkin
> camel.zipkin.server-service-mappings.*=service1
> camel.zipkin.client-service-mappings.*=service2
>
> trunk is currently broken, as running the service1 part of the example ends
> with errors like so unless you comment out the mappings:
>
> Caused by: org.springframework.core.convert.ConverterNotFoundException: No
> converter found capable of converting from type [java.lang.String] to type
> [java.util.Map<java.lang.String, java.lang.String>] at
> org.springframework.core.convert.support.GenericConversionService.handleConverterNotFound
> (GenericConversionService.java:321) at
> org.springframework.core.convert.support.GenericConversionService.convert
> (GenericConversionService.java:194) at
> org.springframework.boot.context.properties.bind.BindConverter$CompositeConversionService.convert
> (BindConverter.java:162) at
> org.springframework.boot.context.properties.bind.BindConverter.convert
> (BindConverter.java:96)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)