You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "zonghaishang (GitHub)" <gi...@apache.org> on 2019/03/28 06:16:05 UTC

[GitHub] [incubator-dubbo] zonghaishang opened issue #3762: The dubbo-serialization-api module should not be a third-party jar package

- [x] I have searched the [issues](https://github.com/apache/incubator-dubbo/issues) of this repository and believe that this is not a duplicate.
- [x] I have checked the [FAQ](https://github.com/apache/incubator-dubbo/blob/master/FAQ.md) 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

```xml
    <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!
```


[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3762 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo] kezhenxu94 closed issue #3762: The dubbo-serialization -api modules should not dependency on third-party jar packages

Posted by "kezhenxu94 (GitHub)" <gi...@apache.org>.
[ issue closed by kezhenxu94 ]

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3762 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo] kezhenxu94 commented on issue #3762: The dubbo-serialization -api modules should not dependency on third-party jar packages

Posted by "kezhenxu94 (GitHub)" <gi...@apache.org>.
fixed in #3763 

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3762 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org