jamesnetherton opened a new issue #963: Build processor class template may create redundant LOG field URL: https://github.com/apache/camel-quarkus/issues/963 Minor thing that results from the implementation of #936. If you create an extension which supports native mode, then the build processor class is created with a redundant static Logger field like: ``` private static final Logger LOG = Logger.getLogger(FooProcessor.class); ```
---------------------------------------------------------------- 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 With regards, Apache Git Services