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

Claus Ibsen commented on CAMEL-20578:
-------------------------------------

Yes I think its some recent code changes that causes this

> generated configurer should use lower case first-char name
> ----------------------------------------------------------
>
>                 Key: CAMEL-20578
>                 URL: https://issues.apache.org/jira/browse/CAMEL-20578
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 4.5.0
>
>
>         case "CacheSize": target.setCacheSize(property(camelContext, 
> int.class, value)); return true;
> should be
>         case "cacheSize": target.setCacheSize(property(camelContext, 
> int.class, value)); return true;



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

Reply via email to