Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

optimize : Eliminate RpcMessage and Encoder/Decoder dependencies #6209

Merged
merged 29 commits into from
Jun 24, 2024

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    f1bacdd View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. license

    Bughue committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    ee3c3aa View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. v0

    Bughue committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    94cb0cf View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    289ed97 View commit details
    Browse the repository at this point in the history
  2. v0

    Bughue committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8c197af View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. test

    Bughue committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7d1a6b3 View commit details
    Browse the repository at this point in the history
  2. test

    Bughue committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    33e6e4e View commit details
    Browse the repository at this point in the history
  3. test

    Bughue committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    379ba28 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. test

    Bughue committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    a9b4d5d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. fix test

    Bughue committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    95573d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    8da65ff View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. style

    Bughue committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    91c171d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d47a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Merge branch '2.x' of https://github.com/seata/seata into dev-mlv-rpc…

    …-msg
    
    # Conflicts:
    #	core/src/main/java/org/apache/seata/core/rpc/netty/AbstractNettyRemoting.java
    #	core/src/main/java/org/apache/seata/core/rpc/netty/ProtocolRpcMessage.java
    #	core/src/main/java/org/apache/seata/core/rpc/netty/v0/ProtocolRpcMessageV0.java
    #	core/src/main/java/org/apache/seata/core/rpc/netty/v1/ProtocolRpcMessageV1.java
    #	core/src/main/java/org/apache/seata/core/rpc/netty/v1/ProtocolV1Decoder.java
    #	test/src/test/java/org/apache/seata/core/rpc/netty/v1/ClientChannelHandler.java
    #	test/src/test/java/org/apache/seata/core/rpc/netty/v1/ProtocolV1SerializerTest.java
    #	test/src/test/java/org/apache/seata/core/rpc/netty/v1/ServerChannelHandler.java
    Bughue committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    c1c7f3f View commit details
    Browse the repository at this point in the history
  2. resolve conflict

    Bughue committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    cf4fe41 View commit details
    Browse the repository at this point in the history
  3. resolve conflict

    Bughue committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    9607bcd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. import

    Bughue committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5b433cd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    91418a1 View commit details
    Browse the repository at this point in the history
  2. style

    Bughue committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    00a4e8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c728968 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. optimize version

    Bughue committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    df9ea50 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. optimize version

    Bughue committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3841379 View commit details
    Browse the repository at this point in the history
  2. optimize version

    Bughue committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d876d10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f0abf0 View commit details
    Browse the repository at this point in the history
  4. optimize version

    Bughue committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c0dfb51 View commit details
    Browse the repository at this point in the history
  5. optimize version

    Bughue committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8e70690 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    fa23e23 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    fc1b602 View commit details
    Browse the repository at this point in the history
  2. style

    Bughue committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ade6ff7 View commit details
    Browse the repository at this point in the history