You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/02/22 11:48:48 UTC

[rocketmq] branch revert-797-master created (now c92df9a)

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a change to branch revert-797-master
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


      at c92df9a  Revert "[RIP-9] Commit docs Example_OpenMessaging.md (#797)"

This branch includes the following new commits:

     new f035d9b  Update the description for command 'updateTopicPerm' , incidentally, commit minor update for pom. Review by @vongosling
     new 66ca327  Finish code dump. Reviewed by @vongosling @stevenschew @vintagewang @lollipopjin
     new 95df4b7  Remove error exclusions in pom.xml. Reviewed by @vongosling
     new 191f5c2  Export bin directory. reviewed by @zhouxinyu @vongosling
     new b04125b  Remove independent mysql jdbc driver statement. reviewed by @zhouxinyu
     new b46c687  Remove native characters in README. reviewed by @vongosling
     new 7d1af82  Merge remote-tracking branch 'origin/master'
     new 199fc49  Revert SendMessageRequestHeaderV2. Reviewed by @vintagewang @vongosling
     new b03bce0  Fix copyright line in license file
     new 7290523  Add incubating displaimer
     new 64d2425  Add missng ASF header
     new eaed545  Remove .exe binary files.
     new ac132db  Fix copyright
     new 8abf66f  added execute bit
     new 031335d  Added execute bits
     new 9ec7e26  Fix typo and rephrase a few lines in readme document
     new 8d7dd2b  Polish the doc
     new 52ab7f9  Update travis ci build status
     new 3d28613  Update openjdk compatible test version to 7
     new 61bd4ec  Added the rat plugin and fixed the issues that rat found
     new 4724376  Updated the .gitignore file
     new b9bd59f  Rename module name in checkstyle to pass CI build.
     new a61a82d  Improvement: Standardize build script using maven wrapper.
     new fe4ecaa  Remove redundant groupId statement if it is stardard maven plugin
     new 2aaf036  ROCKETMQ-3 Clean up the unit test code of rocketmq-store
     new 6380305  ROCKETMQ-3 Clean up the unit test code of rocketmq-client
     new e9b4ce6  Step 2: Add BUILDING document.
     new 0014a4c  Step 2: Add BUILDING document.
     new 4b446d7  ROCKETMQ-2 [ROCKETMQ-2] Closing the channel closes apache/incubator-rocketmq#1
     new c92332e  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-rocketmq
     new dd985d0  MASTER Standardize build script closes apache/incubator-rocketmq#5
     new 07b3cd1  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-rocketmq into unit-test
     new 774101d  MASTER [ROCKETMQ-3] Clean up and perfect the unit test of rocketmq-broker closes apache/incubator-rocketmq#7
     new b5afe91  ROCKETMQ-2 Closed the selector.
     new 03880d7  ROCKETMQ-3 Clean up and perfect the unit test with thanks to zander
     new 626990c  [ROCKETMQ-3] Remove try...catch, using assertNull etc
     new fed0976  [ROCKETMQ-13] Wrong log level for AcceptSocketService termination.
     new d1fa869  [ROCKETMQ-9] Errors in rocketmq-store module.
     new e5892e1  [ROCKETMQ-9] Clean up the code
     new 0c022e0  Allow setting base factor for commercial data.
     new 1356e35  MASTER [ROCKETMQ-14] invoke callback shoule be invoked in an executor rather than in current thread, closes apache/incubator-rocketmq#2
     new 770c7f7  ROCKETMQ-18 Remove 'rocketmq' prefix of all modules.
     new de6f941  ROCKETMQ-18 Rename package name from com.alibaba to org.apache
     new 07a8862  ROCKETMQ-18 Delete unused unit tests.
     new f56e038  ROCKETMQ-18 Use apache email as author.
     new 9165667  ROCKETMQ-18 Remove bad practices in broker.
     new c8ee328  ROCKETMQ-18 Remove bad practices in client.
     new f98b121  ROCKETMQ-18 Remove duplicated email suffix.
     new 8ca4657  ROCKETMQ-18 Remove author annotation.
     new 95cfb8d  ROCKETMQ-18 Add code style settings and copyright.
     new 388ba7a  ROCKETMQ-18 Reformat all codes.
     new 853b167  ROCKETMQ-18 Fix the conflicts between code and check style.
     new 2eae25c  ROCKETMQ-18 Remove empty class doc.
     new f9d9020  ROCKETMQ-18 Polish copyright and remove unnecessary code.
     new b2ed298  closes apache/incubator-rocketmq#15 *Won't fix: About config module, we would refactor here in the latest release version*
     new 08aa064  ROCKETMQ-14 closes apache/incubator-rocketmq#19 *Won't fix: We could close this pr without any more works, thanks @Jaskey*
     new 6672256  ROCKETMQ-20 closes apache/incubator-rocketmq#18 *Won't fix: we will add some notes in the example to eliminate confuse, thanks @dongeforever*
     new 167cce0  ROCKETMQ-18 Clean code closes apache/incubator-rocketmq#21
     new 9edaab1  Bugfix for CI
     new 1734a44  Polish message description
     new ccbc1be  Remove alibaba rocketmq gitter channel
     new c4f1249  Assembly package rename to apache-rocketmq.
     new 9cb0a0c  [ROCKETMQ-5] Avoid creating directories in UtilAll#getDiskPartitionSpaceUsedPercent(), closes apache/incubator-rocketmq#23
     new b421d48  Fix https://issues.apache.org/jira/browse/ROCKETMQ-25
     new 920dd31  Fix hard-coded topic/subscription config file path.
     new 23e6c7a  Fix checkstyle.
     new 0c0b730  Fix integer overflow.
     new 55d73e1  Fix release.xml to include files in sub-directories of conf
     new 9d76ea9  MASTER [ROCKETMQ-33] Resolve cpu occupy 100% issue in GroupCommitService/HAService, closes apache/incubator-rocketmq#31
     new 85467df  Fix-35 [ROCKETMQ-35] Reslove underlying NPE in ConsumeRequest, closes apache/incubator-rocketmq#32
     new 776911d  [ROCKETMQ-34] Potential NPE in NettyConnetManageHandler#connect, closes apache/incubator-rocketmq#30
     new f936057  [ROCKETMQ-31] Fix 'No such file or directory' warning for /Users/zhouxinyu/rmq_bk_gc.log, closes apache/incubator-rocketmq#29
     new 1562bd0  [ROCKETMQ-30] Fixed method signature for Message Filter example and class loading from resources, closes apache/incubator-rocketmq#27
     new 6e31d86  [ROCKETMQ-22] Resolve ClassCastException issue in printWaterMark.
     new 6baa2ed  [ROCKETMQ-1] Update notice file.
     new 7fcf2f1  Add javadoc to DefaultMQProducer
     new de628a4  Add javadoc to DefaultMQProducer
     new f32e0b9  Add javadoc to DefaultMQPushConsumer
     new 7037455  Update code style.
     new 75d337d  Set SPACE_AFTER_TYPE_CAST=true.
     new bfc19a1  Fix typo
     new dbdb072  [ROCKETMQ-47] Avoid broker updates of NameServer address list on startup twice, closes apache/incubator-rocketmq#42
     new 12b6b9e  [ROCKETMQ-32] Reuse local variable brokerAddrs, thanks @naughtybear, closes apache/incubator-rocketmq#8
     new 91675ef  [ROCKETMQ-38] Polish unit tests for remoting module, closes apache/incubator-rocketmq#37
     new 026efc2  [ROCKETMQ-62] Polish Maven assembly release
     new 3968998  [ROCKETMQ-62] Polish assembly release package structure
     new d695fd7  [ROCKETMQ-62] Polish unit test related dependency
     new 2a9769a  [ROCKETMQ-62] Polish build instructions
     new 03b1216  [ROCKETMQ-52] Add unit tests for Validators and ThreadLocalIndex
     new 62963b5  Integrate with Coveralls
     new c0e7629  [ROCKETMQ-52] Add unit tests for MessageQueueSelector
     new 0623b3c  Integrate travis-ci with coveralls
     new df9d621  Remove script command in travis config file
     new 6b5ab40  [ROCKETMQ-52] Add unit tests for LocalFileOffsetStore
     new 2892a77  IntegrateASF sonar
     new 2e226f1  [ROCKETMQ-52] Add unit tests for RemoteBrokerOffsetStore
     new 8e26a40  [ROCKETMQ-52] Add unit tests for MQClientInstance
     new 1c52953  Testing RocketMQ Project on Multiple Operating Systems
     new 8c933f2  [ROCKETMQ-52] Add unit tests for MQClientAPIImpl
     new 4dd6c38  [ROCKETMQ-52] Use MockitoJUnitRunner with Mock
     new 0f9f55f  [ROCKETMQ-52] Add unit tests for LatencyFaultTolerance
     new 7f33508  Use xcode8 for osx test
     new 2cee029  polish osx platform for travis
     new 3daf24e  Bugfix for valid yaml
     new cc069a1  Polish travis config
     new 54967c3  Polish coveralls,jacoco,sonar and travis-ci integration
     new 02f8b14  Fix typo error
     new 3e3988d  Polish travis-ci for jacoco
     new 5cb7e38  Polish travis script
     new 4587775  Remove check goal in jacaco plugin
     new b29ff37  [ROCKETMQ-57] Polish unit tests for rocketmq-tools
     new 626315a  [ROCKETMQ-57] Polish unit tests for rocketmq-tools
     new 8399389  Merge branch 'ROCKETMQ-57' of https://git-wip-us.apache.org/repos/asf/incubator-rocketmq into ROCKETMQ-57
     new edde487  [ROCKETMQ-52] Add unit tests for Validators and ThreadLocalIndex
     new c99510f  [ROCKETMQ-52] Add unit tests for MessageQueueSelector
     new 127b163  [ROCKETMQ-52] Add unit tests for LocalFileOffsetStore
     new 98e4631  [ROCKETMQ-52] Add unit tests for RemoteBrokerOffsetStore
     new ba79706  [ROCKETMQ-52] Add unit tests for MQClientInstance
     new 032bb2b  [ROCKETMQ-52] Add unit tests for MQClientAPIImpl
     new bbcb69e  [ROCKETMQ-52] Use MockitoJUnitRunner with Mock
     new e06a26c  [ROCKETMQ-52] Add unit tests for LatencyFaultTolerance
     new 6511bc3  [ROCKETMQ-52] Add unit tests for DefaultMQProducer
     new c549854  [ROCKETMQ-51] Remove heavy unit tests in rocketmq-broker
     new acf9bc3  [ROCKETMQ-52] Add unit tests for DefaultMQPullConsumer
     new 9d8bd59  [ROCKETMQ-52] Add unit tests for DefaultMQPushConsumer
     new 4291348  [ROCKETMQ-52] Remove unnecessary stubbing
     new 0de84e2  [ROCKETMQ-57] Add license
     new 69361f6  [ROCKETMQ-37] Polish log output information in MQClientManager, closes apache/incubator-rocketmq#33, closes apache/incubator-rocketmq#26
     new 62d811e  [ROCKETMQ-43] Remove NoWhitespaceBefore module in rmq_checkstyle.xml, closes apache/incubator-rocketmq#36
     new 457bb61  [ROCKETMQ-59] Change Charset usages in RocketMQSerializable to RocketMQSerializable#CHARSET_UTF8, closes apache/incubator-rocketmq#43
     new 581039b  [ROCKETMQ-64] Remove duplication code line in BrokerOuterAPI.registerBroker method, thanks @naughtybear, closes apache/incubator-rocketmq#44
     new 788771a  [RocketMQ-58] Add integration test for RocketMQ, also thanks @fenglianghfl for this commit, closes apache/incubator-rocketmq#46
     new 0661ac8  [ROCKETMQ-42] Closes apache/incubator-rocketmq#35, closes apache/incubator-rocketmq#41, *Won't fix*
     new b4108d2  [ROCKETMQ-54] Add test cases for DefaultRequestProcessor in namesrv module, closes apache/incubator-rocketmq#45
     new f8d881b  [ROCKETMQ-57] Add unit test for DefaultMQAdminExt
     new 63de56c  Merge branch 'master' into ROCKETMQ-57
     new b997c97  Polish remoting module's UT
     new 264a056  [ROCKETMQ-51] Add unit tests for SendMessageProcessor
     new f17da4f  [ROCKETMQ-51] Add unit tests for PullMessageProcessor
     new 6729967  [ROCKETMQ-51] Add unit tests for ProducerManager
     new b29c318  [ROCKETMQ-51] Add unit tests for ClientManageProcessor
     new d9c398f  [ROCKETMQ-57] Add unit test for DefaultMQAdminExt
     new 11ff542  [ROCKETMQ-45]Delete hanged consume queue files
     new e447bd0  [ROCKETMQ-54] Add unit tests for rocketmq-namesrv
     new e9a87ea  Add javadoc to quick start examples.
     new 881aef5  [ROCKETMQ-56] Polish unit tests for rocketmq-store
     new 712dec5  [ROCKETMQ-54] Polish unit tests for rocketmq-namesrv
     new 13f4297  [ROCKETMQ-57] Add unit test for all commands
     new f529670  [ROCKETMQ-53] Polish unit tests for rocketmq-common
     new 6f60b4e  [ROCKETMQ-53] Polish unit tests for MixAll
     new eaa5ba5  [ROCKETMQ-52] Polish unit tests for rocketmq-client
     new 23d7e82  [ROCKETMQ-53] Polish unit tests for rocketmq-common
     new a3aff81  [ROCKETMQ-53] Remove testSubscriptionData for rocketmq-common
     new a3aa00a  [ROCKETMQ-52] Resolve infinite loop issue in rocketmq-client UT
     new cd01f71  [ROCKETMQ-54] Polish unit test for DefaultRequestProcessor
     new ef71e62  [ROCKETMQ-29] org.apache.rocketmq.common.help.FAQUrl refers to docs in Chinese
     new 8ff25b3  Extract default nameserver constant
     new 169450e  [ROCKETMQ-70] Duplicate methods in NettyRemotingClient, closes apache/incubator-rocketmq#48
     new b1751d6  [ROCKETMQ-69] Add link to README.md for RocketMQ home, thanks @netroby, closes apache/incubator-rocketmq#47
     new 30cabc7  Add module name for rocketmq-test
     new 99a3452  Update NOTICE file
     new 73d27e7  Polish README
     new 3d95be9  Add mailing lists in README
     new 9a2de7b  [ROCKETMQ-77] Skip unaccomplished unit tests in tools module, which will be fixed in 4.1.0
     new e6aaedc  Include disclaimer and readme in release
     new cb4f19e  [ROCKETMQ-85] Remove the 3rd party links in README.
     new 7d9eac4  [ROCKETMQ-85] Polish bin/README file.
     new bd00854  [ROCKETMQ-83] Fix quick start, annotate setNamesrvAddr, closes apache/incubator-rocketmq#54
     new 44ef40a  [ROCKETMQ-87] Add license notice for all the dependencies.
     new 7677758  [ROCKETMQ-74] Fix DataVersion equals defect, closes apache/incubator-rocketmq#50
     new 23e9df2  [ROCKETMQ-87] Polish the LICENSE and NOTICE files.
     new 4572e0a  [ROCKETMQ-87] Add non ASF ALv2 licenses to LICENSE
     new ae6962c  [ROCKETMQ-87] Add separate LICENSE and NOTICE files for binary release and source release.
     new 573b22c  [ROCKETMQ-87] Rename LICENSE-BIN/NOTICE-BIN to LICENSE/NOTICE when build the binary artifact.
     new 182f6f2  [maven-release-plugin] prepare release rocketmq-4.0.0-incubating
     new dd80e42  [maven-release-plugin] prepare for next development iteration
     new c621122  Go to 4.1.0 development
     new 72897cb  [ROCKETMQ-95] Fix damaged patterns, closes apache/incubator-rocketmq#70
     new d545f86  [ROCKETMQ-111] Fix possible MQClientException when query message before today, closes apache/incubator-rocketmq#69
     new 3940924  [ROCKETMQ-104] Make MQAdmin commands throw exceptions, closes apache/incubator-rocketmq#65
     new b692a73  [ROCKETMQ-99] Add scripts for Windows, closes apache/incubator-rocketmq#62
     new 42a3931  Fix Windows script to handle return code properly
     new 53b98d0  Trivial Changes: Specify maven-assembly-plugin version to 2.8 for release-client profile similar to release-all profile, reason of performing this change is that latest version of maven-assembly-plugin has removed finalName property.
     new e3f4251  [ROCKETMQ-119] Add ThreadUtils and shutdown PullMessageService properly
     new c5d9fcb  Corrected spellings.
     new a146646  [ROCKETMQ-75] Logging when RemotingCommand header decoding swallows exceptions. closes #51
     new d7decc8  [ROCKETMQ-139] Degrade the client related modules' JDK version to 1.6
     new e05a445  Logging on exception when producing a response.
     new 7970441  [ROCKETMQ-143][HOTFIX] Update fastjson from 1.2.12 to 1.2.28
     new 6b7d206  [ROCKETMQ-143][HOTFIX] Update fastjson from 1.2.12 to 1.2.28
     new ac8941b  Update community projects illustration
     new 087d989  Corrected string check for emptiness.
     new 11653ce  ROCKETMQ-80 Add batch feature  closes apache/incubator-rocketmq#53
     new 155823e  [ROCKETMQ-145][HOTFIX] Resolve concureent issue in HAService and GroupCommitService
     new 0b39fca  [ROCKETMQ-145][HOTFIX] Resolve concureent issue in HAService and GroupCommitService
     new a947fe2  [ROCKETMQ-148] Polish the contributing guide.
     new 19f358c  Update community projects illustration
     new 72e6def  [ROCKETMQ-148] Polish the contributing guide.
     new 3fe7535  [ROCKETMQ-143][HOTFIX] Update fastjson to 1.2.29
     new 4df3155  [ROCKETMQ-143][HOTFIX] Update fastjson to 1.2.29
     new 15af63e  [ROCKETMQ-153][HOTFIX] Fetch name server address dynamically.
     new fa85abc  [ROCKETMQ-153][HOTFIX] Fetch name server address dynamically.
     new 01a0eb0  Fix possible NullPointerException when retry in send Async way
     new d933eeb  fix typo in ClientConfig
     new 08e70ee  [ROCKETMQ-154] Added a newline after help info. closes #83
     new 203cb30  Trivial simplification of broker initialization by removing unnecessary assignment.
     new 7e37799  Aggregate packaging specific files to a new sub-module: distribution
     new ab01386  [ROCKETMQ-76] Expose IntegrationTestBase to be used by other integration projects closes apache/incubator-rocketmq#52
     new 45a64fd  Include client IP per message queue of consumer progress command output
     new a8fa05e  [ROCKETMQ-138] Remove hard coded Aliyun authentication code, closes apache/incubator-rocketmq#75
     new 40a233a  Guard MQVesion methods.
     new 7c7374e  Fix issue 165
     new 7bcb3b3  BugFix: WS_DOMAIN_NAME, SUBGROUP default values override custom values passed by java options options
     new c183e0d  [ROCKETMQ-172]log improvement for rocketmq client closes apache/incubator-rocketmq#90
     new f508f13  [ROCKETMQ-107] Fix possible concurrency problem on ServiceState when consumer start/shutdown, closes apache/incubator-rocketmq#68
     new deb0820  [ROCKETMQ-176] Use new maven central badge with the newest release version info in README.
     new 42f78c2  [ROCKETMQ-168] Polish the BUILDING guide.
     new 58f1574  [ROCKETMQ-121]Support message filtering based on SQL92 closes apache/incubator-rocketmq#82
     new 6a9628b  [ROCKETMQ-179] Fix errors of IT test cases closes apache/incubator-rocketmq#94
     new 6609c86  Add javadoc to NettyRemotingAbstract class and several other trivial clean up.
     new 8feb88d  Removed unnecessary semicolon.
     new d72addf  Removed author info and formatted.
     new 6898d96  Changed list creation at DynaCode() to a singleton.
     new e9814ad  Add javadoc to message store.
     new f5a2ee0  [ROCKETMQ-187] Measure the code coverage for Integration Tests, and add sonar-apache profile, closes apache/incubator-rocketmq#96
     new 80aac13  [ROCKETMQ-191] Fix socket options
     new 1630f27  This is to close issue ROCKETMQ-198: Add language code for Go and PHP Thanks to StyleTang
     new 1d966b5  [ROCKETMQ-186] Implement the OpenMessaging specification 0.1.0-alpha version
     new ceeef8e  [ROCKETMQ-206] Fix bug when non-1byte character exists in JSON config files.
     new 4d12d11  [ROCKETMQ-161] Update runbroker.sh and runserver.sh to support user defined jvm mem flag closes apache/incubator-rocketmq#87
     new c0fe02e  [ROCKETMQ-39] avoid duplicated codes closes apache/incubator-rocketmq#34
     new 42826c4  [ROCKETMQ-178] Fix -p -m options closes apache/incubator-rocketmq#93
     new 8280388  [ROCKETMQ-175] Consumer may miss messages because of inconsistent sub…  closes apache/incubator-rocketmq#92
     new 99ce40a  [ROCKETMQ-189] Misleading tip on consumeTimestamp and wrong consumeTimestamp exception message closes apache/incubator-rocketmq#97
     new 37fbb7b  [ROCKETMQ-194] log appender support closes apache/incubator-rocketmq#101
     new e5d01b4  Merge branch 'ROCKETMQ-206' into develop
     new 0adad6f  Add test case for LocalFileOffsetStore closes apache/incubator-rocketmq#59
     new b1fcf1b  [ROCKETMQ-98]Fix risk of unable to release putMessage Lock forever closes apache/incubator-rocketmq#61
     new 8c8610f  [ROCKETMQ-188]RemotingExecption is not consistent between invoke async and invoke oneway closes apache/incubator-rocketmq#98
     new c796140  [ROCKETMQ-200]-Cluster name is always missing when fetch ClusterInfo from name server closes apache/incubator-rocketmq#105
     new aced0de  [ROCKETMQ-206] Catch the IOException when call the file2String method.
     new adae162  [ROCKETMQ-67] Consistent Hash allocate strategy closes apache/incubator-rocketmq#67
     new 04c8925  [ROCKETMQ-160]SendHeartBeat may not be logged in the expected period closes apache/incubator-rocketmq#86
     new e57f9ac  Merge remote-tracking branch 'wip/ROCKETMQ-206' into develop
     new 8d78175  Remove diamond operator for client module with JDK 1.6
     new de4c948  [ROCKETMQ-88] Polish the developer list in pom.xml
     new 0fe9471  Polish github links
     new bfa7f1a  Update RouteInfoManager.java
     new 9422bdb  correct spelling mistake
     new 3d1ec32  Fix error tests, producer should wait a while for consumer to be ready
     new 486d03d  [ROCKETMQ-111] Fix possible MQClientException when query message before today, closes apache/incubator-rocketmq#69
     new 2314eaf  [ROCKETMQ-104] Make MQAdmin commands throw exceptions, closes apache/incubator-rocketmq#65
     new fcdc342  [ROCKETMQ-99] Add scripts for Windows, closes apache/incubator-rocketmq#62
     new a36c86d  Fix Windows script to handle return code properly
     new 44e4216  Trivial Changes: Specify maven-assembly-plugin version to 2.8 for release-client profile similar to release-all profile, reason of performing this change is that latest version of maven-assembly-plugin has removed finalName property.
     new e9a0d62  [ROCKETMQ-119] Add ThreadUtils and shutdown PullMessageService properly
     new eaba61f  Corrected spellings.
     new 68ebb78  [ROCKETMQ-75] Logging when RemotingCommand header decoding swallows exceptions. closes #51
     new aa535dd  [ROCKETMQ-139] Degrade the client related modules' JDK version to 1.6
     new 31bf0af  Logging on exception when producing a response.
     new 0d6c56b  Corrected string check for emptiness.
     new 47fad3c  ROCKETMQ-80 Add batch feature  closes apache/incubator-rocketmq#53
     new 02acf1a  Fix possible NullPointerException when retry in send Async way
     new 1de18a1  fix typo in ClientConfig
     new 82fb4e0  [ROCKETMQ-154] Added a newline after help info. closes #83
     new aa694f2  Trivial simplification of broker initialization by removing unnecessary assignment.
     new e0d4a50  Aggregate packaging specific files to a new sub-module: distribution
     new 3401296  [ROCKETMQ-76] Expose IntegrationTestBase to be used by other integration projects closes apache/incubator-rocketmq#52
     new 8c793c0  Include client IP per message queue of consumer progress command output
     new 3d35eed  [ROCKETMQ-138] Remove hard coded Aliyun authentication code, closes apache/incubator-rocketmq#75
     new 55b5570  Guard MQVesion methods.
     new cf723ad  Fix issue 165
     new 051527d  BugFix: WS_DOMAIN_NAME, SUBGROUP default values override custom values passed by java options options
     new 15c2b55  [ROCKETMQ-172]log improvement for rocketmq client closes apache/incubator-rocketmq#90
     new 3c6260a  [ROCKETMQ-107] Fix possible concurrency problem on ServiceState when consumer start/shutdown, closes apache/incubator-rocketmq#68
     new 361d5f1  [ROCKETMQ-176] Use new maven central badge with the newest release version info in README.
     new 2093b65  [ROCKETMQ-168] Polish the BUILDING guide.
     new 9eeb2f7  [ROCKETMQ-121]Support message filtering based on SQL92 closes apache/incubator-rocketmq#82
     new 1e4307e  [ROCKETMQ-179] Fix errors of IT test cases closes apache/incubator-rocketmq#94
     new 9d983ea  Add javadoc to NettyRemotingAbstract class and several other trivial clean up.
     new 07b3f41  Removed unnecessary semicolon.
     new 0224f93  Removed author info and formatted.
     new 06416b0  Changed list creation at DynaCode() to a singleton.
     new 482def9  Add javadoc to message store.
     new 4f7fc91  [ROCKETMQ-187] Measure the code coverage for Integration Tests, and add sonar-apache profile, closes apache/incubator-rocketmq#96
     new 59807cb  [ROCKETMQ-191] Fix socket options
     new 2a5a6d6  This is to close issue ROCKETMQ-198: Add language code for Go and PHP Thanks to StyleTang
     new c8e84ad  [ROCKETMQ-186] Implement the OpenMessaging specification 0.1.0-alpha version
     new f009ba0  [ROCKETMQ-206] Fix bug when non-1byte character exists in JSON config files.
     new ac83283  [ROCKETMQ-161] Update runbroker.sh and runserver.sh to support user defined jvm mem flag closes apache/incubator-rocketmq#87
     new 6755cad  [ROCKETMQ-39] avoid duplicated codes closes apache/incubator-rocketmq#34
     new 36e675d  [ROCKETMQ-178] Fix -p -m options closes apache/incubator-rocketmq#93
     new 547004c  [ROCKETMQ-175] Consumer may miss messages because of inconsistent sub…  closes apache/incubator-rocketmq#92
     new 3480aae  [ROCKETMQ-189] Misleading tip on consumeTimestamp and wrong consumeTimestamp exception message closes apache/incubator-rocketmq#97
     new 3eea44a  [ROCKETMQ-194] log appender support closes apache/incubator-rocketmq#101
     new 16c8d43  Add test case for LocalFileOffsetStore closes apache/incubator-rocketmq#59
     new 031347d  [ROCKETMQ-98]Fix risk of unable to release putMessage Lock forever closes apache/incubator-rocketmq#61
     new 7ab59a3  [ROCKETMQ-188]RemotingExecption is not consistent between invoke async and invoke oneway closes apache/incubator-rocketmq#98
     new f115b52  [ROCKETMQ-200]-Cluster name is always missing when fetch ClusterInfo from name server closes apache/incubator-rocketmq#105
     new 3292d03  [ROCKETMQ-206] Catch the IOException when call the file2String method.
     new 787d128  [ROCKETMQ-67] Consistent Hash allocate strategy closes apache/incubator-rocketmq#67
     new 1f4b893  [ROCKETMQ-160]SendHeartBeat may not be logged in the expected period closes apache/incubator-rocketmq#86
     new 5c5180e  Remove diamond operator for client module with JDK 1.6
     new 49861a8  [ROCKETMQ-88] Polish the developer list in pom.xml
     new 2f351c9  Polish github links
     new 0c5e53d  Fix error tests, producer should wait a while for consumer to be ready
     new 2c28baa  Include guava copyright announcement
     new 96cd2e4  [ROCKETMQ-208]incompatibility problem found in enviroment of JDK 1.7 when running client closes apache/incubator-rocketmq#10
     new e068ec1  Remove develops from pom
     new 7374914  Release zip too
     new 703ac00  [ROCKETMQ-220] Add IT test for Filter By SQL 92, closes apache/incubator-rocketmq#114
     new f45a1bc  [ROCKETMQ-219] Add batch example, closes apache/incubator-rocketmq#112
     new c4a3e0c  [ROCKETMQ-218] Polish README.md, closes apache/incubator-rocketmq#113
     new f619e45  Fixed typo.
     new 738e6d5  Add license for OpenMessaging
     new 5cc6d70  [maven-release-plugin] prepare release rocketmq-all-4.1.0-incubating
     new 824cbc7  [maven-release-plugin] prepare for next development iteration
     new 609fc94  Include guava copyright announcement
     new 24d6eef  [ROCKETMQ-208]incompatibility problem found in enviroment of JDK 1.7 when running client closes apache/incubator-rocketmq#10
     new 6af3f78  Remove develops from pom
     new 982770b  Release zip too
     new 605103e  [ROCKETMQ-220] Add IT test for Filter By SQL 92, closes apache/incubator-rocketmq#114
     new f4be3bb  [ROCKETMQ-219] Add batch example, closes apache/incubator-rocketmq#112
     new cd744a5  [ROCKETMQ-218] Polish README.md, closes apache/incubator-rocketmq#113
     new 3a9c342  Add license for OpenMessaging
     new ccb682d  [maven-release-plugin] prepare release rocketmq-all-4.1.0-incubating
     new 7883094  [maven-release-plugin] prepare for next development iteration
     new c297258  Update release link in readme
     new 34b2b81  Update release link in readme
     new a9b66d5  Update current version to V4_2_0_SNAPSHOT
     new 323eb5c  [ROCKETMQ-234][HOTFIX] Fix Bug, broker will write response twice in batch scenario
     new d414920  [ROCKETMQ-234][HOTFIX] Fix Bug, broker will write response twice in batch scenario
     new b70b680  [ROCKETMQ-236] Script to merge github pull request
     new 9ad9ad0  [ROCKETMQ-238] Catch Throwable to avoid error cancel some key scheduled tasks.
     new 246be9e  ROCKETMQ-6: Use logger for exceptions instead of e.printStackTrace().
     new 3672f70  [ROCKETMQ-243] Avoid picking the 1st element in the list of addresses for BrokerData#selectBrokerAddr().
     new 118bdec  [ROCKETMQ-244] Message#putUserProperty uses == for String comparison.
     new 33a99a4  Add it plugin for separating it from profile configuration, you can use failsafe:integration-test run it but not run ut
     new 9bb6eae  Merge remote-tracking branch 'origin/master' into develop
     new 98bd032  Author: lindzh <li...@163.com> Author: 鲁般 <de...@alibaba-inc.com>
     new 421a22c  Closes some timeout PRs, closes #125, closes #124, closes #122, closes #71, closes #58
     new bcc65e5  [ROCKETMQ-231]Wrong Pull result sizebugfix
     new aa1c757  [ROCKETMQ-254]Fix logger appender unit tests which cost too long
     new 38bbb14  [ROCKETMQ-263]Sets a small timeout value for unit tests in OpenMessaging module
     new ccc2235  [ROCKETMQ-258]Move benchmark scripts to distribution module
     new ffad656  [ROCKETMQ-209]Remove duplicated code in class MQClientAPIImpl
     new 7f96008  Remove unused class GetRouteInfoResponseHeader and meaningless comments
     new 97aa813  Reformat code globally second time
     new f091203  Remove preceded whitespace check from checkstyle
     new f613c3b  [ROCKETMQ-259]Fix too many reflection calls when decode remoting command header
     new 332df78  [ROCKETMQ-261] Use write lock when destroy IndexService
     new 2ddb744  Polish chapter 'Learn it & Contact us' in README
     new ca14a2d  Polish chapter 'Learn it & Contact us' in README
     new a8333a7  Polish the contributing guide
     new c6b2a99  Polish the contributing guide
     new 629c3e9  Remove broken jdk version in travis
     new 76464ba  ROCKETMQ-264 Fix ut's time-consuming problems closes apache/incubator-rocketmq#145
     new 4c5e58b  Minor Polish
     new bbe825f  ROCKETMQ-277 Fix UnknownHostException when nothing configuration in etc file closes apache/incubator-rocketmq#145
     new 23b7d7a  Remove star import rule in checkstyle
     new 38d70bd  Polish
     new c0e4c3f  Remove and Polish unstable UT
     new 08a0c40  Polish
     new 1b853e8  Merge branch 'develop'
     new 8458308  Polish merge script, use old title if input is null
     new 254d432  [ROCKETMQ-284] ExpressionMessageFilter will pass some message.
     new 4372eb9  Polish merge script, use old title if input is null
     new 6a97d28  [ROCKETMQ-281] Add check policy for preventing repeat start mq
     new 368e7c8  [ROCKETMQ-265] fix consume queue's data maybe repeat bug
     new db00885  Close no response PRs, closes #161
     new 27a678d  [ROCKETMQ-273] return an expression when a function has no write operations.
     new a4ada22  Close no response PRs, closes #164, closes #167, closes #166, closes #20, closes #38, closes #40, closes #57, closes #81, closes #99, closes #117
     new 5ac45fc  [ROCKETMQ-285] file test error when make link
     new 20630c1  Close empty PRs, closes #170
     new c7def6f  [ROCKETMQ-255] Fix offsetStore being null after consumers start()
     new 4a4b308  Close empty PR, closes #174
     new 7b256eb  Fix typo
     new ece1364  Remove incubator prefix
     new d20cdd8  Fixed : code style
     new eabe47f  Fixed:code style
     new 78225bb  Create PULL_REQUEST_TEMPLATE.md
     new c3c4e7b  [ROCKETMQ-302] TLP clean up, includes url, scm and mailingLists labels
     new 18fd7e4  [ROCKETMQ-302] TLP clean up, changes version to 4.2.0-SNAPSHOT
     new 32e0bef  [ROCKETMQ-302] TLP clean up, removes incubating related info from code base
     new 3a0451b  Exclude PULL_REQUEST_TEMPLATE file from rat check
     new e8900a8  TLP clean up, merge branch 'master' into develop
     new dc4f368  Merge pull request #108 from aCoder2013/feature/correct-spelling-mistake
     new 1bbd4cd  [ROCKETMQ-291] Fix System.out.printf throws UnknownFormatConversionException
     new a1764ab  [ROCKETMQ-28] Encrypt transmission layer closes apache/rocketmq#118
     new 4365373  Fixed typo
     new bbd27c1  Merge pull request #179 from fucongchan/fixed_typo
     new 0b80f80  [ROCKETMQ-294] Do flow control on the number and size dimensions when pull message
     new 61aaf51  [ROCKETMQ-28] Fix description of SslMode unmatched problem
     new 1a88fe0  [ROCKETMQ-28] Disable ssl mdoe by default
     new 461ddde  Merge remote-tracking branch 'apache/master'
     new f18dc03  [ROCKETMQ-270] Move flush position forward to first MappedFile whose start offset is non-zero.
     new cba3089  [ROCKETMQ-307] Polish the JVM parameters in start scriptes
     new c94fc4f  [ROCKETMQ-311] Add a swith for broker fast failure and support pull request queue
     new 6f0c996  Merge remote-tracking branch 'apache/develop'
     new 6f5e01e  #ROCKETMQ-314#   msg send back must sync change process queue msg size .
     new 4926187  Compress on rolling
     new 5a2e710  [ROCKETMQ-315] Enhance TLS default settings
     new 81884c8  [ROCKETMQ-312] Use independent thread pool for QueryMessageProcessor
     new e1a42e4  Fix random int bug in SelectMessageQueueByRandom
     new 8c30310  [ROCKETMQ-292] Delete system.exit in MQAdminStartup
     new 6c5a950  [ROCKETMQ-323] Release semaphore after callback being finished for async invoke
     new 37cf2a7  [ROCKETMQ-324] Expose an interface for client to specify the async call back executor
     new 09fb8b5  Merge pull request #201 from zhouxinyu/ROCKETMQ-324
     new cbe5197  Merge pull request #200 from zhouxinyu/ROCKETMQ-323
     new 6b408ec  Merge pull request #196 from fuyou001/ROCKETMQ-314-1
     new 3cb4bdb  Merge pull request #189 from zhouxinyu/ROCKETMQ-270
     new 56b0983  Merge pull request #191 from zhouxinyu/ROCKETMQ-311
     new 390f735  [ROCKETMQ-321] Fix deleting files in the middle (#198)
     new 947526b  [ROCKETMQ-266] Add a specific Exception message for comparing consumerThreadMax and consumerThreadMin (#147)
     new 96b74a3  [ROCKETMQ-315][ROCKETMQ-327] Enhance TLS feature (#202)
     new 5459215  [ROCKETMQ-308] Increasing name server component network socket buffer size (#199)
     new c674137  [ROCKETMQ-320]Message loss when shutdown with dispatch behind (#197)
     new c0b8735  [ROCKETMQ-226]Remove the code that is not useful in the loop (#121)
     new 43730b7  [ROCKETMQ-96]Rename some temp variable and field closes apache/rocketmq#60
     new a79c66a  Merge branch 'master' into develop
     new 1cb5981  Use git protocol in SCM
     new d9fc71b  [maven-release-plugin] prepare release rocketmq-all-4.2.0
     new 13298d0  [maven-release-plugin] prepare for next development iteration
     new 4678272  [HOTFIX] Remove imported dirty file frrm pull request
     new 260ff49  [HOTFIX] Remove imported dirty file frrm pull request
     new c606c3c  [HOTFIX] Exclude test cert files from rat check
     new 7ae0d4e  [HOTFIX] Move pull request template to .github
     new 0fc36a8  [HOTFIX] Exclude test cert files from rat check
     new 285c780  [HOTFIX] Move pull request template to .github
     new 69043c0  4.2.0 has been released, go to next development iteration 4.3.0-SNAPSHOT
     new c7fea66  [ROCKETMQ-335] Reload server certificate, private key and root ca when these are changed (#207)
     new cc0b3d0  [ROCKETMQ-336] Wrong format System.out.printf used in mqadmin (#208)
     new d849e0a  Update the out of date test certificates
     new 04e97de  [ROCKETMQ-332] Fix concurrent bug in MappedFileQueue#findMappedFileByOffset, which may cause message loss
     new 9151a32  [ROCKETMQ-332] Verify the offset by firstMappedFile and lastMappedFile
     new a096580  [ROCKETMQ-351] Add a default value to expressionType and polish the judgement. (#214)
     new 2d43e75  [HOTFIX] Update the out of date test certificates
     new b391594  Merge pull request #220 from zhouxinyu/ROCKETMQ-332
     new 305f571  [ROCKETMQ-367] Add logging component. (#224)
     new c19fa25  [ROCKETMQ-367] Rename BasicLoggerTest to pass the compile process
     new dd8a60f  Add a modified version of ISSUE_TEMPLATE that created by the bookkeeper project
     new ed1dfcf  Polish the readme with Github issue link
     new bf3f87c  [ROCKETMQ-356] Change MQVersion to 4.3.0-SNAPSHOT
     new a5d72be  [HOTFIX][ROCKETMQ-356] Change MQVersion to 4.2.0
     new 46f9147  [ROCKETMQ-359] Replace slf4j api used in RocketMQ with InternalLogger (#221)
     new e744222  [ROCKETMQ-319] Improve broker register performance and reduce memory usage   (#205)
     new 06d6307  [ROCKETMQ-319] Replace additional logger with InternalLogger
     new df68b39  polish the issues
     new 4a02ce9  Polish the issues template
     new 2e5e6c5  Polish the issues template
     new 3d56841  Polish end
     new 5db240f  Add slf4j-api pom for nameserver and broker (#257)
     new d035ccb  [ISSUE #270]  broker force register nameserver . (#271)
     new bf848c1  Check if pull message service has shutdown before scheduling pull requests (#277)
     new 48476ae  Standardize the startup class structure (#243)
     new 4b6490c  Delete useless file
     new 2169e3c  Make code compatible to OMS 0.3.0
     new e428de2  Fix Open Messaging Spec version
     new d6807c8  Fix code style issue
     new 3598ae5  Remove the useless file when release after incubation
     new 9a40506  Remove the useless file when release after incubation
     new 6124695  Use access point url as name server conditionally
     new 117d690  Modify Project Tools : remove duplicates initCommand and missing tag ")" (#269)
     new a8ef6d6  Minor fix for log typo
     new 173f77d  BugFix: access point parsed as name server address when enabled for push / pull consumers
     new c508cb3  Accomodate updated openmessaging api
     new 9f4934f  [ISSUE #66] duplicate compress message body if retry to send msg when… (#294)
     new 12a51c4  Use uber jar for netty-tcnative
     new 9c0e536  Tag language of clients initialized through OMS as 'OMS'
     new 0499586  Show client IP only when required
     new c264de9  Format output
     new 2e488e5  BugFix: Make internal logger additivitiy configurable
     new 2047f94  [BugFix] When deleting topics, instruct both master and slave nodes to delete it such that consume queues are all deleted
     new fdc6e87  Fix Concurrent issue of StoreStatsService
     new bc84984  Fix licence
     new 61009b7  Revert "Fix licence"
     new 130c85c  Revert "Fix Concurrent issue of StoreStatsService"
     new 97322ea  Fix Concurrent issue of StoreStatsService
     new 6eccf75  Explicitly specify repository from oss.sonatype.org as snapshot artifacts are deployed over there
     new 9d11b56  Issue #311 improve broker register topicrouter info performance
     new a0a602f  modify travis.yml to never report ci failed
     new 0ae3e4a  fix RMQAsyncSend Thread-safe bugs
     new b58e927  fix checkstyle
     new 91a6703  add travis check
     new 8422e74  Shutdown all thread pools when broker quits
     new 328ad4c  Retire the Jira issue
     new 1970813  Shutdown all started executors of broker
     new 8285d70  Create slack channel for community
     new 9dc3b5f  Bugfix for the unstable test
     new e74ff1c  Remove deprecated filter module and fix the test
     new ed3c408  Use openmessaging 0.3.1-alpha
     new cc0759f  Delete filterservdependency in distribution module
     new 788c757  Delete filterservdependency in distribution module
     new 201d8e3  Add getter for properties of name server startup
     new 4d76016  Polish parts slow UT
     new 424622e  Merge branch 'develop' of github.com:apache/rocketmq into develop
     new 9932819  Fix the problem of the capitalization in class name
     new 92f0e1f  Optimize broker topic route registration to relieve stress on Java GC
     new d2e11c1  Fix typo
     new 650f46b  Exclude RAT checking on files in the target directories
     new 94f3b5a  [ISSUE #353]Optimzation For Unit Test (#356)
     new cdb494c  Update issue templates
     new c6b3493  Delete ISSUE_TEMPLATE.md
     new 4408076  Add some exclude files in nat
     new 0ec1c10  Update PULL_REQUEST_TEMPLATE.md
     new 840e04c  [ISSUE #354]Add thread-sleep for rebalance before producer send in the integration-test (#355)
     new b75af6b  [ROCKETMQ-353] Add sendMessageCommand and consumeMessageCommand (#332)
     new 6ae619c  Invoke callback at once when channel is close (#95)
     new 461e516  [ROCKETMQ-203]Support client to allocate message queue in machine room nearby priority (#109)
     new fc54c2a  ROCKETMQ-223-Rename DEFAULT_TOPIC (#119)
     new 6eed5f1  [ROCKETMQ-296] fix DefaultMessageStoreTest bug: wait more time for consume queue build (#165)
     new 0f76489  [ROCKETMQ-290] Fix memory leak in WaitNotifyObject#waitingThreadTable (#178)
     new 17648c6  #ROCKETMQ-340# improve code for avoid ClassCastException. (#210)
     new 3ccd6f9  Fix issues brought about while merging pull requests
     new b054a9d  [ISSUE #292] Add support of transactional message feature  (#358)
     new 76233ed  [ISSUE #359]Fix logging check period (#360)
     new d8c446e  [ISSUE #314] Heartbeat handler use independently thread pool  (#315)
     new ed433a3  Fix the get connection bug when sending transactional message (#368)
     new bc0c04b  [ROCKETMQ-355][POLISH]Async send method polish - fix the timeout semantic (#318)
     new 3f7dda3  [ISSUE #377] FIX Admin subcommand consumeMessage should quit when catching an exception (#378)
     new 439796f  [ISSUE #375] Replace the message_magic_code and blank_magic_code value
     new ba91ec8  FIX admin subcommand consumeMessage can pull message with timestamp greater then now (#380)
     new 9623f3c  Change MQVersion current verison to 4.3.0
     new 76e3679  [maven-release-plugin] prepare release rocketmq-all-4.3.0
     new 795eae6  [maven-release-plugin] prepare for next development iteration
     new 2b692c9  Merge branch 'develop'
     new 7cae583  Fix the pom to exclude some files
     new 820d7eb  Update PULL_REQUEST_TEMPLATE.md
     new 289f0d2  Update PULL_REQUEST_TEMPLATE.md
     new 61a0fcb  Reslove compatibility issues and keep consistent with the old API
     new da9d5c3  Trigger travis CI
     new 9db2acd  Rename variable name
     new f6696b1  Compatible with the original transactional message API
     new 14ee75d  Remove unused import
     new 8c38d5e  Format the code style
     new 0fff4a8  shutdown transactionalMessageCheckService
     new efa8e45  [ISSUE #396]Use separated thread pool and add monitor tools for transactional message (#397)
     new 79890cb  Modify log level
     new c67a80a  Merge branch 'develop' into master
     new acb6859  Merge pull request #410 from chixuan777/master
     new cdf4042  Merge pull request #398 from duhengforever/develop_compatibility_issue
     new 901e06a  Fix }
     new 37a642c  [ISSUE430]Remove scripts releate to filtersrv (#431)
     new 5898399  Modify commandLine getOption
     new b620b9c  Fix the problem when method executeLocalTransaction return LocalTransactionState.COMMIT_MESSAGE but still executing checkLocalTransaction method
     new f6746a7  Merge pull request #440 from Hellojungle/fix#439
     new 53a6346  Merge pull request #450 from joewee/fix-rocketMQClient
     new 0fe5e50  Replace slack default url with automation invitation link
     new a220364  Merge branch 'develop'
     new 9e0021d  acl-plug rudimentary model
     new 7a03020  accomplish
     new 994e29d  add unit test
     new 62e65d6  ad unit test
     new 77b9bc0  solve conflict
     new 7c2b40c  save
     new 693243e  finishing
     new 94f36e2  slove rat exception
     new a1a4616  slove rat exception
     new 1e3c184  clear
     new f2dcde9  clean
     new da09320  clean Attention: delete line 37 of  the MixAllTest.java
     new 3aa4359  CI No environment
     new a3b9480  CI No environment
     new 81560c1  CI No environment
     new d360f8b  CI No environment 1
     new b5cf8bc  CI No environment 2
     new eebb299  CI No environment 3
     new bd6f34d  CI No environment 3
     new f691013  CI No environment 4
     new 45343af  CI No environment 5
     new eeab571  CI no environment 6
     new e2c3eaa  CI no environment
     new dba3bad  CI no environment 7
     new d6d1583  CI no environment 9
     new 56f81dd  CI no environment 9
     new f4a9162  prepare to separate production-ready projects from the external projects
     new 945ceda  Modify pom.xml to avoid run ntegration-test when "mvn clean install
     new 4a22c0c  [ISSUE #411] Fixed ClassCastException when get the instance of the store (#423)
     new 7a6164d  Fix the failure of testGetLocalInetAddress in ubuntu machine
     new da73a1d  log recover issue
     new af352d5  code style
     new f9841cb  code style
     new 4915871  Expose the rpc hook
     new aea7461  Merge branch 'feature_acl' into develop-acl
     new 76ab7bd  Merge pull request #485 from githublaohu/develop-acl
     new aeea021  Draft the rpc hook and access validator plugin mechanism
     new 55a05b5  add @deprecated in MQClientInstance and ClientConfig
     new 1297970  add  note
     new 4ca1a71  no message
     new 6d946fa  Polish async send message sample
     new 2961a30  Purge filterserv related code in client
     new 3dabb6c  Merge pull request #510 from duhengforever/issue478
     new bd026fb  remove isDamanged
     new d3d4225  fix
     new edf9703  Merge pull request #501 from suiyuzeng/issue_recover
     new 74f4213  arrange
     new c629700  clean
     new 60efa68  Fix NPE when getting the localhost using admin tool (#518)
     new d434a3a  Update fastjson to the latest stable version
     new 2d4920e  Update pom.xml
     new 37223ca  [ISSUE #512]Bugfix for option -p can not print config items when using admin tool (#514)
     new 212d247  clean
     new ec407e9  prepare to separate production-ready projects from the external projects
     new 0f153b9  Update CountDownLatch2.java
     new d23d2f7  clean
     new 9440371  add acl use example. AclClient.java
     new 11d3df6  add acl use example. AclClient.java
     new 2d4cda2  Merge pull request #519 from githublaohu/feature_acl
     new 2a93a9b  Polish acl
     new 1bedba8  Merge branch 'develop'
     new e04db85  I have finished developing the new feature for the message track #525 initially.
     new 3c524c2  fix comment
     new b3aabd4  clean
     new 1d57607  clean
     new 48c51f7  clean
     new 65bd9bf  issue
     new ceaa64b  tools acl
     new 5503cff  tools acl
     new 81c71c2  admin
     new fb60683  admin
     new 3530b76  MQPullConsumer support MessageSelector
     new 11bb267  Make tag type use 0 as subVersion
     new 82a5961  Add integration test case
     new b11ccc5  admin
     new 47556d6  I have already fix my code as suggestion.Please help to review them.[ISSUE #525].
     new ef91e94  To ignore localbin
     new 760c24c  Merge pull request #554 from githublaohu/feature_acl
     new 5d253f5  Add signature and redesign the permission graph
     new 87d8599  Rename some files in acl
     new 91c2aab  Clean code, don't list the default config in JVM
     new 1ee7162  Update README.md
     new b32668b  update the year info in NOTICE
     new f27dc75  common model modify org.apache.rocketmq.common.constant.DBMsgConstants.MAX_BODY_SIZE value
     new 5d3560d  Fixed Transactional message will be lost under extreme condition
     new 23a24c4  Seamless cloud
     new 3482f94  Clean code, don't list the default config in JVM
     new f177253  Modify the asynchronous send thread pool to a exclusive one
     new 495a01b  Remove unnecessary code in test case
     new 7fd657f  Format the precision output TPS
     new c50ada6  Merge pull request #597 from zongtanghu/develop
     new 020f4b4  clean code
     new cde6f40  [ISSUE #525] Support the message track,these committed codes have supported trace_topic name value Configurable by users.
     new 1f69da0  Merge pull request #595 from githublaohu/feature_acl
     new cb46a66  Add notes
     new d480c81  [ISSUE #525] Support the message track,add the test case to increase code coverage.
     new e3d38d7  Rename and polish permission loader
     new c127438  handle TODO
     new d4d02b5  Release semaphore when timeout
     new d073c69  Update README.md
     new 6bb6cff  update the year info in NOTICE
     new 0a31a7b  Release semaphore when timeout
     new b06074a  Revert "Release semaphore when timeout"
     new 5b640be  Merge pull request #606 from githublaohu/feature_acl
     new 9fe30e2  FixSemaphoreProblem
     new d572ffa  Merge pull request #600 from zongtanghu/msg_track
     new 385c695  Merge pull request #611 from ymwneu/FixSemaphore
     new 1594dc9  [ISSUE#403]fix some bugs and Optimization code for rocketmq's acl feature.
     new 1dca088  Merge pull request #628 from zongtanghu/feature_acl
     new 7a48d37  [ISSUE#403] add the conf/plain_acl.yml file for acl_feature.
     new 62fbeeb  [ISSUE#403]adjust AclClient codes for rocketmq's acl feature and Ignore a unit test.
     new 3c3c5ef  [ISSUE#403] remove the unit test.
     new 0472618  Merge pull request #634 from zongtanghu/feature_acl
     new 459b246  [ISSUE#403] fix some bugs and Optimization code for rocketmq's acl feature. (#632)
     new 0bb40f9  [ISSUE#403] add some test case,increasing code coverage (#636)
     new 4250af6  Merge branch 'feature_acl' into msg_track
     new d45fda4  Add docs
     new 37b6dd0  Merge branch 'develop' of https://github.com/apache/rocketmq
     new e5d2807  exclude docs folder when running apache-rat-plugin
     new 5c46048  Merge pull request #641 from xiangwangcheng/exclude_docs_from_rat
     new 5f66424  [ISSUE#525]add aclClient PRCHook for message track (#638)
     new b8cb82f  Rename tracktrace to trace, and polish the package hierarchy
     new 06da104  [ISSUE#525]restructure and optimize codes for message track (#645)
     new 1a80c5b  Trivial pilishment for acl and msg_trace
     new be83a9a  Polish acl names
     new 10d84bb  Polish the watch test
     new 9452575  Refine the interface for msg_trace
     new 5cf0d0a  add  architecture.md
     new 80d12dd  [ISSUE#525]add a switch variable(traceTopicEnable) for making msg trace worked which is decided by users and rename enableAcl flag variable to keep naming specification,such as clusterTopicEnable.
     new 8afd3bf  Merge pull request #649 from zongtanghu/msg_track
     new 180a7db  [ISSUE#403] fix acl config file watch bug,clean and optimize the codes for acl feature. (#651)
     new d41d813  Merge pull request #648 from hdchen/develop
     new 6263fb0  Resolve the conficts in readme
     new ea8d517  Merge develop
     new 28e4ac5  add concept.md
     new 691b712  [ISSUE#662]capitalizing the first letter in comments and removing the unless comments for acl and msg trace feature codes. (#669)
     new 6574b69  Remove the log when get none remote address strategy
     new 306dcbb  Merge pull request #662 from apache/msg_track
     new 90caad6  Update issue_template.md
     new f8a67ad  Update README.md
     new 0767a9d  修复issue556 EpollEventLoopGroup启动失败的bug
     new e7fcb28  Merge pull request #689 from Black-Mamba24/master
     new eeb1407  fix bug: when producers send msg to multi clusters, only one cluster can receive message trace message (#694)
     new 012723f  Pre release 4.4.0
     new f61fd5c  [maven-release-plugin] prepare release rocketmq-all-4.4.0
     new 46ac065  Merge remote-tracking branch 'origin/release-4.4.0'
     new 8f37ff2  [RIP-9] Commit docs Example_OpenMessaging.md (#797)
     new c92df9a  Revert "[RIP-9] Commit docs Example_OpenMessaging.md (#797)"

The 697 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.