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 2019/10/18 12:22:19 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #285: Un-negate the names

ppalaga opened a new issue #285: Un-negate the names
URL: https://github.com/apache/camel-quarkus/issues/285
 
 
   We have several config options which start with `disable` as well as some similarly named classes. Using negation in names makes them harder to understand, mainly when get negated once again in an expression like the following.
   
   ```
   @BuildStep(onlyIfNot = Flags.MainDisabled.class)
   ```
   
   I propose to rename all those to something like `quarkus.camel.main-enabled` and refactor all as needed. We should do this before 1.0.0.
   
   Please assign to me.

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