dongsiji commented on issue #1993: URL: https://github.com/apache/incubator-kie-issues/issues/1993#issuecomment-2934336699
seems like the issue is that Kogito is expecting `isDocumentTitleCode()` but for my projects because we are using lombok so the code generation is generating the method `getDocumentTitleCode()` instead. this causes both the `boolean` and `Boolean` types to not work properly and throw a compile error. Is there some means of toggling the method name generation? -- 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]
