[ 
https://issues.apache.org/jira/browse/CAMEL-20578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-20578:
--------------------------------
    Description: 
        case "CacheSize": target.setCacheSize(property(camelContext, int.class, 
value)); return true;

should be

        case "cacheSize": target.setCacheSize(property(camelContext, int.class, 
value)); return true;


  was:
        case "CacheSize": target.setCacheSize(property(camelContext, int.class, 
value)); return true;

should be



> 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
>            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