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

bugfix: in dubbo 3.x version, the consumer can't generate tcc proxy. #6101

Merged
merged 27 commits into from
Dec 18, 2023

Commits on Nov 14, 2023

  1. undo_log table check optimize

    laywin committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ef782b3 View commit details
    Browse the repository at this point in the history
  2. optimize & add modify record

    laywin committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1df81eb View commit details
    Browse the repository at this point in the history
  3. adjust indentation

    laywin committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8e92325 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. undo_log table check optimize

    laywin committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7482281 View commit details
    Browse the repository at this point in the history
  2. optimize & add modify record

    laywin committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    522c386 View commit details
    Browse the repository at this point in the history
  3. adjust indentation

    laywin committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0444780 View commit details
    Browse the repository at this point in the history
  4. add unit test

    laywin committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    881aaf4 View commit details
    Browse the repository at this point in the history
  5. move pr record

    laywin committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b8f822c View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/2.x' into 2.x

    # Conflicts:
    #	changes/en-us/2.0.0.md
    #	changes/zh-cn/2.0.0.md
    #	rm-datasource/src/main/java/io/seata/rm/datasource/DataSourceProxy.java
    #	rm-datasource/src/test/java/io/seata/rm/RMHandlerATTest.java
    laywin committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    fc2e79f View commit details
    Browse the repository at this point in the history
  7. modify unit test

    laywin committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e36326e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. add Github ID

    laywin committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    0bf3847 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

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

Commits on Nov 26, 2023

  1. 1. update mockito version to 4.5.1 same as seata server to support st…

    …atic mock
    
    2. throw exception when the db type not support in AT mode
    3. add author register info
    laywin committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    12f8109 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/2.x' into 2.x

    # Conflicts:
    #	changes/zh-cn/2.x.md
    laywin committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    c8a6115 View commit details
    Browse the repository at this point in the history
  3. import optimize

    laywin committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    c5761c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. 1. add dubbo 3.x's proxy name to optimize proxy judge.

    2. remove tryOtherApp when get channel, so it can default use other same resourceId channel but difference app when the is no channel in same app.
    laywin committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    572192b View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.x' of github.com:seata/seata into 2.x

    � Conflicts:
    �	changes/en-us/2.x.md
    �	changes/zh-cn/2.x.md
    laywin committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    53f3070 View commit details
    Browse the repository at this point in the history
  3. add change registry info

    laywin committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    2a01c04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6513a35 View commit details
    Browse the repository at this point in the history
  5. fix unit test

    laywin committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    184e05a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. rollback tryotherapp param

    laywin committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    27f1db4 View commit details
    Browse the repository at this point in the history
  2. rm Unused import

    laywin committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    61df543 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. optimize tcc judge

    laywin committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5efb325 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

Commits on Dec 16, 2023

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

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    60b4adf View commit details
    Browse the repository at this point in the history
  2. add try other app back

    laywin committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    a6af930 View commit details
    Browse the repository at this point in the history