Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codingapi/tx-lcn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev6.0
Choose a base ref
...
head repository: codingapi/tx-lcn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 18 files changed
  • 8 contributors

Commits on May 16, 2019

  1. 删除了无用的引用

    Calvin0520 committed May 16, 2019
    Configuration menu
    Copy the full SHA
    0ecdf63 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

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

Commits on Jul 23, 2019

  1. 修改方法名 SocketManager 原方法名:removeKeys -> 新方法名:remoteKeys

    方法并没有任何移除的操作,只有获取操作
    fanchenggang committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    ee961bf View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. [ADD] add tableName and tableId annotation && deal primary key Long p…

    …rimary null point exception and zone avoidance rule compatiple with springboot < 2.0
    丁煌 committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    021ebe4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Bump netty-all from 4.1.31.Final to 4.1.42.Final

    Bumps [netty-all](https://github.com/netty/netty) from 4.1.31.Final to 4.1.42.Final.
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](netty/netty@netty-4.1.31.Final...netty-4.1.42.Final)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 29, 2019
    Configuration menu
    Copy the full SHA
    98e5a4c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

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

Commits on Jun 25, 2020

  1. fix txLog

    Change-Id: Id7dd01fac186868f4f51a307a6650beb62c1b09a
    boylong12 committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    72ce90e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Merge pull request #499 from boylong12/master

    fix txLog
    xlorne authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    87865d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #478 from songhanlin/ipv6

    调整host和port分隔方式, 适应ipv6的地址
    xlorne authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    67fe528 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #452 from codingapi/dependabot/maven/io.netty-nett…

    …y-all-4.1.42.Final
    
    Bump netty-all from 4.1.31.Final to 4.1.42.Final
    xlorne authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    b470550 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #373 from Nieyb1314/master

    删除了无用的引用
    xlorne authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    8951756 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #391 from fanchenggang/master

    FIX 当 dtx timeout.时抛出LcnBusinessException异常之后 第二次ex.getCause() 会抛java…
    xlorne authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    bdfc60d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #416 from dinghuang/feature-handle-table

    [ADD] spring optimize
    xlorne authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    8b0e52f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Update PrimaryKeyListVisitor.java

    method ===> newKeyValues 
    
    if [ expressions.get(i).getASTNode() != null ] is true,  then
    Reflection.invokeN(expression.getClass() will cause NOE
    yangzhiwei256 authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    c9cb126 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Merge pull request #521 from yangzhiwei256/patch-1

    Update PrimaryKeyListVisitor.java
    xlorne authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    26a4295 View commit details
    Browse the repository at this point in the history
Loading