You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/24 08:04:54 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #963: Build processor class template may create redundant LOG field

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] ppalaga closed issue #963: Build processor class template may create redundant LOG field

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #963: Build processor class template may create redundant LOG field 
URL: https://github.com/apache/camel-quarkus/issues/963
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] ppalaga commented on issue #963: Build processor class template may create redundant LOG field

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #963: Build processor class template may create redundant LOG field 
URL: https://github.com/apache/camel-quarkus/issues/963#issuecomment-603098732
 
 
   I knew this will happen, but I did not want to overengineer the template. It is easy to fix though.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services