* Add LifeCycle component and refactor some code. (#113)
* Make getAfterRun un-block avoid deadlock. (#107) (#109)
* update readme
* update version to 1.6.0-SNAPSHOT
* 修改RpcClientDemoByMain 和RpcServerDemoByMain 的logger引用对象 (#112)
* 修改日志引用的对象
* add lifecycle component
* fix NPE in ReconnectManager and refactor some code
* Refactor some components with LifeCycle interface. (#114)
Refactor some components with LifeCycle interface.
* Refactor RpcClient with LifeCycle interface and add option module. (#116)
Refactor RpcClient with LifeCycle interface and add option module.
* fix https://github.com/alipay/sofa-bolt/issues/131 (#132)
* refactor DefaultConnectionManager to fix issue: https://github.com/alipay/sofa-bolt/issues/131
* refactory ConnectionManager to support start/shutdown operations (#135)
* 重构ScheduledDisconnectStrategy实现 (#136)
* refactory ConnectionManager to support start/shutdown operations
* Reconnector class is used instead of ReconnectManager class
* refactor ScheduledDisconnectStrategy
* Support config strategy (#138)
* support config user ConnectionSelectStrategy impl
* add LifeCycle interface to RemotingServer
* fix some code according to CR
* fix https://github.com/alipay/sofa-bolt/issues/137 (#141)
* update version 1.6.0-SNAPSHOT->1.6.0