Skip to content

dubbo schema compatibility #1816

@beiwei30

Description

@beiwei30

In the upcoming release 2.6.2, the schema namespace is changed from http://code.alibabatech.com/schema/dubbo to http://dubbo.apache.org/schema/dubbo. This will lead to compatibility issue.

We need to address this issue in the next release like this:

  1. introduce the original dubbo.xsd in META-INF/compat
  2. change spring.schemas to:
http\://dubbo.apache.org/schema/dubbo/dubbo.xsd=META-INF/dubbo.xsd
http\://code.alibabatech.com/schema/dubbo/dubbo.xsd=META-INF/compat/dubbo.xsd
  1. change spring.handlers to:
http\://dubbo.apache.org/schema/dubbo=com.alibaba.dubbo.config.spring.schema.DubboNamespaceHandler
http\://code.alibabatech.com/schema/dubbo=com.alibaba.dubbo.config.spring.schema.DubboNamespaceHandler

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions