Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change the prefixes of properties when @EnableDubboConfig binds multiple Config Bean #1141

Closed
mercyblitz opened this issue Dec 28, 2017 · 0 comments
Assignees
Milestone

Comments

@mercyblitz
Copy link
Contributor

Since Dubbo 2.5.8 , @EnableDubboConfig supports binds multiple Config Bean when its' multiple() equals true , however, the prefixes of properties as below :

  • dubbo.application
  • dubbo.module
  • dubbo.registry
  • dubbo.protocol
  • dubbo.monitor
  • dubbo.provider
  • dubbo.consumer

According to English convention , those prefixes should be plural noun , thus they are required to be changed :

  • dubbo.applications
  • dubbo.modules
  • dubbo.registries
  • dubbo.protocols
  • dubbo.monitors
  • dubbo.providers
  • dubbo.consumers
@mercyblitz mercyblitz added this to the 2.5.9 milestone Dec 28, 2017
@mercyblitz mercyblitz self-assigned this Dec 28, 2017
mercyblitz added a commit to mercyblitz/dubbo that referenced this issue Dec 28, 2017
chickenlj pushed a commit that referenced this issue Jan 22, 2018
* Fixed #1116 #1120 #1121 #1122 #1141 #1125 

* DubboConfigConfiguration's Single and Multiple to be public classes

* @DubboComponentScan is compatible with Spring @service completely

* @service and @reference issues on <dubbo:annotation>

* To fix an issue on <dubbo:annotation> when id attribute is absent

* To change the prefixes of properties when @EnableDubboConfig binds
multiple Config Bean
rolandhe pushed a commit to rolandhe/dubbo that referenced this issue Sep 9, 2019
* Fixed apache#1116 apache#1120 apache#1121 apache#1122 apache#1141 apache#1125 

* DubboConfigConfiguration's Single and Multiple to be public classes

* @DubboComponentScan is compatible with Spring @service completely

* @service and @reference issues on <dubbo:annotation>

* To fix an issue on <dubbo:annotation> when id attribute is absent

* To change the prefixes of properties when @EnableDubboConfig binds
multiple Config Bean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant