1. c5e8b26 [maven-release-plugin] prepare for next development iteration by ShannonDing · 5 years ago
  2. e583fe4 [maven-release-plugin] prepare release rocketmq-spring-all-2.0.3 by ShannonDing · 5 years ago
  3. f3eb640 Update example dependency version to 2.0.3 by ShannonDing · 5 years ago
  4. 53d4a8c Update RocketMQ version to 4.5.1 by ShannonDing · 5 years ago
  5. 5293288 Merge branch 'master' of https://github.com/walking98/rocketmq-spring by walking98 · 5 years ago
  6. 05412ae [ISSUE #51]raise a warning log message if no property 'rocketmq.name-server' is defined in application.property (#69) by Kevin Wang · 5 years ago
  7. 72cd513 Generate spring-configuration-metadata.json for easy configuration tips. (#61) by 如梦技术 · 5 years ago
  8. 7d77027 ISSUE #45 raise a warning log message if no property 'rocketmq.name-server' is defined in application.property by walking98 · 5 years ago
  9. b7d97cf Merge branch 'master' of https://github.com/walking98/rocketmq-spring by walking98 · 5 years ago
  10. c36554e Merge pull request #64 from walking98/patch-1 by von gosling · 5 years ago
  11. cd05381 Update README_zh_CN.md by Kevin Wang · 5 years ago
  12. 6b4d51b [ISSUE-59] Sending batch messages with RocketMQTemplate (#60) by Kevin Wang · 5 years ago
  13. 52e50a5 [ISSUE-59] Sending batch messages with RocketMQTemplate by walking98 · 5 years ago
  14. 15658b4 Merge remote-tracking branch 'upstream/master' by walking98 · 5 years ago
  15. 9dcbd93 [ISSUE-46] Support mutliple RocketMQTemplate & name-server overrided Consumer Listener (#56) by Kevin Wang · 5 years ago
  16. 733b866 [ISSUE #36]Support delay level configuration in async mode by dinglei · 5 years ago
  17. 08e5758 Support delay message in async send mode by ShannonDing · 5 years ago
  18. 885dbd7 set local testable nameServer in spring configuration file by walking98 · 5 years ago
  19. 1318afd Qualifier name the default RocketMQTemplate as 'rocketMQRemplate' by walking98 · 5 years ago
  20. f72cc09 [ISSUE-46] Support mutliple RocketMQTemplate & name-server overrided Consumer Listener by walking98 · 5 years ago
  21. 7b04b2d Update README_zh_CN.md by von gosling · 5 years ago
  22. 0b8dab5 Update README.md by von gosling · 5 years ago
  23. 2decadd Fix the wrong url by von gosling · 5 years ago
  24. 3039c30 Fix the dead link. by von gosling · 5 years ago
  25. 39d38b2 Update current version to 2.0.2 by Heng Du · 5 years ago
  26. 436e07f [maven-release-plugin] prepare for next development iteration by duhenglucky · 5 years ago release-2.0.2
  27. 9546fb8 [maven-release-plugin] prepare release rocketmq-spring-all-2.0.2 by duhenglucky · 5 years ago rocketmq-spring-all-2.0.2
  28. 079fe61 Merge pull request #49 from fangjian0423/header-conversion! by Heng Du · 5 years ago
  29. 27b3389 Merge pull request #48 from fangjian0423/master by Heng Du · 5 years ago
  30. 03b3ec9 extract toRMQHeaderKey method to generate rmq header key by fangjian0423 · 5 years ago
  31. 496c232 add samples for ACL feature by fangjian0423 · 5 years ago
  32. 64192e8 fixes #41 optimize header conversion by fangjian0423 · 5 years ago
  33. 87a141a update readme by fangjian0423 · 5 years ago
  34. 883eba8 Polish #47 set instanceName to support multi ak/sk by fangjian0423 · 5 years ago
  35. 5a46330 Polish #47 by fangjian0423 · 5 years ago
  36. 9ed5a08 run success on maven-checkstyle-plugin by fangjian0423 · 5 years ago
  37. b1ee9f7 Polish #47 by fangjian0423 · 5 years ago
  38. 2b6181e Add covers all icon. by dinglei · 5 years ago
  39. 2707719 Merge pull request #44 from walking98/nw-pr by von gosling · 5 years ago
  40. e923170 [ISSUE-43] Make the README Travis CI works by 辽天 · 5 years ago
  41. 446f7d1 [ISSUE #38]support payload with byte[] type in message conversion by dinglei · 5 years ago
  42. 17837a7 Merge pull request #30 from joewee/dev by dinglei · 5 years ago
  43. 371a382 keep the code style same as string type & add test case by fangjian0423 · 5 years ago
  44. 804f381 support payload with byte[] type in spring message when converting to rocketmq message by fangjian0423 · 5 years ago
  45. dfb71d7 Update README_zh_CN.md by dinglei · 5 years ago
  46. 39fbb38 Remove unnecessary link. by dinglei · 5 years ago
  47. 68d6b7d Update README.md by dinglei · 5 years ago
  48. c8f742f Update maven central link in README file. by dinglei · 5 years ago
  49. 79732e0 Merge pull request #35 from walking98/nw-pr by dinglei · 5 years ago
  50. 31e0e5f [ISSUE-34] Make the sample pom.xml use the released version in mvn repo by 辽天 · 5 years ago
  51. 21b0eaa [maven-release-plugin] prepare for next development iteration by ShannonDing · 5 years ago
  52. 7a09f46 [maven-release-plugin] prepare release rocketmq-spring-all-2.0.1 by ShannonDing · 5 years ago rocketmq-spring-all-2.0.1
  53. eb3e147 Change package name to rocketmq-spring-all by ShannonDing · 5 years ago
  54. 087dd6e Polish main pom file and add project version by ShannonDing · 5 years ago
  55. ee7b451 Add parent id in pom file by ShannonDing · 5 years ago
  56. f3afe6b [ISSUE #28]enhancement of judgment for consumer target class by joewee · 5 years ago
  57. 5b75cbc Merge pull request #20 from snicoll/auto-configure-split by von gosling · 5 years ago
  58. 8e1466e Change project version to 2.0.1-SNAPSHOT by Heng Du · 5 years ago
  59. 34388b8 Polish by Stephane Nicoll · 5 years ago
  60. 540ce66 Add maven release plugin by duhenglucky · 5 years ago
  61. d3b8765 Merge pull request #18 from walking98/master by von gosling · 5 years ago
  62. 0abbd0b Adjust config property name RetryAnotherBrokerWhenNotStoreOK -> retryNextServer by walking98 · 5 years ago
  63. 85b9e2a Merge pull request #14 from walking98/master by von gosling · 5 years ago
  64. d0f973f Merge branch 'master' into master by von gosling · 5 years ago
  65. 07598bf Merge pull request #6 from snicoll/objectmapper-polish by von gosling · 5 years ago
  66. 9db9c38 Fix for code standard by walking98 · 5 years ago
  67. 505ad52 Fixed for [ISSUE-7] ObjectMapper instantiated not necessary by walking98 · 5 years ago
  68. 09b1e79 Fix [ISSUE-9] Please do not use usage: spring [--help] [--version] by walking98 · 5 years ago
  69. c12b757 Update PULL_REQUEST_TEMPLATE.md by von gosling · 5 years ago
  70. cfe14b8 Update ISSUE_TEMPLATE.md by von gosling · 5 years ago
  71. ef3649f Rationalise use of ObjectMapper by Stephane Nicoll · 5 years ago
  72. c9fd347 Fix the unit-test, format as RocketMQ codestype and fix the logging error when testing by vongosling · 5 years ago
  73. d7fbcbf Merge pull request #11 from odbozhou/master by von gosling · 5 years ago
  74. 1313856 Fixed this issure https://github.com/apache/rocketmq-spring/issues/10 by odbozhou · 5 years ago
  75. 3ba290d Merge pull request #2 from walking98/master by von gosling · 5 years ago
  76. 06dfd51 Make version as 2.0.1-SNAPSHOT by walking98 · 5 years ago
  77. b19dbf9 Make version as 2.0.0-SNAPSHOT at the public review phase by walking98 · 5 years ago
  78. e895eec Merge pull request #3 from snicoll/polish-20181212 by von gosling · 5 years ago
  79. 95e3f5c Polish by Stephane Nicoll · 5 years ago
  80. 5e7ed27 Bump up version to 2.0.1 by walking98 · 5 years ago
  81. 141ddbb Modify to appropriate property name by walking98 · 5 years ago
  82. 11b9a50 Support configuration property with relaxed names by walking98 · 5 years ago
  83. 805d62b Update README_zh_CN.md by von gosling · 5 years ago
  84. 0c7fed8 Update README.md by von gosling · 5 years ago
  85. c53cbb5 Update README.md by von gosling · 5 years ago
  86. cd95b34 RocketMQTransactionAnnotationProcessor @Bean factory method must be declared static by vongosling · 5 years ago 2.0.0
  87. e44f173 Update README.md by von gosling · 5 years ago
  88. ddd9d65 Update README.md by von gosling · 5 years ago
  89. 3f89080 Merge pull request #1 from walking98/master by von gosling · 5 years ago
  90. 0e777d2 Add github template by walking98 · 5 years ago
  91. d7bc7be First release version 2.0.0 by walking98 · 5 years ago
  92. 6302fca First commit by vongosling · 5 years ago