You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/13 05:43:15 UTC

[GitHub] beiwei30 commented on issue #2493: dubbo List序列化问题【路过的好汉看下~】

beiwei30 commented on issue #2493: dubbo List序列化问题【路过的好汉看下~】
URL: https://github.com/apache/incubator-dubbo/issues/2493#issuecomment-420890301
 
 
   this is a hessian 2 which has many customization added from time to time.
   
   ```xml
   <dependency>
       <groupId>com.alibaba</groupId>
       <artifactId>hessian-lite</artifactId>
       <version>3.2.4</version>
    <dependency>
   ```
   
   I guess package.java is unnecessary, since we have version specified in its MANIFEST.MF:
   
   ```
   Manifest-Version: 1.0
   Implementation-Vendor: The Apache Software Foundation
   Implementation-Title: Hessian Lite(Alibaba embed version)
   Implementation-Version: 3.2.3
   Implementation-Vendor-Id: com.alibaba
   Built-By: ken.lj
   Build-Jdk: 1.7.0_80
   Specification-Vendor: The Apache Software Foundation
   Specification-Title: Hessian Lite(Alibaba embed version)
   Created-By: Apache Maven 3.5.0
   Implementation-URL: https://github.com/apache/incubator-dubbo/hessian-
    lite
   Specification-Version: 3.2
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org