Skip to content

support org.apache.dubbo 2.7.x #20

Description

@nickfan

current version of dubbo-rpc-jsonrpc is write for com.alibaba.dubbo version 2.4.x - 2.6.x

could someone rewrite the code for support org.apache.dubbo 2.7.x

change

        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>dubbo</artifactId>
            <version>${dubbo_version}</version>
            <optional>true</optional>
        </dependency>

into

        <dependency>
            <groupId>org.apache.dubbo</groupId>
            <artifactId>dubbo</artifactId>
            <version>${dubbo_version}</version>
            <optional>true</optional>
        </dependency>

and rewrite the JsonRpcProtocol class there is no more com.alibaba.dubbo.rpc.protocol.AbstractProxyProtocol

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions