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

[Enhancement] Registering the common beans for Spring XML meta-configuration #6175

Closed
wants to merge 16 commits into from

Conversation

mercyblitz
Copy link
Contributor

org.apache.dubbo.config.spring.util.DubboBeanUtils#registerCommonBeans just only be invoked by org.apache.dubbo.config.spring.schema.AnnotationBeanDefinitionParser, acutally, it should be expanded the whole Spring XML meta-configuration.

#6174

@mercyblitz mercyblitz added this to the 2.7.8 milestone May 18, 2020
…nipulate the exported URLs for service introspection (apache#6299)
* Polish apache#6296 : Adding the new methods into MetadataReport to manipulate the exported URLs for service introspection

* Polish apache#6296 : Adding the new methods into MetadataReport to manipulate the exported URLs for service introspection

* Polish apache#6171 : [Feature] Introducing the composite implementation of MetadataService
* Polish apache#6296 : Adding the new methods into MetadataReport to manipulate the exported URLs for service introspection

* Polish apache#6296 : Adding the new methods into MetadataReport to manipulate the exported URLs for service introspection

* Polish apache#6171 : [Feature] Introducing the composite implementation of MetadataService

* Revert "fix wrong check of InvokerListener when export a service (fix issue_6269) (apache#6271)"

This reverts commit 91989ca.

* Revert "fix wrong check of InvokerListener when export a service (fix issue_6269) (apache#6271)"

This reverts commit 91989ca.

* Revert the MetadataReport

* Polish apache#6305 : [Refactor] ServiceConfig and ReferenceConfig publish the ServiceDefinition based on the Dubbo Event
* Polish apache#6296 : Adding the new methods into MetadataReport to manipulate the exported URLs for service introspection

* Polish apache#6296 : Adding the new methods into MetadataReport to manipulate the exported URLs for service introspection

* Polish apache#6171 : [Feature] Introducing the composite implementation of MetadataService

* Revert "fix wrong check of InvokerListener when export a service (fix issue_6269) (apache#6271)"

This reverts commit 91989ca.

* Revert "fix wrong check of InvokerListener when export a service (fix issue_6269) (apache#6271)"

This reverts commit 91989ca.

* Revert the MetadataReport

* Polish apache#6305 : [Refactor] ServiceConfig and ReferenceConfig publish the ServiceDefinition based on the Dubbo Event

* Polish apache#6198 : [Issue] Fixing NacosDynamicConfiguration#publishConfig bug

* Polish apache#6310 : Refactoring MetadataReport's methods

* Polish apache#6198 : [Issue] Fixing NacosDynamicConfiguration#publishConfig bug

* Polish apache#6198 : [Issue] Fixing NacosDynamicConfiguration#publishConfig bug

* Polish apache#6315 : [Refactor] Refactoring the implementation of MetadataReport based on The Config-Center infrastructure

Deprecated List :

- NacosMetadataReport
- ZookeeperMetadataReport

* Polish apache#6315 : Refactoring by TreePathDynamicConfiguration

* Polish apache#6315 : Refactoring ConsulDynamicConfiguration by TreePathDynamicConfiguration

* Polish apache#6315 : Reset the config base path to be "metadata" for ConfigCenterBasedMetadataReportFactory

* Polish apache#6315 : Bugfix

* Polish apache#6315 : Bugfix
* Polish apache#6296 : Adding the new methods into MetadataReport to manipulate the exported URLs for service introspection

* Polish apache#6296 : Adding the new methods into MetadataReport to manipulate the exported URLs for service introspection

* Polish apache#6171 : [Feature] Introducing the composite implementation of MetadataService

* Revert "fix wrong check of InvokerListener when export a service (fix issue_6269) (apache#6271)"

This reverts commit 91989ca.

* Revert "fix wrong check of InvokerListener when export a service (fix issue_6269) (apache#6271)"

This reverts commit 91989ca.

* Revert the MetadataReport

* Polish apache#6305 : [Refactor] ServiceConfig and ReferenceConfig publish the ServiceDefinition based on the Dubbo Event

* Polish apache#6198 : [Issue] Fixing NacosDynamicConfiguration#publishConfig bug

* Polish apache#6310 : Refactoring MetadataReport's methods

* Polish apache#6198 : [Issue] Fixing NacosDynamicConfiguration#publishConfig bug

* Polish apache#6198 : [Issue] Fixing NacosDynamicConfiguration#publishConfig bug

* Polish apache#6315 : [Refactor] Refactoring the implementation of MetadataReport based on The Config-Center infrastructure

Deprecated List :

- NacosMetadataReport
- ZookeeperMetadataReport

* Polish apache#6315 : Refactoring by TreePathDynamicConfiguration

* Polish apache#6315 : Refactoring ConsulDynamicConfiguration by TreePathDynamicConfiguration

* Polish apache#6315 : Reset the config base path to be "metadata" for ConfigCenterBasedMetadataReportFactory

* Polish apache#6315 : Bugfix

* Polish apache#6315 : Bugfix

* Polish apache#6315 : Correct words

* Polish apache#6333 : [Refactor] Using mandatory implementation of Service Instance registration instead of the event

* Polish apache#6336 : [Refactor] org.apache.dubbo.metadata.ServiceNameMapping
* Polish apache#6296 : Adding the new methods into MetadataReport to manipulate the exported URLs for service introspection

* Polish apache#6296 : Adding the new methods into MetadataReport to manipulate the exported URLs for service introspection

* Polish apache#6171 : [Feature] Introducing the composite implementation of MetadataService

* Revert "fix wrong check of InvokerListener when export a service (fix issue_6269) (apache#6271)"

This reverts commit 91989ca.

* Revert "fix wrong check of InvokerListener when export a service (fix issue_6269) (apache#6271)"

This reverts commit 91989ca.

* Revert the MetadataReport

* Polish apache#6305 : [Refactor] ServiceConfig and ReferenceConfig publish the ServiceDefinition based on the Dubbo Event

* Polish apache#6198 : [Issue] Fixing NacosDynamicConfiguration#publishConfig bug

* Polish apache#6310 : Refactoring MetadataReport's methods

* Polish apache#6198 : [Issue] Fixing NacosDynamicConfiguration#publishConfig bug

* Polish apache#6198 : [Issue] Fixing NacosDynamicConfiguration#publishConfig bug

* Polish apache#6315 : [Refactor] Refactoring the implementation of MetadataReport based on The Config-Center infrastructure

Deprecated List :

- NacosMetadataReport
- ZookeeperMetadataReport

* Polish apache#6315 : Refactoring by TreePathDynamicConfiguration

* Polish apache#6315 : Refactoring ConsulDynamicConfiguration by TreePathDynamicConfiguration

* Polish apache#6315 : Reset the config base path to be "metadata" for ConfigCenterBasedMetadataReportFactory

* Polish apache#6315 : Bugfix

* Polish apache#6315 : Bugfix

* Polish apache#6315 : Correct words

* Polish apache#6333 : [Refactor] Using mandatory implementation of Service Instance registration instead of the event

* Polish apache#6336 : [Refactor] org.apache.dubbo.metadata.ServiceNameMapping

* Polish apache#6170 : [Feature] Introducing the externalized configuration for ServiceNameMapping

* Polish apache#6342 : [Enhancement] Introducing the composite ServiceNameMapping

* Refactor

* Polish apache#6172 : [Feature] Adding the "services" attribute methods into @DubboReference

* Polish apache#6173 : [Feature] Adding the "services" attribute into <dubbo:reference> element

* Polish apache#6346 : [Issue] Merging all subscribied URLs from the multiple services

* Polish apache#6346 : [Issue] Merging all subscribied URLs from the multiple services

* Polish apache#6252

* Polish apache#6356 & apache#6171

* Polish apache#6356 & apache#6171

* Polish apache#6224 : Filter chain was not invoked with local calls since v2.7.6

* Polish apache#6322 : [Enhancement] Fix the issues of test-cases after refactoring

* Polish apache#6322 : [Enhancement] Fix the issues of test-cases after refactoring

* Polish apache#6322 : [Enhancement] Fix the issues of test-cases after refactoring
@mercyblitz mercyblitz closed this Jun 30, 2020
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

Successfully merging this pull request may close these issues.

1 participant