Skip to content

Tags: lumint/fescar

Tags

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release 0.1.1 (apache#178)

* Remove redundant semicolons and modify non-standard names

* remove duplicate RM init

* issue apache#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 apache#117

* fixes apache#114

* fix issue apache#122

* update template

* fix file.RenameTo->Files.move

* apache#73 add travis config

* fix apache#121

* apache#73 add travis config

* fix apache#135 delete BranchSession main

* fix apache#137 param position err

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#142 delete defaultEventExecutorGroup (apache#144)

* fix apache#139 netty heartbeat configurable

* fixes apache#139 heartbeat configurable (apache#146)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

* FileTransactionStoreManager#closeFile() method remove redundant fileChannel.close() invoke (apache#140)

* fix: When local branch change nothing, the RC will rise an NullpointerException (apache#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 apache#150 use ServerBootstrap#childOption() to set SO_KEEPALIVE (apache#151)

* FileTransactionStoreManager#closeFile() method remove redundant fileChannel.close() invoke

* Netty SO_KEEPALIVE option not works on ServerBootstrap#option(), should replace with ServerBootstrap#childOption()

* fix apache#149 (long)->Number.longValue

*  fix apache#149 (long)->Number.longValue (apache#156)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

* fix apache#149 (long)->Number.longValue

* remove mistake twitter icon (apache#165)

* Update README.md

* Update README.md

* issue apache#110 bug fix for RM channel management (apache#169)

* issue apache#110 fix RM channel management

* fix merge mistake

* issue apache#110 enhance: if no channel found on my application set, try other application on the same resource.

* bug fix and enhance

* issue apache#110 enhance the original fix

* fix: Unify `undo_log` table name variable (apache#174)

* ShowSql might be better when debugging to execute the demo to observe the data. (apache#164)

issues apache#158

* revert OrderServiceImpl

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request apache#5 from slievrly/master

add copyright and javadoc