alxpark commented on pull request #187:
URL: https://github.com/apache/camel-spring-boot/pull/187#issuecomment-704863159


   > > Merged this manually thanks.
   > > Can you test with latest code, and make sure it works with the spring 
STS tooling, for example for types that has generics such as a java.util.Map<x, 
y> - not sure how the tooling understands that.
   > 
   > Thanks @davsclaus for the merging this, hopefully it corrects a lot of 
complex type properties in camel spring boot starters.
   > I verified my original undertow-starter httpOptions issue and it resolved 
not only autoconfig in tool, but also actually recognised the options in 
runtime.
   > I will test Map<> type config in STS and will come back. need to find one 
as a sample.
   
   @oscerd  I can confirm that Map<String, Object> type options are working 
fine in the latest codes as well.
   For example, in camel-netty-http-starter, camel.component.netty-http.options 
is Map<String, Object> type. Tool provides flexible validation, doesn't 
complain any key and values on this option.
   `camel.component.netty-http.options.key1=value1`
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to