1. afe909e fix string format (#728) by zhaohai · 3 days ago master
  2. 611eb58 [ISSUE #723] Fix warning log info by lin-mt · 3 days ago
  3. 07fcb37 [ISSUE #718]fix: registers a null consumerBuilder for RocketMQClientTemplate by Xu Qiaolun · 3 days ago
  4. fb044e2 Update remoting client version to 5.3.2 to support go-away (#714) by qianye · 3 months ago
  5. e1bc04d [maven-release-plugin] prepare for next development iteration by jinrongtong · 3 months ago
  6. d38a2dc [maven-release-plugin] prepare release rocketmq-spring-all-2.3.3 by RongtongJin · 3 months ago rocketmq-spring-all-2.3.3
  7. f584c74 Optimize log output (#712) by rongtong · 3 months ago
  8. 26939d0 Remove unnecessary catch blocks and log statements in syncSendGrpcMessage (#711) by rongtong · 3 months ago
  9. ee21b1b [ISSUE #708] fix sending delay message error with delayTime=0 by tiger lee · 3 months ago
  10. 11aa3af [ISSUE #705] Fix future in async send not complete by qianye · 4 months ago
  11. 1be808d [maven-release-plugin] prepare for next development iteration by RongtongJin · 6 months ago
  12. 2611dce [maven-release-plugin] prepare release rocketmq-spring-all-2.3.2 by RongtongJin · 6 months ago rocketmq-spring-all-2.3.2
  13. a65b16b Merge pull request #698 from RongtongJin/dev-1216 by panzhi · 6 months ago
  14. fc89a04 Upgrade rocketmq client version to 5.3.1 by RongtongJin · 6 months ago
  15. b2717f3 feat:Modify the inner class call to use the bean instance invocation method (#687) by fizz · 6 months ago
  16. 2728191 delete sysytem proerty (#689) by panzhi · 6 months ago
  17. d745409 Updated the RocketMQ version dependencies in the rocketmq-spring-boot-samples and rocketmq-v5-client-spring-boot-samples modules. (#671) by YeLuo · 6 months ago
  18. b3963f7 [maven-release-plugin] prepare for next development iteration by RongtongJin · 11 months ago
  19. 63e8711 [maven-release-plugin] prepare release rocketmq-spring-all-2.3.1 by RongtongJin · 11 months ago rocketmq-spring-all-2.3.1
  20. 0fbf65c Upgrade rocketmq client version to 5.3.0 (#668) by rongtong · 11 months ago
  21. 735c154 Update DefaultRocketMQListenerContainer#getMessageType to protected (#662) by ruansheng · 11 months ago
  22. b80b147 [ISSUE #663] Update rocketmq client version to 5.0.7 in for rocketmq-v5-client by Zhouxiang Zhan · 12 months ago
  23. 0a0a931 [ISSUE #660] Add simple sample demo (#661) by Zhouxiang Zhan · 1 year, 1 month ago
  24. f437f52 [ISSUE #654] Support namespace for rocketmq-v5-client-spring-boot and rocketmq-spring-boot (#655) by Zhouxiang Zhan · 1 year, 1 month ago
  25. 6f2cef6 Fix RocketMQMessageListener TOPIC_PLACEHOLDER (#659) by Zhouxiang Zhan · 1 year, 1 month ago
  26. 9f1bc79 [ISSUE #650] Fix url and typo (#651) by hakusai22 · 1 year, 1 month ago
  27. c74d329 [ISSUE #656] Set rocketmq-v5-client-spring-boot default awaitDuration to 5 by Zhouxiang Zhan · 1 year, 1 month ago
  28. 80e4002 pdate year to 2024 in NOTICE (#652) by dinglei · 1 year, 1 month ago
  29. c1dbf87 Exclude rocketmq-rocksdb due to the large size of this package (#647) by rongtong · 1 year, 3 months ago
  30. bde14a9 Merge pull request #644 from apache/master-20240314 by caigy · 1 year, 3 months ago
  31. 6ea57fa Bump rocketmq.spring.client.version to 5.0.6 by RongtongJin · 1 year, 3 months ago master-20240314
  32. d7c74b3 [ISSUE #637] Upgrade samples version to 2.3.1-SNAPSHOT (#636) by rongtong · 1 year, 3 months ago
  33. 37f25ab [ISSUE #632 ] Fix NPE caused by using @ ExtRocketMQTemplateConfiguration annotation extension to send messages in v5 by lilinjiang · 1 year, 3 months ago
  34. b03f552 [ISSUE #632 ] Fix NPE caused by using ExtRocketMQTemplateConfiguration annotation extension to send messages by lilinjiang · 1 year, 3 months ago
  35. 404085e [maven-release-plugin] prepare for next development iteration by RongtongJin · 1 year, 4 months ago
  36. 8b4a541 [maven-release-plugin] prepare release rocketmq-spring-all-2.3.0 by RongtongJin · 1 year, 4 months ago rocketmq-spring-all-2.3.0
  37. a918020 Fix the issue of sending message "No route information of this topic: xxx" when the producer does not configure the namespace by aoshiguchen · 1 year, 4 months ago
  38. 1984e07 Merge pull request #630 from RongtongJin/master-upgrade-5.2.0 by panzhi · 1 year, 4 months ago
  39. 59ddbd0 Bump rocketmq version to 5.2.0 by RongtongJin · 1 year, 4 months ago
  40. e1fe721 Merge pull request #626 from RongtongJin/master-test-sample by panzhi · 1 year, 4 months ago
  41. 4090c19 Merge pull request #628 from RongtongJin/master-test-sample-v4 by panzhi · 1 year, 4 months ago
  42. b40c246 Exclude annotations-api to make spring-boot start normally by RongtongJin · 1 year, 4 months ago
  43. 3a106b7 Make sample logs to output normally by RongtongJin · 1 year, 4 months ago
  44. 6805fac [ISSUE #625] Fix compile failed (#624) by panzhi · 1 year, 4 months ago
  45. 251a53e [ISSUE #610] fix setRequestTimeout use Duration.ofDays (#621) by panzhi · 1 year, 4 months ago
  46. 89896c5 [ISSUE #622] Add config enableSsl (#623) by panzhi · 1 year, 4 months ago
  47. 361b1f7 Merge pull request #537 from lanpf/ISSUE_#536_fix by panzhi · 1 year, 4 months ago
  48. 11da3e2 Merge pull request #591 from percyzhang/master by Zhanhui Li · 1 year, 5 months ago
  49. 69db454 Polish pull request to fix other similar issues by Li Zhanhui · 1 year, 5 months ago
  50. 9ea8f71 Merge pull request #617 from leizhiyuan/issue/616 by Zhanhui Li · 1 year, 5 months ago
  51. 7e9781a feat: change handleMessage to public, so user can fetch some header info uniformly by leizhiyuan · 1 year, 5 months ago
  52. b5f52f7 [ISSUE #612] Support Springboot 3.X (#611) by 积蕴 · 1 year, 5 months ago
  53. bc96d49 [ISSUE #607] Bump jackson to 2.16.1 by rongtong · 1 year, 6 months ago
  54. 15a6aa1 Bump org.springframework:spring-core (#577) by dependabot[bot] · 1 year, 6 months ago
  55. 433034e Bump org.springframework.boot:spring-boot (#601) by dependabot[bot] · 1 year, 6 months ago
  56. 6d785eb Bump org.springframework.boot:spring-boot (#600) by dependabot[bot] · 1 year, 6 months ago
  57. 80eede9 fix bug when create rocketmq producer by percyzhang · 1 year, 8 months ago
  58. 33a4186 Bump org.springframework.boot:spring-boot-autoconfigure (#579) by dependabot[bot] · 1 year, 10 months ago
  59. b5a43b2 [ISSUE #553] Feat: Integrate RocketMQ 5.0 client with Spring (#554) by Akai · 1 year, 11 months ago
  60. b0cf234 Update application.properties (#575) by Junior233 · 1 year, 11 months ago
  61. 99f66fa [ISSUE #572] Upgrade rocketmq SDK version to 5.1.3 by rongtong · 1 year, 11 months ago
  62. 0597e63 [maven-release-plugin] prepare for next development iteration. In addition, fix some syntax errors (#544) by www · 1 year, 11 months ago
  63. 4d1b189 [ISSUE #564] Modify the rules for license checker (#563) by rongtong · 2 years ago
  64. 3af8627 Bump spring-core from 5.3.20 to 5.3.27 in /rocketmq-spring-boot-parent (#551) by dependabot[bot] · 2 years ago
  65. 4147535 [ISSUE #546] Fix ConsumeMessageService#updateCorePoolSize" not support increase coreSize (#547) by Cy · 2 years ago
  66. 2cf9958 [ISSUE #539] Support springboot 3.x (#541) by imp2002 · 2 years ago
  67. f82071d Bump spring-boot-autoconfigure in /rocketmq-spring-boot-parent (#562) by dependabot[bot] · 2 years, 1 month ago
  68. a1e7b74 [ISSUE #536]fix: class ListenerContainerConfiguration should be an automatic assembler. Listener container registration should be delegated to other class like "RocketMQMessageListenerContainerRegistrar". by george · 2 years, 3 months ago
  69. 8af8b8d [ISSUE #530] Upgrade rocketmq client version to 5.1.0 (#531) by mxsm · 2 years, 4 months ago
  70. acd1c96 [maven-release-plugin] prepare for next development iteration by RongtongJin · 2 years, 4 months ago release-2.2.3 rocketmq-spring-all-2.2.3
  71. 940132c [maven-release-plugin] prepare release rocketmq-spring-all-2.2.3 by RongtongJin · 2 years, 4 months ago
  72. f312095 [ISSUE #522] format code and Optimization description (#522) by 刘亚洲 · 2 years, 4 months ago
  73. 8d8f3a1 Add syncSendDeliverTimeMills and syncSendDelayTimeMills API for RocketMQ 5.0 timer message (#521) by rongtong · 2 years, 5 months ago
  74. 243820c [ISSUE #506] support send message with arbitrarily delay time (#515) by zhouchunhai · 2 years, 5 months ago
  75. b008ae2 [ISSUE #517] Remove travis CI and add license-checker workflow (#518) by rongtong · 2 years, 5 months ago
  76. 694d4a1 [ISSUE #511] Polish the application.properties to solve the misunderstanding between push consumer and pull consumer (#510) by rongtong · 2 years, 5 months ago
  77. 5a82c22 [ISSUE #512] Go back and keep versions compatible (#513) by panzhi · 2 years, 5 months ago
  78. d04ff72 [ISSUE #507]Feat: support send oderly delay message for RocketMQTemplate by Humkum · 2 years, 6 months ago
  79. eab2321 [ISSUE #488] Upgrade version to RocketMQ 5.0.0 by Martin · 2 years, 6 months ago
  80. 7e84e42 Add apache rat check exclude file (#500) by rongtong · 2 years, 7 months ago
  81. e48cd4d [ISSUE #494]Replace deprecated StringUtils.isEmpty method with StringUtils.hasLength (#495) by mxsm · 2 years, 7 months ago
  82. e4adda6 [ISSUE #496]Fix pull request template format not correct (#497) by mxsm · 2 years, 7 months ago
  83. bc35dd8 Polish readme (#498) by Aaron Ai · 2 years, 7 months ago
  84. 8f84e08 Create .asf.yaml by yukon · 2 years, 8 months ago
  85. 71f68e6 [ISSUE #486]The namespace configuration in the annotation cannot be read. (#487) by zhangjidi2016 · 2 years, 9 months ago
  86. 37a7169 Make CI tests with JDK 8 by RongtongJin · 2 years, 9 months ago
  87. 4727f0d [ISSUE #484] Fix testExtRocketMQTemplate by zhaohai · 2 years, 9 months ago
  88. 5ce7dc6 open mvn build on PR by github actions. by dinglei · 2 years, 9 months ago
  89. 607a0ef [ISSUE #479] Allow programmatic modify @RocketMQMessageListener annota… (#480) by 小宇宙 · 2 years, 9 months ago
  90. 15f81e6 [ISSUE #481] Add defaultNamespace to both producer and consumer . (#481) (#482) by zhouhai22 · 2 years, 9 months ago
  91. 251a403 Merge pull request #456 from zhouhai22/fix_default_namespace by panzhi · 2 years, 10 months ago
  92. 845b9d3 change StandardEnvironment to ConfigurableEnvironment (#478) by fishautumn · 2 years, 10 months ago
  93. 2109762 [ISSUE ##471] Supports instance name config in producer and consumer (#472) by panzhi · 2 years, 11 months ago
  94. c3b851f Merge pull request #466 from zhangjidi2016/fix_broadcast by panzhi · 2 years, 11 months ago
  95. a11049d [ISSUE #469]Fixed the problem that the offsetFile folder contains special characters ':' in window system. by zhangjidi · 2 years, 11 months ago
  96. 4db78a1 [ISSUE #458]Fixed the problem of cannot consume previous messages in broadcast consumption mode by zhangjidi · 3 years ago
  97. 1aae0cd n [ISSUE #450] fix More than one client is created when consumer.group and consumer.topic is used in application.properties by tiger lee · 3 years, 1 month ago
  98. d6e2b1f Bump spring-core from 5.3.18 to 5.3.20 in /rocketmq-spring-boot-parent (#460) by dependabot[bot] · 3 years, 1 month ago
  99. 6353545 Upgrade fastjson version to 1.2.83 (#461) by zhangjidi2016 · 3 years, 1 month ago
  100. 4b299b8 [ISSUE #444] Add default consumer namespace to DefaultRocketMQListenerContainer. (#444) by zhouchunhai · 3 years, 1 month ago