release 0.1.1 (#178)
* Remove redundant semicolons and modify non-standard names * remove duplicate RM init * issue #86 length of applicationData should be int * fix: fixed qualifier * Modify method description of DemoCode * Update ConfigurationKeys.java * config instance obtained by the factory class * fix typo of `retryable` as the annotation of Spring Retryable. add static code to init BranchStatus mapper to speed up get(int ordinal) * add template * add template * add template * fixes #117 * fixes #114 * fix issue #122 * update template * fix file.RenameTo->Files.move * #73 add travis config * fix #121 * #73 add travis config * fix #135 delete BranchSession main * fix #137 param position err * fix #142 delete defaultEventExecutorGroup * fix #142 delete defaultEventExecutorGroup (#144) * fix #139 netty heartbeat configurable * fixes #139 heartbeat configurable (#146) * fix #142 delete defaultEventExecutorGroup * fix #139 netty heartbeat configurable * FileTransactionStoreManager#closeFile() method remove redundant fileChannel.close() invoke (#140) * fix: When local branch change nothing, the RC will rise an NullpointerException (#155) * bugfix: when no record changed register localBranch will occur exception in TC * clean the environment * enhancement: when no changes in local branch let RC not throw an NullpointerException * change tabs to spaces * fix #150 use ServerBootstrap#childOption() to set SO_KEEPALIVE (#151) * FileTransactionStoreManager#closeFile() method remove redundant fileChannel.close() invoke * Netty SO_KEEPALIVE option not works on ServerBootstrap#option(), should replace with ServerBootstrap#childOption() * fix #149 (long)->Number.longValue * fix #149 (long)->Number.longValue (#156) * fix #142 delete defaultEventExecutorGroup * fix #139 netty heartbeat configurable * fix #149 (long)->Number.longValue * remove mistake twitter icon (#165) * Update README.md * Update README.md * issue #110 bug fix for RM channel management (#169) * issue #110 fix RM channel management * fix merge mistake * issue #110 enhance: if no channel found on my application set, try other application on the same resource. * bug fix and enhance * issue #110 enhance the original fix * fix: Unify `undo_log` table name variable (#174) * ShowSql might be better when debugging to execute the demo to observe the data. (#164) issues #158 * revert OrderServiceImpl
Showing
- .github/ISSUE_TEMPLATE/BUG_REPORT.md 38 additions, 0 deletions.github/ISSUE_TEMPLATE/BUG_REPORT.md
- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md 16 additions, 0 deletions.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
- .github/PULL_REQUEST_TEMPLATE.md 17 additions, 0 deletions.github/PULL_REQUEST_TEMPLATE.md
- .gitignore 31 additions, 11 deletions.gitignore
- .travis.yml 3 additions, 2 deletions.travis.yml
- README.md 5 additions, 5 deletionsREADME.md
- common/src/main/java/com/alibaba/fescar/common/loader/EnhancedServiceLoader.java 2 additions, 2 deletions...m/alibaba/fescar/common/loader/EnhancedServiceLoader.java
- config/src/main/resources/application.conf 2 additions, 0 deletionsconfig/src/main/resources/application.conf
- core/src/main/java/com/alibaba/fescar/core/model/BranchStatus.java 25 additions, 13 deletions...main/java/com/alibaba/fescar/core/model/BranchStatus.java
- core/src/main/java/com/alibaba/fescar/core/protocol/transaction/AbstractBranchEndRequest.java 1 addition, 1 deletion...r/core/protocol/transaction/AbstractBranchEndRequest.java
- core/src/main/java/com/alibaba/fescar/core/rpc/ChannelManager.java 154 additions, 63 deletions...main/java/com/alibaba/fescar/core/rpc/ChannelManager.java
- core/src/main/java/com/alibaba/fescar/core/rpc/RpcContext.java 14 additions, 27 deletions...src/main/java/com/alibaba/fescar/core/rpc/RpcContext.java
- core/src/main/java/com/alibaba/fescar/core/rpc/ServerMessageSender.java 16 additions, 38 deletions...java/com/alibaba/fescar/core/rpc/ServerMessageSender.java
- core/src/main/java/com/alibaba/fescar/core/rpc/netty/AbstractRpcRemotingServer.java 7 additions, 20 deletions...baba/fescar/core/rpc/netty/AbstractRpcRemotingServer.java
- core/src/main/java/com/alibaba/fescar/core/rpc/netty/NettyBaseConfig.java 20 additions, 8 deletions...va/com/alibaba/fescar/core/rpc/netty/NettyBaseConfig.java
- core/src/main/java/com/alibaba/fescar/core/rpc/netty/NettyServerConfig.java 2 additions, 3 deletions.../com/alibaba/fescar/core/rpc/netty/NettyServerConfig.java
- core/src/main/java/com/alibaba/fescar/core/rpc/netty/RpcServer.java 16 additions, 76 deletions...ain/java/com/alibaba/fescar/core/rpc/netty/RpcServer.java
- core/src/main/java/com/alibaba/fescar/core/service/ConfigurationKeys.java 1 addition, 1 deletion...va/com/alibaba/fescar/core/service/ConfigurationKeys.java
- examples/src/main/java/com/alibaba/fescar/tm/api/DemoCode.java 1 addition, 1 deletion...les/src/main/java/com/alibaba/fescar/tm/api/DemoCode.java
- examples/src/main/java/com/alibaba/fescar/tm/dubbo/impl/AccountServiceImpl.java 2 additions, 1 deletion.../com/alibaba/fescar/tm/dubbo/impl/AccountServiceImpl.java
Please register or sign in to comment