Skip to content

Commit

Permalink
fix apache#361 dependency jdk upgrade 1.8 (apache#362)
Browse files Browse the repository at this point in the history
* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* 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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* fix apache#201 add sample module sql script

* fix apache#206 optimize sample log print location.

* fix apache#213 sample OrderServiceImpl long->longValue()

* fix apache#233 add package jvmSettings

* add unit test for some request class (apache#239)

* add toString method

* add toString method

* add toString method

* add toString method

* fix

* add unit test

* fix

* Revert "add unit test for some request class (apache#239)" (apache#240)

This reverts commit d176782.

* fix apache#271 add FileConfigurationTest,add addConfigListener removeConfigListener getConfigListeners impl,rm sample RmClientAT.init(),fix user defined timeout not function

* fix apache#271 add FileConfigurationTest,add addConfigListener removeConfigListener getConfigListeners impl,rm sample RmClientAT.init(),fix user defined timeout not function

* update package pom

* release 0.1.2 (apache#294)

* 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

* change version 0.1.2-SNAPSHOT (apache#179)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* Fix 3 problems of GlobalTransactionScanner class (apache#160)

* 1.Fix the problem of duplicate creating objectes
2.Remove the unnecessary type parameter

* Let the PROXYED_SET just contains that has method annotated by @GlobalTransactional

* Let not the first proxyed bean but the multiple proxyed bean can be added to PROXYED_SET

* fix apache#201 add sample module sql script (apache#202)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* fix apache#201 add sample module sql script

* fix apache#206 optimize sample log print location.

* Optimize slf4j logger output. (apache#203)

* sample OrderServiceImpl long->longValue() (apache#214)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* fix apache#201 add sample module sql script

* fix apache#206 optimize sample log print location.

* fix apache#213 sample OrderServiceImpl long->longValue()

* add sessionManager unit test (apache#222)

* 1.Add static final default FailureHandler to scanner and interceptor (apache#209)

2.Move static final field to the head of other fields

* fixs apache#227  (apache#229)

* 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

* issue apache#227 SQLVisitorFactory should recognize FOR UPDATE from normal SELECT SQL

* fixes apache#233 add package jvmSettings (apache#234)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* fix apache#201 add sample module sql script

* fix apache#206 optimize sample log print location.

* fix apache#213 sample OrderServiceImpl long->longValue()

* fix apache#233 add package jvmSettings

* add  unit test for session package (apache#237)

* add copyright and import testng framework

* add global&branch session unit test

* issue apache#244 Should support SQL with table alias (apache#247)

* 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

* issue apache#227 SQLVisitorFactory should recognize FOR UPDATE from normal SELECT SQL

* issue apache#24 Should support SQL with table alias

* remove useless import

* Add unit test 20190123 (apache#248)

* 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

* add toString method

* fix

* add unit test

* extract jdbc config on demo project (apache#246)

* extract jdbc config on demo project

* independent db config for different service.

* fix apache#250 add support zk (apache#253)

* fix unit test case CodecTest (apache#261)

* 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

* add toString method

* add toString method

* add toString method

* add toString method

* fix

* 小优化-类型转换

* 类型转换小优化

* fix unit test class CodecTest.java

* fix merge conflicts

* fixes apache#255 (apache#256)

* 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

* issue apache#227 SQLVisitorFactory should recognize FOR UPDATE from normal SELECT SQL

* issue apache#24 Should support SQL with table alias

* remove useless import

* issue apache#255 Should work with case-sensitive database

* remove unnecessary check and change some constants to capital letter (apache#269)

* spring rm distinct (apache#263)

* apache#266 deal exception scenes of retry rollback failure (apache#270)

* add unit test to core module (apache#276)

* 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

* add toString method

* add toString method

* add toString method

* add toString method

* fix

* 小优化-类型转换

* 类型转换小优化

* add unit test to fescar/core/message package

* merge conflichts

* add lock manager test (apache#278)

* add lock manager test

* add store unit test

* add unit test for server package LockManager and DefaultCore (apache#262)

* add unit test for server lock and default core

* mysql_recognizer unit_test (apache#280)

* mysql_recognizer unit_test

* format code

* fixed branchRegister use branchType (apache#275)

* fix apache#271 add FileConfigurationTest, add addConfigListener removeConfigListener getConfigListeners impl, rm sample RmClientAT.init(),fix userDefined timeout not function (apache#272)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* fix apache#201 add sample module sql script

* fix apache#206 optimize sample log print location.

* fix apache#213 sample OrderServiceImpl long->longValue()

* fix apache#233 add package jvmSettings

* fix apache#271 add FileConfigurationTest,add addConfigListener removeConfigListener getConfigListeners impl,rm sample RmClientAT.init(),fix user defined timeout not function

* fix apache#271 add FileConfigurationTest,add addConfigListener removeConfigListener getConfigListeners impl,rm sample RmClientAT.init(),fix user defined timeout not function

* fix apache#257 when timeout should break (apache#283)

* add volatile (apache#273)

* fix apache#292 update pom package (apache#293)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* fix apache#201 add sample module sql script

* fix apache#206 optimize sample log print location.

* fix apache#213 sample OrderServiceImpl long->longValue()

* fix apache#233 add package jvmSettings

* fix apache#271 add FileConfigurationTest,add addConfigListener removeConfigListener getConfigListeners impl,rm sample RmClientAT.init(),fix user defined timeout not function

* fix apache#271 add FileConfigurationTest,add addConfigListener removeConfigListener getConfigListeners impl,rm sample RmClientAT.init(),fix user defined timeout not function

* update package pom

* release 0.1.2 (apache#296)

* 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

* change version 0.1.2-SNAPSHOT (apache#179)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* Fix 3 problems of GlobalTransactionScanner class (apache#160)

* 1.Fix the problem of duplicate creating objectes
2.Remove the unnecessary type parameter

* Let the PROXYED_SET just contains that has method annotated by @GlobalTransactional

* Let not the first proxyed bean but the multiple proxyed bean can be added to PROXYED_SET

* fix apache#201 add sample module sql script (apache#202)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* fix apache#201 add sample module sql script

* fix apache#206 optimize sample log print location.

* Optimize slf4j logger output. (apache#203)

* sample OrderServiceImpl long->longValue() (apache#214)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* fix apache#201 add sample module sql script

* fix apache#206 optimize sample log print location.

* fix apache#213 sample OrderServiceImpl long->longValue()

* add sessionManager unit test (apache#222)

* 1.Add static final default FailureHandler to scanner and interceptor (apache#209)

2.Move static final field to the head of other fields

* fixs apache#227  (apache#229)

* 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

* issue apache#227 SQLVisitorFactory should recognize FOR UPDATE from normal SELECT SQL

* fixes apache#233 add package jvmSettings (apache#234)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* fix apache#201 add sample module sql script

* fix apache#206 optimize sample log print location.

* fix apache#213 sample OrderServiceImpl long->longValue()

* fix apache#233 add package jvmSettings

* add  unit test for session package (apache#237)

* add copyright and import testng framework

* add global&branch session unit test

* issue apache#244 Should support SQL with table alias (apache#247)

* 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

* issue apache#227 SQLVisitorFactory should recognize FOR UPDATE from normal SELECT SQL

* issue apache#24 Should support SQL with table alias

* remove useless import

* Add unit test 20190123 (apache#248)

* 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

* add toString method

* fix

* add unit test

* extract jdbc config on demo project (apache#246)

* extract jdbc config on demo project

* independent db config for different service.

* fix apache#250 add support zk (apache#253)

* fix unit test case CodecTest (apache#261)

* 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

* add toString method

* add toString method

* add toString method

* add toString method

* fix

* 小优化-类型转换

* 类型转换小优化

* fix unit test class CodecTest.java

* fix merge conflicts

* fixes apache#255 (apache#256)

* 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

* issue apache#227 SQLVisitorFactory should recognize FOR UPDATE from normal SELECT SQL

* issue apache#24 Should support SQL with table alias

* remove useless import

* issue apache#255 Should work with case-sensitive database

* remove unnecessary check and change some constants to capital letter (apache#269)

* spring rm distinct (apache#263)

* apache#266 deal exception scenes of retry rollback failure (apache#270)

* add unit test to core module (apache#276)

* 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

* add toString method

* add toString method

* add toString method

* add toString method

* fix

* 小优化-类型转换

* 类型转换小优化

* add unit test to fescar/core/message package

* merge conflichts

* add lock manager test (apache#278)

* add lock manager test

* add store unit test

* add unit test for server package LockManager and DefaultCore (apache#262)

* add unit test for server lock and default core

* mysql_recognizer unit_test (apache#280)

* mysql_recognizer unit_test

* format code

* fixed branchRegister use branchType (apache#275)

* fix apache#271 add FileConfigurationTest, add addConfigListener removeConfigListener getConfigListeners impl, rm sample RmClientAT.init(),fix userDefined timeout not function (apache#272)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* fix apache#201 add sample module sql script

* fix apache#206 optimize sample log print location.

* fix apache#213 sample OrderServiceImpl long->longValue()

* fix apache#233 add package jvmSettings

* fix apache#271 add FileConfigurationTest,add addConfigListener removeConfigListener getConfigListeners impl,rm sample RmClientAT.init(),fix user defined timeout not function

* fix apache#271 add FileConfigurationTest,add addConfigListener removeConfigListener getConfigListeners impl,rm sample RmClientAT.init(),fix user defined timeout not function

* fix apache#257 when timeout should break (apache#283)

* add volatile (apache#273)

* fix apache#292 update pom package (apache#293)

* fix apache#142 delete defaultEventExecutorGroup

* fix apache#139 netty heartbeat configurable

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

* revert OrderServiceImpl, change version 0.1.2-SNAPSHOT

* fix apache#201 add sample module sql script

* fix apache#206 optimize sample log print location.

* fix apache#213 sample OrderServiceImpl long->longValue()

* fix apache#233 add package jvmSettings

* fix apache#271 add FileConfigurationTest,add addConfigListener removeConfigListener getConfigListeners impl,rm sample RmClientAT.init(),fix user defined timeout not function

* fix apache#271 add FileConfigurationTest,add addConfigListener removeConfigListener getConfigListeners impl,rm sample RmClientAT.init(),fix user defined timeout not function

* update package pom

* release 0.1.2

* update mvn package

* fix apache#325 GlobalTransactionContext.clean in finally,change version to 0.1.3-SNAPSHOT

* release 0.1.3

* change version 0.1.4-SNAPSHOT

* remove examples module

* remove fescar-client dependency on fescar-all pom

* fix apache#322 remove NettyServerConfig#CONFIG

* fix apache#361 dependency jdk upgrade 1.8
  • Loading branch information
slievrly committed Feb 3, 2019
1 parent 9894671 commit 84bf942
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 47 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ sudo: false # faster builds
jdk:
- openjdk11
- openjdk8
- openjdk7

cache:
directories:
Expand Down
4 changes: 0 additions & 4 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<artifactId>fescar-common</artifactId>
<packaging>jar</packaging>
<name>fescar-common ${project.version}</name>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
Expand Down
4 changes: 0 additions & 4 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<artifactId>fescar-config</artifactId>
<packaging>jar</packaging>
<name>fescar-config ${project.version}</name>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencies>
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
<artifactId>fescar-core</artifactId>
<packaging>jar</packaging>
<name>fescar-core ${project.version}</name>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencies>
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<artifactId>fescar-distribution</artifactId>
<packaging>pom</packaging>
<name>fescar-distribution ${project.version}</name>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencies>
<dependency>
Expand Down
5 changes: 1 addition & 4 deletions dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@
<artifactId>fescar-dubbo</artifactId>
<packaging>jar</packaging>
<name>fescar-dubbo ${project.version}</name>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
<maven.test.skip>false</maven.test.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
<!-- Compiler settings properties -->
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<netty4.version>4.1.24.Final</netty4.version>
<org.springframework.spring.version>2.5.6.SEC03</org.springframework.spring.version>
Expand Down
5 changes: 1 addition & 4 deletions rm-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
<artifactId>fescar-rm-datasource</artifactId>
<packaging>jar</packaging>
<name>fescar-rm-datasource ${project.version}</name>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
5 changes: 1 addition & 4 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@
<artifactId>fescar-server</artifactId>
<packaging>jar</packaging>
<name>fescar-server ${project.version}</name>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
5 changes: 1 addition & 4 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@
<artifactId>fescar-spring</artifactId>
<packaging>jar</packaging>
<name>fescar-spring ${project.version}</name>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
9 changes: 1 addition & 8 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,12 @@
<artifactId>fescar-test</artifactId>
<packaging>jar</packaging>
<name>fescar-test ${project.version}</name>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>6</source>
<target>6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
4 changes: 0 additions & 4 deletions tm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
<artifactId>fescar-tm</artifactId>
<packaging>jar</packaging>
<name>fescar-tm ${project.version}</name>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencies>
<dependency>
Expand Down

0 comments on commit 84bf942

Please sign in to comment.