GithubHelp home page GithubHelp logo

Comments (3)

aofall avatar aofall commented on August 18, 2024

In 3.3.0-beta.2 the default serialization is fastjson2, in 3.3.0-beta.3 the hessian serialization back and set as default serialization by #13974

It caused by hessian serialization. You can temporarily set the serialization as fastjson2 again. The issue of hessian serialization with newly JDK may solved in the future.

You can modify the settings according to the actual situation, and be aware that there may be unexpected issues with fastjson2 as well.

dubbo:
  protocol:
    serialization: fastjson2
    prefer-serialization: fastjson2,hessian2

from dubbo.

wcy666103 avatar wcy666103 commented on August 18, 2024

We had a meeting to discuss this problem, the reason is that the adaptation of hessian2 with high jdk version is difficult, so we can use fastjson2 first

from dubbo.

AlbumenJ avatar AlbumenJ commented on August 18, 2024

Already fixed in apache/dubbo-hessian-lite#70

Please wait Hessian Lite 4.0.1 and Dubbo 3.3.0-beta.4 being released. BTW, in order to solve it, you need to upgrade both client and server side.

from dubbo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.