bouzasvas commented on issue #2041: URL: https://github.com/apache/incubator-kie-issues/issues/2041#issuecomment-3143855241
Hello, I believe that instead of adding a configuration property is better to align with Java Beans specification. Based on spec: 1. boolean primitives require a getter method with naming convention is<fieldName> 2. Boolean objects require a getter method with naming convention get<fieldName> In our case we have a library that contains DTOs with boolean and Boolean fields, so a configuration property will not be an option in our case, as it will also require DTO refactoring. Thank you. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
