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: load SeataSerializer by version #6208

Merged
merged 31 commits into from
Jun 21, 2024

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    39d88c1 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
    901b886 View commit details
    Browse the repository at this point in the history
  2. style

    Bughue committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b518004 View commit details
    Browse the repository at this point in the history
  3. test ProtocolConstants.VERSION

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

Commits on Dec 27, 2023

  1. version serialize

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

Commits on Dec 29, 2023

  1. v0

    Bughue committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    d8c19a4 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
    958ef77 View commit details
    Browse the repository at this point in the history
  3. v0

    Bughue committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    2a0d836 View commit details
    Browse the repository at this point in the history
  4. v0

    Bughue committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    227464b View commit details
    Browse the repository at this point in the history
  5. license

    Bughue committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0afa845 View commit details
    Browse the repository at this point in the history
  6. license

    Bughue committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    4959cbe View commit details
    Browse the repository at this point in the history
  7. style

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

Commits on Jan 2, 2024

  1. style

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

Commits on Jan 4, 2024

  1. inner class

    Bughue committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    181a421 View commit details
    Browse the repository at this point in the history
  2. inner class

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

Commits on Jan 22, 2024

  1. single pattern

    Bughue committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    342d306 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.x' of https://github.com/seata/seata into dev-mlv-ser…

    …ialize-version
    
    # Conflicts:
    #	core/src/main/java/io/seata/core/rpc/netty/v1/ProtocolV1Decoder.java
    Bughue committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    439d132 View commit details
    Browse the repository at this point in the history
  3. conflit

    Bughue committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    74c48d5 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-ser…

    …ialize-version
    
    # Conflicts:
    #	serializer/seata-serializer-seata/src/main/java/org/apache/seata/serializer/seata/SeataSerializer.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/BatchResultMessageSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/MergeResultMessageSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/MergedWarpMessageSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/RegisterRMRequestSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/RegisterRMResponseSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/RegisterTMRequestSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/RegisterTMResponseSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/BranchCommitRequestSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/BranchCommitResponseSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/BranchRegisterRequestSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/BranchRegisterResponseSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/BranchReportRequestSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/BranchReportResponseSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/BranchRollbackRequestSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/BranchRollbackResponseSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/GlobalBeginRequestSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/GlobalBeginResponseSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/GlobalCommitRequestCodecTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/GlobalCommitResponseSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/GlobalLockQueryRequestSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/GlobalLockQueryResponseSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/GlobalRollbackRequestCodecTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/GlobalRollbackResponseSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/GlobalStatusRequestCodecTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/GlobalStatusResponseSerializerTest.java
    #	serializer/seata-serializer-seata/src/test/java/org/apache/seata/serializer/seata/protocol/transaction/UndoLogDeleteRequestSerializerTest.java
    Bughue committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    93c972b 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
    0f8c187 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. style

    Bughue committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    704669a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

    …ialize-version
    
    # Conflicts:
    #	core/src/main/java/org/apache/seata/core/rpc/netty/v1/ProtocolV1Decoder.java
    #	core/src/main/java/org/apache/seata/core/serializer/SerializerServiceLoader.java
    Bughue committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9d30454 View commit details
    Browse the repository at this point in the history
  2. merge

    Bughue committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2f5feb0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. double lock check

    Bughue committed May 7, 2024
    Configuration menu
    Copy the full SHA
    89c0674 View commit details
    Browse the repository at this point in the history
  2. double lock check

    Bughue committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b649852 View commit details
    Browse the repository at this point in the history
  3. double lock check

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

Commits on Jun 21, 2024

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

    …ialize-version
    
    # Conflicts:
    #	core/src/main/java/org/apache/seata/core/serializer/SerializerServiceLoader.java
    Bughue committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2d37bf1 View commit details
    Browse the repository at this point in the history
  2. style

    Bughue committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9d199a1 View commit details
    Browse the repository at this point in the history
  3. style

    Bughue committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    dd9d808 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5868eef View commit details
    Browse the repository at this point in the history
  5. style

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