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


With regards,
Apache Git Services

Reply via email to