Skip to content
New issue

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

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

Already on GitHub? # to your account

The dubbo-serialization -api modules should not dependency on third-party jar packages #3762

Closed
2 tasks done
zonghaishang opened this issue Mar 28, 2019 · 1 comment
Closed
2 tasks done
Labels
help wanted Everything needs help from contributors
Milestone

Comments

@zonghaishang
Copy link
Member

  • I have searched the issues of this repository and believe that this is not a duplicate.
  • I have checked the FAQ of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: 2.7.1+
  • Operating System version: mac
  • Java version: jdk

Steps to reproduce this issue

    <dependencies>
        ...
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>hessian-lite</artifactId>
        </dependency>
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>fastjson</artifactId>
        </dependency>
        <dependency>
            <groupId>com.esotericsoftware</groupId>
            <artifactId>kryo</artifactId>
        </dependency>
        <dependency>
            <groupId>de.javakaffee</groupId>
            <artifactId>kryo-serializers</artifactId>
        </dependency>
        <dependency>
            <groupId>de.ruedigermoeller</groupId>
            <artifactId>fst</artifactId>
        </dependency>
    </dependencies>

Pls. provide [GitHub address] to reproduce this issue.

Expected Result

What do you expected from the above steps?

Actual Result

What actually happens?

If there is an exception, please attach the exception trace:

Just put your stack trace here!
@zonghaishang zonghaishang changed the title The dubbo-serialization-api module should not be a third-party jar package The dubbo-serialization -api modules should not dependency on third-party jar packages Mar 28, 2019
@CrazyHZM CrazyHZM added the help wanted Everything needs help from contributors label Mar 28, 2019
@kezhenxu94
Copy link
Member

fixed in #3763

@cvictory cvictory added this to the 2.7.2 milestone May 28, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
help wanted Everything needs help from contributors
Projects
None yet
Development

No branches or pull requests

4 participants