You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/06/16 10:44:48 UTC

[GitHub] [incubator-shenyu] sunshujie1990 opened a new issue, #3570: [Task] @ConditionalOnProperty trans camelcase to lower case with “-”

sunshujie1990 opened a new issue, #3570:
URL: https://github.com/apache/incubator-shenyu/issues/3570

   ### Description
   
   The following configuration classes use camelcase to separate words in @ConditionalOnProperty which is not following spring-boot's suggest.  We should to transfor it to lower case with “-”.
   
   ShenyuNettyWebServerConfiguration
   ShenyuThreadPoolConfiguration
   HttpClientPluginConfiguration
   
   spring-boot doc
   ```
   	/**
   	 * The name of the properties to test. If a prefix has been defined, it is applied to
   	 * compute the full key of each property. For instance if the prefix is
   	 * {@code app.config} and one value is {@code my-value}, the full key would be
   	 * {@code app.config.my-value}
   	 * <p>
   	 * Use the dashed notation to specify each property, that is all lower case with a "-"
   	 * to separate words (e.g. {@code my-long-property}).
   	 * @return the names
   	 */
   	String[] name() default {};
   ```
   
   
   ### Task List
   
   _No response_


-- 
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: notifications-unsubscribe@shenyu.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shenyu] KevinClair closed issue #3570: [Task] @ConditionalOnProperty trans camelcase to lower case with “-”

Posted by GitBox <gi...@apache.org>.
KevinClair closed issue #3570: [Task] @ConditionalOnProperty trans camelcase to lower case with “-”
URL: https://github.com/apache/shenyu/issues/3570


-- 
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: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org