)]}'
{
  "log": [
    {
      "commit": "71d84b8a92a3af4640515883dbf77928d9926dae",
      "tree": "af61f8fb9dae8e718b8c71b5c8cd81a896e91b88",
      "parents": [
        "1eb3beddce51abdecd0c3b8cc1c21364b7480860"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Fri Apr 03 11:12:56 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 03 11:12:56 2026 +0800"
      },
      "message": "Support simple consumer supports subscribing to multiple topics (#772)\n\n* support simple consumer supports subscribing to multiple topics\n\n* support simple consumer supports subscribing to multiple topics\n\n* support simple consumer supports subscribing to multiple topics\n\n* support simple consumer supports subscribing to multiple topics\n\n* support simple consumer supports subscribing to multiple topics"
    },
    {
      "commit": "1eb3beddce51abdecd0c3b8cc1c21364b7480860",
      "tree": "c38e0c33e1ee6b04f3d8c60db2e39215e1225bbf",
      "parents": [
        "ce5f729705154fe5d12e48ddcd529521725592ee"
      ],
      "author": {
        "name": "zhaohai",
        "email": "33314633+zhaohai666@users.noreply.github.com",
        "time": "Tue Mar 17 09:55:08 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 17 09:55:08 2026 +0800"
      },
      "message": "Add default v5 client tag (#771)\n\n* tag add default\n\n* add SQL92 demo\n\n* delete md\n\n* delete md\n\n* delete md"
    },
    {
      "commit": "ce5f729705154fe5d12e48ddcd529521725592ee",
      "tree": "ecbc5a7ab3cf0ce4b555f115eb7287079b3b5787",
      "parents": [
        "c9fc2e3b8cd4a9ef3d27af1b5031d33964594a94"
      ],
      "author": {
        "name": "zhaohai",
        "email": "33314633+zhaohai666@users.noreply.github.com",
        "time": "Tue Feb 10 10:14:17 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 10 10:14:17 2026 +0800"
      },
      "message": "PushConsumer add ssl switch (#765)\n\n"
    },
    {
      "commit": "c9fc2e3b8cd4a9ef3d27af1b5031d33964594a94",
      "tree": "77400e66647c9803830d031277160fe874b7cb0f",
      "parents": [
        "77b7f4545251fa075303d40e6ee32e06dbd0957a"
      ],
      "author": {
        "name": "wizcraft_kris",
        "email": "99409434+Kris20030907@users.noreply.github.com",
        "time": "Wed Jan 28 14:17:55 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 28 14:17:55 2026 +0800"
      },
      "message": "feat: add push consumer configs (#745)\n\n"
    },
    {
      "commit": "77b7f4545251fa075303d40e6ee32e06dbd0957a",
      "tree": "917e06a6c8715467848e72b6fc353be16daa9811",
      "parents": [
        "2029abdae99ef7a836299232ef7cc4cae2bda8e9"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Wed Dec 03 15:53:59 2025 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Wed Dec 03 15:53:59 2025 +0800"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "2029abdae99ef7a836299232ef7cc4cae2bda8e9",
      "tree": "c001bd9887fd9b9bdb62982584ca26cf594375fe",
      "parents": [
        "3b4a92f6d7dc9e7366a0af29f8884d7b1a7da25e"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Wed Dec 03 15:53:40 2025 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Wed Dec 03 15:53:40 2025 +0800"
      },
      "message": "[maven-release-plugin] prepare release rocketmq-spring-all-2.3.5\n"
    },
    {
      "commit": "3b4a92f6d7dc9e7366a0af29f8884d7b1a7da25e",
      "tree": "8980ea7152900ad593bf877cf980d475f1111cb5",
      "parents": [
        "dad3304a0528301541675b61fbd065afe4f3f887"
      ],
      "author": {
        "name": "contrueCT",
        "email": "contrue_CT@outlook.com",
        "time": "Wed Dec 03 14:11:52 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 03 14:11:52 2025 +0800"
      },
      "message": "[ISSUE #9564] fix(spring): robust proxy detection for @RocketMQMessageListener;\n\n* fix: detect @RocketMQMessageListener on proxies; warn on @RefreshScope; add v4 test\n\n- v4: Use AopProxyUtils.ultimateTargetClass + AnnotationUtils.findAnnotation in\n  RocketMQMessageListenerBeanPostProcessor to robustly detect annotations on proxied beans.\n  Log WARN (RocketMQUtil style) only for likely listener beans (implement RocketMQListener/\n  RocketMQReplyListener or have onMessage method) when proxied/scoped/@RefreshScope is present.\n- v5: Apply the same enhancements to the v5 RocketMQMessageListenerBeanPostProcessor.\n- tests(v4): Add a scoped-proxy listener test in RocketMQMessageListenerBeanPostProcessorTest\n  to ensure registration path is executed for proxied listeners.\n\nRefs: apache/rocketmq#9564\n\n* fix: applied codestyle\n\n* chore: added License"
    },
    {
      "commit": "dad3304a0528301541675b61fbd065afe4f3f887",
      "tree": "5d4d855601546d23ecb13ecbe7edebe38eedca48",
      "parents": [
        "bddc5547f103699194529829d11f148785b09a87"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Wed Dec 03 14:01:53 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 03 14:01:53 2025 +0800"
      },
      "message": "[ISSUE #758] Delete accessKey/secretKey from log\n\n"
    },
    {
      "commit": "bddc5547f103699194529829d11f148785b09a87",
      "tree": "523c3f237ed01ad9e6466c683b21364f998cc000",
      "parents": [
        "cbacbd625d9c0da263496abf14cbd89a37a1d9ad"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Tue Dec 02 11:51:17 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 02 11:51:17 2025 +0800"
      },
      "message": "Modify the judgment method (#752)\n\n"
    },
    {
      "commit": "cbacbd625d9c0da263496abf14cbd89a37a1d9ad",
      "tree": "4a68aed68c3becbe2b00f7562f66f8837c81f787",
      "parents": [
        "bb4bc5ce9d08ca0019198bff330e30a0deb7c6c3"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Tue Dec 02 11:51:04 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 02 11:51:04 2025 +0800"
      },
      "message": "Topic not required (#753)\n\n"
    },
    {
      "commit": "bb4bc5ce9d08ca0019198bff330e30a0deb7c6c3",
      "tree": "6c0787b8646033db82ef62fa28a40a81991c2acc",
      "parents": [
        "1b00bd697093141c60fa920e0904f9a76fb94e7c"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Jun 23 16:59:04 2025 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Jun 23 16:59:04 2025 +0800"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "1b00bd697093141c60fa920e0904f9a76fb94e7c",
      "tree": "6853611460c120ea9159bfc839eb7c277bb9bdb7",
      "parents": [
        "e26a5fab298d3980b367fea4fc12c246341c14d9"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Jun 23 16:58:46 2025 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Jun 23 16:58:46 2025 +0800"
      },
      "message": "[maven-release-plugin] prepare release rocketmq-spring-all-2.3.4\n"
    },
    {
      "commit": "e26a5fab298d3980b367fea4fc12c246341c14d9",
      "tree": "a38c5239ce854472c352288cad76aaa99c562918",
      "parents": [
        "80700a2a3e5d91bea56f00078554394b19d30244"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Tue Jun 17 10:51:12 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 17 10:51:12 2025 +0800"
      },
      "message": "[ISSUE #727] add RocketMQConsumerLifecycleListener (#734)\n\n"
    },
    {
      "commit": "80700a2a3e5d91bea56f00078554394b19d30244",
      "tree": "274b0cdf28c22721a039e36b7874277c362439fe",
      "parents": [
        "9b8a3a336bd7fd9fa50941092077f707f3cea336"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Mon Jun 16 16:34:08 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 16 16:34:08 2025 +0800"
      },
      "message": "[ISSUE #733] Fix the issue that ClientServiceProvider is initialized every time a message is sent (#732)\n\n"
    },
    {
      "commit": "9b8a3a336bd7fd9fa50941092077f707f3cea336",
      "tree": "8f9bb00043a9891dc13a83800c478bcb1ff049ee",
      "parents": [
        "d57e78c3b4f45b206690732127b46099e9e2cb53"
      ],
      "author": {
        "name": "zhaohai",
        "email": "33314633+zhaohai666@users.noreply.github.com",
        "time": "Mon Jun 16 16:15:55 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 16 16:15:55 2025 +0800"
      },
      "message": "[ISSUE #685]  Support configuring multiple topics in rocketmq-v5-client-spring-boot-starter\n\nCo-authored-by: zh378814 \u003cwb-zh378814@alibaba-inc.com\u003e"
    },
    {
      "commit": "d57e78c3b4f45b206690732127b46099e9e2cb53",
      "tree": "144b1bde255ea1235a999c3b658336515c0af5c0",
      "parents": [
        "afe909e5fb81d47bdf0d94b3238553b9d2e4e451"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Mon Jun 16 13:50:04 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 16 13:50:04 2025 +0800"
      },
      "message": "[ISSUE #674] Remove duplicate validate (#730)\n\n"
    },
    {
      "commit": "afe909e5fb81d47bdf0d94b3238553b9d2e4e451",
      "tree": "3895de85a81c8808fc9b4a8511fd8b91006c6a0f",
      "parents": [
        "611eb58d4abb3a19824a8d85a01e6ba91f606e47"
      ],
      "author": {
        "name": "zhaohai",
        "email": "33314633+zhaohai666@users.noreply.github.com",
        "time": "Fri Jun 13 15:32:47 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 13 15:32:47 2025 +0800"
      },
      "message": "fix string format (#728)\n\nCo-authored-by: zh378814 \u003cwb-zh378814@alibaba-inc.com\u003e"
    },
    {
      "commit": "611eb58d4abb3a19824a8d85a01e6ba91f606e47",
      "tree": "b3459f70363885be0208546067fa34db92de9537",
      "parents": [
        "07fcb37a4c7b10472a87d4af43b03eeef8ca8785"
      ],
      "author": {
        "name": "lin-mt",
        "email": "lin-mt@outlook.com",
        "time": "Fri Jun 13 14:48:54 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 13 14:48:54 2025 +0800"
      },
      "message": " [ISSUE #723] Fix warning log info\n\n"
    },
    {
      "commit": "07fcb37a4c7b10472a87d4af43b03eeef8ca8785",
      "tree": "d7564d8e847f41fc6bc8fcd3becaac2cb3074490",
      "parents": [
        "fb044e2e4746360ae6bbe4dc89ab2c263eb76d81"
      ],
      "author": {
        "name": "Xu Qiaolun",
        "email": "Jamesxql@Gmail.com",
        "time": "Fri Jun 13 14:34:10 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 13 14:34:10 2025 +0800"
      },
      "message": "[ISSUE #718]fix: registers a null consumerBuilder for RocketMQClientTemplate\n\n"
    },
    {
      "commit": "fb044e2e4746360ae6bbe4dc89ab2c263eb76d81",
      "tree": "0a7eacb91bf6dbb3ba921fddb94e773874a9c6ad",
      "parents": [
        "e1bc04d05b1df8b787f096383ccc474aea0c1bad"
      ],
      "author": {
        "name": "qianye",
        "email": "wuxingcan.wxc@alibaba-inc.com",
        "time": "Wed Mar 19 21:17:52 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 19 21:17:52 2025 +0800"
      },
      "message": "Update remoting client version to 5.3.2 to support go-away (#714)\n\n* update remoting client version to 5.3.2 to support go-away\n\n* Fix RocketMQTemplateTest can not pass\n\n---------\n\nCo-authored-by: RongtongJin \u003cjinrongtong16@mails.ucas.ac.cn\u003e"
    },
    {
      "commit": "e1bc04d05b1df8b787f096383ccc474aea0c1bad",
      "tree": "66edc03683fd690b33057628b53c3f6de3345c84",
      "parents": [
        "d38a2dc95a1a3c1ae26f7630483996ae17d8452e"
      ],
      "author": {
        "name": "jinrongtong",
        "email": "jinrongtong@MacBook-Pro.local",
        "time": "Thu Mar 13 16:44:08 2025 +0800"
      },
      "committer": {
        "name": "jinrongtong",
        "email": "jinrongtong@MacBook-Pro.local",
        "time": "Thu Mar 13 16:44:08 2025 +0800"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "d38a2dc95a1a3c1ae26f7630483996ae17d8452e",
      "tree": "95826b8587a489200ccf0e9e64504bc436ad3a72",
      "parents": [
        "f584c745fd40c7d190b97e9a16347f21abd0c376"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Thu Mar 13 16:23:59 2025 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Thu Mar 13 16:23:59 2025 +0800"
      },
      "message": "[maven-release-plugin] prepare release rocketmq-spring-all-2.3.3\n"
    },
    {
      "commit": "f584c745fd40c7d190b97e9a16347f21abd0c376",
      "tree": "34de7b7ee44bc9fe63bc111e6b0b5ef54ab79e47",
      "parents": [
        "26939d03c67b5c5a1da0459a66b7e38ee940add8"
      ],
      "author": {
        "name": "rongtong",
        "email": "jinrongtong5@163.com",
        "time": "Thu Mar 13 15:52:01 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 13 15:52:01 2025 +0800"
      },
      "message": "Optimize log output (#712)\n\n* Optimize log output"
    },
    {
      "commit": "26939d03c67b5c5a1da0459a66b7e38ee940add8",
      "tree": "cb7bc19abe21da63209e4f587045be7a77c9a09f",
      "parents": [
        "ee21b1b6ef84baf82f909f77d52a91d768b07f5c"
      ],
      "author": {
        "name": "rongtong",
        "email": "jinrongtong5@163.com",
        "time": "Thu Mar 13 15:51:39 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 13 15:51:39 2025 +0800"
      },
      "message": "Remove unnecessary catch blocks and log statements in syncSendGrpcMessage (#711)\n\n* Remove unnecessary catch blocks and log statements.\n\n* Optimize log output\n\n* Optimize log output"
    },
    {
      "commit": "ee21b1b6ef84baf82f909f77d52a91d768b07f5c",
      "tree": "2b1be1ac76cfac7d5b78fb3df432b242e61e4340",
      "parents": [
        "11aa3afd2df2daa6e273e546cc28e34bc0a469f3"
      ],
      "author": {
        "name": "tiger lee",
        "email": "tigerlee@apache.org",
        "time": "Fri Mar 07 17:21:45 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 07 17:21:45 2025 +0800"
      },
      "message": "[ISSUE #708] fix sending delay message error with delayTime\u003d0\n\nCo-authored-by: tiger \u003ctigerweili@tencent.com\u003e"
    },
    {
      "commit": "11aa3afd2df2daa6e273e546cc28e34bc0a469f3",
      "tree": "ffb9fddac44700ac0971d314583a08abd9d3ab2f",
      "parents": [
        "1be808da74764128e404ae33cbf5e97c248aa207"
      ],
      "author": {
        "name": "qianye",
        "email": "wuxingcan.wxc@alibaba-inc.com",
        "time": "Thu Feb 13 12:07:49 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 13 12:07:49 2025 +0800"
      },
      "message": "[ISSUE #705] Fix future in async send not complete\n\n"
    },
    {
      "commit": "1be808da74764128e404ae33cbf5e97c248aa207",
      "tree": "2a271d0e6dda11dcb0e30ea73a4c150234437b08",
      "parents": [
        "2611dce2db0afdc9a70fcf7de93bdf7e2e4ef1bb"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Fri Dec 27 15:57:41 2024 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Fri Dec 27 15:57:41 2024 +0800"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "2611dce2db0afdc9a70fcf7de93bdf7e2e4ef1bb",
      "tree": "1cf50b8aec7b9e07a9ff882bcc23e0cea4c47e8e",
      "parents": [
        "a65b16b63047e00191d49cc9658b861d995aa320"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Fri Dec 27 15:57:07 2024 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Fri Dec 27 15:57:07 2024 +0800"
      },
      "message": "[maven-release-plugin] prepare release rocketmq-spring-all-2.3.2\n"
    },
    {
      "commit": "a65b16b63047e00191d49cc9658b861d995aa320",
      "tree": "f6c78e0b2658006aee07c0138d0720bcbf409de8",
      "parents": [
        "b2717f32c63a396ca00eb8899e7402bccb4039df",
        "fc89a04ec7f1b7f7d96e40f94dfafed863a38ce3"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Mon Dec 16 17:41:30 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 16 17:41:30 2024 +0800"
      },
      "message": "Merge pull request #698 from RongtongJin/dev-1216\n\nUpgrade rocketmq client version to 5.3.1"
    },
    {
      "commit": "fc89a04ec7f1b7f7d96e40f94dfafed863a38ce3",
      "tree": "f6c78e0b2658006aee07c0138d0720bcbf409de8",
      "parents": [
        "b2717f32c63a396ca00eb8899e7402bccb4039df"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Dec 16 14:43:10 2024 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Dec 16 14:43:10 2024 +0800"
      },
      "message": "Upgrade rocketmq client version to 5.3.1\n"
    },
    {
      "commit": "b2717f32c63a396ca00eb8899e7402bccb4039df",
      "tree": "94522b4fd3208dc33c628cf57ebc4e1584bf63e3",
      "parents": [
        "2728191b41c20f987a3aa548ebbcad2beb52512a"
      ],
      "author": {
        "name": "fizz",
        "email": "54924160+WhyStart@users.noreply.github.com",
        "time": "Mon Dec 16 14:28:14 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 16 14:28:14 2024 +0800"
      },
      "message": "feat:Modify the inner class call to use the bean instance invocation method (#687)\n\n"
    },
    {
      "commit": "2728191b41c20f987a3aa548ebbcad2beb52512a",
      "tree": "10dc6e34047e624b1d65f0cfc293c739d7163807",
      "parents": [
        "d74540982715591fc4f7cca649608cc3249dcf7b"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Mon Dec 16 14:27:54 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 16 14:27:54 2024 +0800"
      },
      "message": "delete sysytem proerty (#689)\n\n* fix(): delete sysytem proerty\r\n\r\n* fix(): delete sysytem proerty\r\n\r\n---------\r\n\r\nCo-authored-by: panzhi33 \u003cwb-pz502261@alibaba-inc.com\u003e"
    },
    {
      "commit": "d74540982715591fc4f7cca649608cc3249dcf7b",
      "tree": "77b1152ac9a63763831e3e7a964fad12e6c57eb6",
      "parents": [
        "b3963f76589a5348370ea990c15e3878806e2710"
      ],
      "author": {
        "name": "YeLuo",
        "email": "43311244+yeluod@users.noreply.github.com",
        "time": "Mon Dec 16 14:04:30 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 16 14:04:30 2024 +0800"
      },
      "message": "Updated the RocketMQ version dependencies in the rocketmq-spring-boot-samples and rocketmq-v5-client-spring-boot-samples modules. (#671)\n\n"
    },
    {
      "commit": "b3963f76589a5348370ea990c15e3878806e2710",
      "tree": "2dc1aeee8faeb472bbb9a37659c2112f9216ef01",
      "parents": [
        "63e8711677d90fb188e68558edb02bc642e75bf6"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Thu Jul 18 14:36:58 2024 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Thu Jul 18 14:36:58 2024 +0800"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "63e8711677d90fb188e68558edb02bc642e75bf6",
      "tree": "ddc219c08809fa5a3bd2646032618e9260ea17fe",
      "parents": [
        "0fbf65cfd7794c47e87e3b32b6fe8f1fa50a0da3"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Thu Jul 18 14:36:27 2024 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Thu Jul 18 14:36:27 2024 +0800"
      },
      "message": "[maven-release-plugin] prepare release rocketmq-spring-all-2.3.1\n"
    },
    {
      "commit": "0fbf65cfd7794c47e87e3b32b6fe8f1fa50a0da3",
      "tree": "af6b7c603d1f60cbbcbac72c34c342b6f9c01147",
      "parents": [
        "735c154118738cd0325d840b10ff7967cb324487"
      ],
      "author": {
        "name": "rongtong",
        "email": "jinrongtong5@163.com",
        "time": "Thu Jul 18 14:00:32 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 18 14:00:32 2024 +0800"
      },
      "message": "Upgrade rocketmq client version to 5.3.0 (#668)\n\n"
    },
    {
      "commit": "735c154118738cd0325d840b10ff7967cb324487",
      "tree": "cec77ab4ce1fed366fbbd209ae6beecd2c4bbe1a",
      "parents": [
        "b80b1477da9544fb6f287658e6a053a2976eec72"
      ],
      "author": {
        "name": "ruansheng",
        "email": "chrisruans@gmail.com",
        "time": "Thu Jul 18 13:58:43 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 18 13:58:43 2024 +0800"
      },
      "message": "Update DefaultRocketMQListenerContainer#getMessageType to protected (#662)\n\n"
    },
    {
      "commit": "b80b1477da9544fb6f287658e6a053a2976eec72",
      "tree": "4cd536032b2489f480f01d826beeb496402e140d",
      "parents": [
        "0a0a931406a027bf3f784df847f2f21c625c1cc2"
      ],
      "author": {
        "name": "Zhouxiang Zhan",
        "email": "zhouxiang.zzx@alibaba-inc.com",
        "time": "Wed Jul 03 17:28:48 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 03 17:28:48 2024 +0800"
      },
      "message": "[ISSUE #663] Update rocketmq client version to 5.0.7 in for rocketmq-v5-client\n\n"
    },
    {
      "commit": "0a0a931406a027bf3f784df847f2f21c625c1cc2",
      "tree": "7fac0f778d6bd9c5f6c4e8d21e5f8f3f14f83ac5",
      "parents": [
        "f437f52f87891b1efe0f62cb46cf783f4c6a006d"
      ],
      "author": {
        "name": "Zhouxiang Zhan",
        "email": "zhouxiang.zzx@alibaba-inc.com",
        "time": "Fri May 31 16:41:15 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 31 16:41:15 2024 +0800"
      },
      "message": "[ISSUE #660] Add simple sample demo (#661)\n\n* Add simple sample demo"
    },
    {
      "commit": "f437f52f87891b1efe0f62cb46cf783f4c6a006d",
      "tree": "7116e937c91cdc4bf3a57c98af7332bae733ce67",
      "parents": [
        "6f2cef6903145c818928aa8e8b514b462f38c57e"
      ],
      "author": {
        "name": "Zhouxiang Zhan",
        "email": "zhouxiang.zzx@alibaba-inc.com",
        "time": "Mon May 27 15:34:18 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 27 15:34:18 2024 +0800"
      },
      "message": "[ISSUE #654] Support namespace for rocketmq-v5-client-spring-boot and rocketmq-spring-boot (#655)\n\n* Add namespace\r\n\r\n* Add namespace in toString"
    },
    {
      "commit": "6f2cef6903145c818928aa8e8b514b462f38c57e",
      "tree": "b3bca4347279b4fb04c95fd7bd6b7346320161ce",
      "parents": [
        "9f1bc791955f81bb061c301340ae5f79a6fd0a57"
      ],
      "author": {
        "name": "Zhouxiang Zhan",
        "email": "zhouxiang.zzx@alibaba-inc.com",
        "time": "Mon May 27 15:32:18 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 27 15:32:18 2024 +0800"
      },
      "message": "Fix RocketMQMessageListener TOPIC_PLACEHOLDER (#659)\n\n"
    },
    {
      "commit": "9f1bc791955f81bb061c301340ae5f79a6fd0a57",
      "tree": "fb4520ad1a58ed48dbb7fab48be7394339d013a1",
      "parents": [
        "c74d329b19d3987ae634c4ae52e9e739255e232d"
      ],
      "author": {
        "name": "hakusai22",
        "email": "y960303802@163.com",
        "time": "Fri May 24 10:27:16 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 24 10:27:16 2024 +0800"
      },
      "message": "[ISSUE #650] Fix url and typo (#651)\n\n"
    },
    {
      "commit": "c74d329b19d3987ae634c4ae52e9e739255e232d",
      "tree": "f6b281c52880c3148a40ed7849a7f2d07f1af6bb",
      "parents": [
        "80e4002cf4471b991053b4da904e5d4dad637671"
      ],
      "author": {
        "name": "Zhouxiang Zhan",
        "email": "zhouxiang.zzx@alibaba-inc.com",
        "time": "Fri May 24 10:26:55 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 24 10:26:55 2024 +0800"
      },
      "message": "[ISSUE #656] Set rocketmq-v5-client-spring-boot default awaitDuration to 5\n\n"
    },
    {
      "commit": "80e4002cf4471b991053b4da904e5d4dad637671",
      "tree": "75fd346cb0fbf230d9287eb756854dddc60de7f9",
      "parents": [
        "c1dbf877e59463e82138f6531f7943855409d89b"
      ],
      "author": {
        "name": "dinglei",
        "email": "libya_003@163.com",
        "time": "Tue May 14 18:32:41 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 14 18:32:41 2024 +0800"
      },
      "message": "pdate year to 2024 in NOTICE (#652)\n\n"
    },
    {
      "commit": "c1dbf877e59463e82138f6531f7943855409d89b",
      "tree": "efd433db467ca014c04a7c04cbc35aed55ddfaae",
      "parents": [
        "bde14a938b6d8660c99b5fa25f64d633ed143523"
      ],
      "author": {
        "name": "rongtong",
        "email": "jinrongtong5@163.com",
        "time": "Tue Mar 26 17:05:37 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 26 17:05:37 2024 +0800"
      },
      "message": "Exclude rocketmq-rocksdb due to the large size of this package (#647)\n\n"
    },
    {
      "commit": "bde14a938b6d8660c99b5fa25f64d633ed143523",
      "tree": "b23e113ba714a8edae1487058890e611d578152a",
      "parents": [
        "d7c74b3317e405d05deb0ef3d273d02b1e9eba1a",
        "6ea57fa32fb1774afa93953a913b12c7a5e4b5ac"
      ],
      "author": {
        "name": "caigy",
        "email": "caigy@apache.org",
        "time": "Fri Mar 15 10:39:23 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 15 10:39:23 2024 +0800"
      },
      "message": "Merge pull request #644 from apache/master-20240314\n\n[ISSUE #645] Bump rocketmq.spring.client.version to 5.0.6"
    },
    {
      "commit": "6ea57fa32fb1774afa93953a913b12c7a5e4b5ac",
      "tree": "b23e113ba714a8edae1487058890e611d578152a",
      "parents": [
        "d7c74b3317e405d05deb0ef3d273d02b1e9eba1a"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Thu Mar 14 19:18:21 2024 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Thu Mar 14 19:19:58 2024 +0800"
      },
      "message": "Bump rocketmq.spring.client.version to 5.0.6\n"
    },
    {
      "commit": "d7c74b3317e405d05deb0ef3d273d02b1e9eba1a",
      "tree": "1821380c1272aae50d434d9048f9e4d5e8943c47",
      "parents": [
        "37f25ab6343ab0a4d03f5177fbdcc4e699ba763c"
      ],
      "author": {
        "name": "rongtong",
        "email": "jinrongtong5@163.com",
        "time": "Mon Mar 11 17:44:56 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 11 17:44:56 2024 +0800"
      },
      "message": "[ISSUE #637] Upgrade samples version to 2.3.1-SNAPSHOT (#636)\n\n* Upgrade samples version to 2.3.1-SNAPSHOT\r\n\r\n* Upgrade samples version to 2.3.1-SNAPSHOT"
    },
    {
      "commit": "37f25ab6343ab0a4d03f5177fbdcc4e699ba763c",
      "tree": "efc43306f685339f83a56b419906d94cb1a00ce2",
      "parents": [
        "b03f5525a8c756ac0ff53fd783b0772b265fbf5d"
      ],
      "author": {
        "name": "lilinjiang",
        "email": "36615541+lilinjiang@users.noreply.github.com",
        "time": "Mon Mar 04 14:17:28 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 04 14:17:28 2024 +0800"
      },
      "message": " [ISSUE #632 ] Fix NPE caused by using @ ExtRocketMQTemplateConfiguration annotation extension to send messages in v5\n\nCo-authored-by: lilinjiang \u003cylilinjiang@126.com\u003e"
    },
    {
      "commit": "b03f5525a8c756ac0ff53fd783b0772b265fbf5d",
      "tree": "e4f3985ddcb443e07de2efcc9e06c41191968fb0",
      "parents": [
        "404085e796ffc9b0325690766a5c89c97ddf971e"
      ],
      "author": {
        "name": "lilinjiang",
        "email": "36615541+lilinjiang@users.noreply.github.com",
        "time": "Sun Mar 03 10:07:52 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 03 10:07:52 2024 +0800"
      },
      "message": "[ISSUE #632 ] Fix NPE caused by using ExtRocketMQTemplateConfiguration annotation extension to send messages\n\n"
    },
    {
      "commit": "404085e796ffc9b0325690766a5c89c97ddf971e",
      "tree": "1f0eb4c34a2ad462c4d00c6a1bcea8ab7bbb097f",
      "parents": [
        "8b4a5417e86d1f22e60ac62d37c60104172be423"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Feb 19 14:12:53 2024 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Feb 19 14:12:53 2024 +0800"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "8b4a5417e86d1f22e60ac62d37c60104172be423",
      "tree": "ced32a4d55683a655024880417b3a625ca0e71ce",
      "parents": [
        "a918020d38f7ac241381fcbb4cbeada62810be40"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Feb 19 14:12:20 2024 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Feb 19 14:12:20 2024 +0800"
      },
      "message": "[maven-release-plugin] prepare release rocketmq-spring-all-2.3.0\n"
    },
    {
      "commit": "a918020d38f7ac241381fcbb4cbeada62810be40",
      "tree": "7f7889644c0d728e4ce0c7cedbe5af48292df71a",
      "parents": [
        "1984e07434d3038f022a18a66edfc2b5c7ad4042"
      ],
      "author": {
        "name": "aoshiguchen",
        "email": "aoshiguchen@gmail.com",
        "time": "Mon Feb 19 14:07:43 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 19 14:07:43 2024 +0800"
      },
      "message": "Fix the issue of sending message \"No route information of this topic: xxx\" when the producer does not configure the namespace\n\n"
    },
    {
      "commit": "1984e07434d3038f022a18a66edfc2b5c7ad4042",
      "tree": "fba8b9b463d1154fd201fecf65576e095e20d99d",
      "parents": [
        "e1fe721cc36c91717ef37a8cc8fb43bc22bda414",
        "59ddbd082cb745d7f89413caa7846fdc49b1bb9b"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Mon Feb 19 11:01:30 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 19 11:01:30 2024 +0800"
      },
      "message": "Merge pull request #630 from RongtongJin/master-upgrade-5.2.0\n\n[ISSUE #631] Bump rocketmq version to 5.2.0"
    },
    {
      "commit": "59ddbd082cb745d7f89413caa7846fdc49b1bb9b",
      "tree": "912dfa1d047b8941a558d78eed449ff352cee1a0",
      "parents": [
        "6805fac8a25acc3cfafca63ba76df82849b3129b"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Feb 19 10:53:33 2024 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Feb 19 10:53:33 2024 +0800"
      },
      "message": "Bump rocketmq version to 5.2.0\n"
    },
    {
      "commit": "e1fe721cc36c91717ef37a8cc8fb43bc22bda414",
      "tree": "339f287924723837ce59eb587c9040189882a164",
      "parents": [
        "4090c194bed0ba90349ebf03e5f0d56ea007280f",
        "3a106b743a405f08d9364c99d53613ce8a504b8b"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Mon Feb 19 10:51:05 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 19 10:51:05 2024 +0800"
      },
      "message": "Merge pull request #626 from RongtongJin/master-test-sample\n\n[ISSUE #627] Make v5 sample logs to output normally"
    },
    {
      "commit": "4090c194bed0ba90349ebf03e5f0d56ea007280f",
      "tree": "cee7f982a56002d7fb3bb3ca5b1da2e731bd1af5",
      "parents": [
        "6805fac8a25acc3cfafca63ba76df82849b3129b",
        "b40c246fd764f1839cfd821b5cb0e9e037c73144"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Mon Feb 19 10:50:53 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 19 10:50:53 2024 +0800"
      },
      "message": "Merge pull request #628 from RongtongJin/master-test-sample-v4\n\n[ISSUE #629] Exclude annotations-api to make spring-boot start normally"
    },
    {
      "commit": "b40c246fd764f1839cfd821b5cb0e9e037c73144",
      "tree": "cee7f982a56002d7fb3bb3ca5b1da2e731bd1af5",
      "parents": [
        "6805fac8a25acc3cfafca63ba76df82849b3129b"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Fri Feb 16 21:20:18 2024 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Fri Feb 16 21:20:18 2024 +0800"
      },
      "message": "Exclude annotations-api to make spring-boot start normally\n"
    },
    {
      "commit": "3a106b743a405f08d9364c99d53613ce8a504b8b",
      "tree": "943a09ca26473115a06a1a6eb88a358bdfd688cd",
      "parents": [
        "6805fac8a25acc3cfafca63ba76df82849b3129b"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Fri Feb 16 20:30:46 2024 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Fri Feb 16 20:30:46 2024 +0800"
      },
      "message": "Make sample logs to output normally\n"
    },
    {
      "commit": "6805fac8a25acc3cfafca63ba76df82849b3129b",
      "tree": "7f94133e4f2cf815fdf692d6a18b6d753102c049",
      "parents": [
        "251a53eec91dffef94c20d25c6876fc3e3973366"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Sat Feb 10 12:35:48 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Feb 10 12:35:48 2024 +0800"
      },
      "message": "[ISSUE #625] Fix compile failed (#624)\n\n* fix compile failed\r\n\r\n* fix compile failed"
    },
    {
      "commit": "251a53eec91dffef94c20d25c6876fc3e3973366",
      "tree": "acdede1cf2b4bd339ee00482c28a5047486a8e0f",
      "parents": [
        "89896c5926b6bd007cbdd48773dc0b5eca333422"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Fri Feb 09 10:42:07 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 09 10:42:07 2024 +0800"
      },
      "message": "[ISSUE #610] fix setRequestTimeout use Duration.ofDays (#621)\n\nCo-authored-by: rongtong \u003cjinrongtong5@163.com\u003e"
    },
    {
      "commit": "89896c5926b6bd007cbdd48773dc0b5eca333422",
      "tree": "d322dc04ae1ea9866f3a7c52607b6b7351cdf1c3",
      "parents": [
        "361b1f70ea0e880742d16f7cac5741016a584654"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Thu Feb 08 10:51:41 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 08 10:51:41 2024 +0800"
      },
      "message": "[ISSUE #622] Add config enableSsl (#623)\n\n"
    },
    {
      "commit": "361b1f70ea0e880742d16f7cac5741016a584654",
      "tree": "7147591e9e40ba139900400bf40aa1ff2749be68",
      "parents": [
        "11da3e28f5d02604333ff4f41718cc0d5c82ce87",
        "a1e7b74f714eb69868bae246cefce472f5a31328"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Wed Feb 07 10:16:57 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 07 10:16:57 2024 +0800"
      },
      "message": "Merge pull request #537 from lanpf/ISSUE_#536_fix\n\n[ISSUE #536]fix: ListenerContainerConfiguration should be an automatic assembler"
    },
    {
      "commit": "11da3e28f5d02604333ff4f41718cc0d5c82ce87",
      "tree": "e23fc4e4806c24d8b817bbbb10e6612b38aff4dc",
      "parents": [
        "9ea8f71f5c6b4bd187820a6dc50f03ace49431aa",
        "69db45471bb5aa051dae81d84c21074259b86e2a"
      ],
      "author": {
        "name": "Zhanhui Li",
        "email": "lizhanhui@apache.org",
        "time": "Tue Jan 30 16:01:36 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 30 16:01:36 2024 +0800"
      },
      "message": "Merge pull request #591 from percyzhang/master\n\nfix bug when create rocketmq producer"
    },
    {
      "commit": "69db45471bb5aa051dae81d84c21074259b86e2a",
      "tree": "294294d7a81f85d4cfaae4b58b418b6415a4e957",
      "parents": [
        "80eede9419baa3592f9b95cc636b0f8e9a5fbae8"
      ],
      "author": {
        "name": "Li Zhanhui",
        "email": "lizhanhui@gmail.com",
        "time": "Tue Jan 30 15:56:54 2024 +0800"
      },
      "committer": {
        "name": "Li Zhanhui",
        "email": "lizhanhui@gmail.com",
        "time": "Tue Jan 30 15:56:54 2024 +0800"
      },
      "message": "Polish pull request to fix other similar issues\n\nSigned-off-by: Li Zhanhui \u003clizhanhui@gmail.com\u003e\n"
    },
    {
      "commit": "9ea8f71f5c6b4bd187820a6dc50f03ace49431aa",
      "tree": "80521dc861d18e296f17509ad5f3ce1d8b9aac62",
      "parents": [
        "b5f52f740ec4443351d718eb057b3c53aa1b71aa",
        "7e9781af268e28bd50ff9ebcdd6808e33f4ba06e"
      ],
      "author": {
        "name": "Zhanhui Li",
        "email": "lizhanhui@apache.org",
        "time": "Fri Jan 26 15:36:18 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jan 26 15:36:18 2024 +0800"
      },
      "message": "Merge pull request #617 from leizhiyuan/issue/616\n\nfeat: change handleMessage to public"
    },
    {
      "commit": "7e9781af268e28bd50ff9ebcdd6808e33f4ba06e",
      "tree": "80521dc861d18e296f17509ad5f3ce1d8b9aac62",
      "parents": [
        "b5f52f740ec4443351d718eb057b3c53aa1b71aa"
      ],
      "author": {
        "name": "leizhiyuan",
        "email": "leizhiyuan@gmail.com",
        "time": "Fri Jan 26 08:36:38 2024 +0800"
      },
      "committer": {
        "name": "leizhiyuan",
        "email": "leizhiyuan@gmail.com",
        "time": "Fri Jan 26 08:36:38 2024 +0800"
      },
      "message": "feat: change handleMessage to public, so user can fetch some header info uniformly\n"
    },
    {
      "commit": "b5f52f740ec4443351d718eb057b3c53aa1b71aa",
      "tree": "b8c65477d5fd7dd111dc992fcb9f99be94b218c6",
      "parents": [
        "bc96d490073b5ccb607db00cb08e2932d4a3903e"
      ],
      "author": {
        "name": "积蕴",
        "email": "accjiyun@outlook.com",
        "time": "Mon Jan 15 20:53:32 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 15 20:53:32 2024 +0800"
      },
      "message": "[ISSUE #612] Support Springboot 3.X (#611)\n\n1. Replace `@PostConstruct` with constructor\r\n2. log format style\r\n3. Springboot 3.x autoconfigure\r\n\r\nCo-authored-by: pangxiao1 \u003cpangxiao1@xiaomi.com\u003e"
    },
    {
      "commit": "bc96d490073b5ccb607db00cb08e2932d4a3903e",
      "tree": "56afb9589e841060bddf90be51ec6ade49ea96fd",
      "parents": [
        "15a6aa1f41f205f132f5afcf4d96cf3f61b578dc"
      ],
      "author": {
        "name": "rongtong",
        "email": "jinrongtong5@163.com",
        "time": "Thu Dec 28 15:52:03 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 28 15:52:03 2023 +0800"
      },
      "message": "[ISSUE #607] Bump jackson to 2.16.1\n\n"
    },
    {
      "commit": "15a6aa1f41f205f132f5afcf4d96cf3f61b578dc",
      "tree": "330a9ea2dbb8e6baa1e961d8be12cf6ffecf5a06",
      "parents": [
        "433034ebdc9d9a0accd633e94d8b6a8fce4dfb5c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 25 15:20:55 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 25 15:20:55 2023 +0800"
      },
      "message": "Bump org.springframework:spring-core (#577)\n\nBumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.27.\r\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\r\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.27)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.springframework:spring-core\r\n  dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\nCo-authored-by: rongtong \u003cjinrongtong5@163.com\u003e"
    },
    {
      "commit": "433034ebdc9d9a0accd633e94d8b6a8fce4dfb5c",
      "tree": "63c1dc9c16d3489ba0a347c52325ca1728844c36",
      "parents": [
        "6d785eb4b0dda5df51716abbea27cc66a7e2442f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 25 15:17:32 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 25 15:17:32 2023 +0800"
      },
      "message": "Bump org.springframework.boot:spring-boot (#601)\n\nBumps [org.springframework.boot:spring-boot](https://github.com/spring-projects/spring-boot) from 2.5.15 to 2.7.18.\r\n- [Release notes](https://github.com/spring-projects/spring-boot/releases)\r\n- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.15...v2.7.18)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.springframework.boot:spring-boot\r\n  dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "6d785eb4b0dda5df51716abbea27cc66a7e2442f",
      "tree": "0b4dd96a3e0c25373744660f4afdfb29b0ef5716",
      "parents": [
        "33a4186f6ab19cc3b1bd3305450476fe35141c3d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 25 15:17:11 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 25 15:17:11 2023 +0800"
      },
      "message": "Bump org.springframework.boot:spring-boot (#600)\n\nBumps [org.springframework.boot:spring-boot](https://github.com/spring-projects/spring-boot) from 2.5.9 to 2.7.18.\r\n- [Release notes](https://github.com/spring-projects/spring-boot/releases)\r\n- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.9...v2.7.18)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.springframework.boot:spring-boot\r\n  dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "80eede9419baa3592f9b95cc636b0f8e9a5fbae8",
      "tree": "a54a75ddb662529d3e9020aefdbc83ee6331429e",
      "parents": [
        "33a4186f6ab19cc3b1bd3305450476fe35141c3d"
      ],
      "author": {
        "name": "percyzhang",
        "email": "z021894@163.com",
        "time": "Sun Oct 22 21:45:07 2023 +0800"
      },
      "committer": {
        "name": "percyzhang",
        "email": "z021894@163.com",
        "time": "Sun Oct 22 21:45:07 2023 +0800"
      },
      "message": "fix bug when create rocketmq producer\n"
    },
    {
      "commit": "33a4186f6ab19cc3b1bd3305450476fe35141c3d",
      "tree": "04ee2409178d2be89f852a9460c07deb3d480dc2",
      "parents": [
        "b5a43b22e0207606f2542ce7ef61c997dff31206"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Sep 01 07:39:15 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Sep 01 07:39:15 2023 +0800"
      },
      "message": "Bump org.springframework.boot:spring-boot-autoconfigure (#579)\n\nBumps [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 2.5.9 to 2.5.15.\r\n- [Release notes](https://github.com/spring-projects/spring-boot/releases)\r\n- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.9...v2.5.15)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.springframework.boot:spring-boot-autoconfigure\r\n  dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "b5a43b22e0207606f2542ce7ef61c997dff31206",
      "tree": "4ca4f20af7fe71a0bff2d4df0021c5d4c8b6d4c0",
      "parents": [
        "b0cf234a5f0d81b577412622e6a0bb4149b2206c"
      ],
      "author": {
        "name": "Akai",
        "email": "91858554+1294566108@users.noreply.github.com",
        "time": "Sun Jul 30 19:58:00 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jul 30 19:58:00 2023 +0800"
      },
      "message": "[ISSUE #553] Feat: Integrate RocketMQ 5.0 client with Spring (#554)\n\n* feat:Integrate RocketMQ 5.0 client with Spring\r\n\r\n* feat:Integrate RocketMQ 5.0 client with Spring\r\n\r\n* feat:Integrate RocketMQ 5.0 client with Spring\r\n\r\n* fix:CI issue\r\n\r\n* fix:remove useless LICENSE and modify the asynchronous message sending method\r\n\r\n* feat:Add README.md file\r\n\r\n* fix:Modify the file name from README.md to README-CN.md\r\n\r\n* feat:Add test module for ACL permission control\r\n\r\n* fix:Remove unnecessary Code in UserGuide And change the module Name\r\n\r\n* fix:fix license checker\r\n\r\n* fix:fix license checker\r\n\r\n* fix:Modify and supplement some defects in the testing module code\r\n\r\n* fix:Modify User Guide"
    },
    {
      "commit": "b0cf234a5f0d81b577412622e6a0bb4149b2206c",
      "tree": "81945b2a25eeacc00329c088505a486d10d8d72f",
      "parents": [
        "99f66fad33a5a452fe765bd1efed7d4665a02d38"
      ],
      "author": {
        "name": "Junior233",
        "email": "67447332+Junior233@users.noreply.github.com",
        "time": "Thu Jul 27 17:48:57 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 27 17:48:57 2023 +0800"
      },
      "message": "Update application.properties (#575)\n\n修复配置文件空格错误"
    },
    {
      "commit": "99f66fad33a5a452fe765bd1efed7d4665a02d38",
      "tree": "b0b8bea1c99fb31e10bd826526607f67252cd8a1",
      "parents": [
        "0597e636bacf35ae12699ff6cd1f25a2539f9de6"
      ],
      "author": {
        "name": "rongtong",
        "email": "jinrongtong5@163.com",
        "time": "Tue Jul 25 19:07:56 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 25 19:07:56 2023 +0800"
      },
      "message": "[ISSUE #572] Upgrade rocketmq SDK version to 5.1.3\n\n"
    },
    {
      "commit": "0597e636bacf35ae12699ff6cd1f25a2539f9de6",
      "tree": "d74aefa0f9173ebd11754d418ddf5ad47275fd6b",
      "parents": [
        "4d1b1892d9f9b3c434c6cd54607254bb29314906"
      ],
      "author": {
        "name": "www",
        "email": "rupertwong@163.com",
        "time": "Wed Jul 12 19:26:52 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 12 19:26:52 2023 +0800"
      },
      "message": "[maven-release-plugin] prepare for next development iteration. In addition, fix some syntax errors (#544)\n\n* [maven-release-plugin] prepare for next development iteration\r\n\r\n* Fix syntax errors\r\n\r\n---------\r\n\r\nCo-authored-by: www \u003cwww@qq.com\u003e"
    },
    {
      "commit": "4d1b1892d9f9b3c434c6cd54607254bb29314906",
      "tree": "7342105384bbf437f47c7b914284953f1b8be7e4",
      "parents": [
        "3af86278fdf43b422bd02568ae7ad70e0e6e7e30"
      ],
      "author": {
        "name": "rongtong",
        "email": "jinrongtong5@163.com",
        "time": "Mon Jun 05 09:26:28 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 05 09:26:28 2023 +0800"
      },
      "message": "[ISSUE #564] Modify the rules for license checker (#563)\n\n* Modify the rules for license checker\r\n\r\n* Modify the rules for license checker"
    },
    {
      "commit": "3af86278fdf43b422bd02568ae7ad70e0e6e7e30",
      "tree": "bdb8cd9cee59aea913f4859823c6758db57db56a",
      "parents": [
        "41475359a36cdc073b05883d8bc659ebf9a0aba9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Jun 04 11:06:23 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 04 11:06:23 2023 +0800"
      },
      "message": "Bump spring-core from 5.3.20 to 5.3.27 in /rocketmq-spring-boot-parent (#551)\n\nBumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.27.\r\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\r\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.27)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.springframework:spring-core\r\n  dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\nCo-authored-by: rongtong \u003cjinrongtong5@163.com\u003e"
    },
    {
      "commit": "41475359a36cdc073b05883d8bc659ebf9a0aba9",
      "tree": "6e47fa942e676dee5154f2e87eb912356b1586f6",
      "parents": [
        "2cf99582f22a2df8dc6133ecb559e492e428f3f1"
      ],
      "author": {
        "name": "Cy",
        "email": "40804675+crzbird@users.noreply.github.com",
        "time": "Fri Jun 02 15:42:35 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 02 15:42:35 2023 +0800"
      },
      "message": "[ISSUE #546] Fix ConsumeMessageService#updateCorePoolSize\" not support increase coreSize (#547)\n\n* Fix ConsumeMessageService#updateCorePoolSize\" not support increase coreSize\r\n\r\n* Fix ConsumeMessageService#updateCorePoolSize\" not support increase coreSize\r\n\r\n---------\r\n\r\nCo-authored-by: Cy \u003cdingchengyu@hydee.cn\u003e"
    },
    {
      "commit": "2cf99582f22a2df8dc6133ecb559e492e428f3f1",
      "tree": "9948fa2582e6664888808bc1f8a6d86d74539d16",
      "parents": [
        "f82071d0618a0cadd258f475811f39b4fb6bd75c"
      ],
      "author": {
        "name": "imp2002",
        "email": "imp07@qq.com",
        "time": "Fri Jun 02 15:40:26 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 02 15:40:26 2023 +0800"
      },
      "message": "[ISSUE #539] Support springboot 3.x (#541)\n\n"
    },
    {
      "commit": "f82071d0618a0cadd258f475811f39b4fb6bd75c",
      "tree": "f496921dbb8bee5311c47119a63b9e4f84a83b52",
      "parents": [
        "8af8b8d9914e1f5e7f7f014204691c087b16862e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 01 14:28:21 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 01 14:28:21 2023 +0800"
      },
      "message": "Bump spring-boot-autoconfigure in /rocketmq-spring-boot-parent (#562)\n\nBumps [spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 2.5.9 to 2.5.15.\r\n- [Release notes](https://github.com/spring-projects/spring-boot/releases)\r\n- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.9...v2.5.15)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.springframework.boot:spring-boot-autoconfigure\r\n  dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "a1e7b74f714eb69868bae246cefce472f5a31328",
      "tree": "d02dbeea04262b7b99f44962135065b681f42346",
      "parents": [
        "8af8b8d9914e1f5e7f7f014204691c087b16862e"
      ],
      "author": {
        "name": "george",
        "email": "33445185@qq.com",
        "time": "Mon Mar 06 10:54:28 2023 +0800"
      },
      "committer": {
        "name": "george",
        "email": "33445185@qq.com",
        "time": "Mon Mar 06 10:54:28 2023 +0800"
      },
      "message": "[ISSUE #536]fix: class ListenerContainerConfiguration should be an automatic assembler. Listener container registration should be delegated to other class like \"RocketMQMessageListenerContainerRegistrar\".\n"
    },
    {
      "commit": "8af8b8d9914e1f5e7f7f014204691c087b16862e",
      "tree": "2ec141b5d8607a31853bb20f9fd4544cfeae3d55",
      "parents": [
        "acd1c961b851dd5292b56302bd7632937fb52655"
      ],
      "author": {
        "name": "mxsm",
        "email": "ljbmxsm@gmail.com",
        "time": "Mon Feb 27 08:26:47 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 27 08:26:47 2023 +0800"
      },
      "message": "[ISSUE #530] Upgrade rocketmq client version to 5.1.0 (#531)\n\n* [ISSUE #530]upgrade rocketmq client version to 5.1.0\r\n\r\n* fix compile error"
    },
    {
      "commit": "acd1c961b851dd5292b56302bd7632937fb52655",
      "tree": "f415a5e57ab79afdb2126f7277e6195c62745ae6",
      "parents": [
        "940132c8c3b6d5896a902bb76d9c90cd23527737"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Feb 06 09:26:41 2023 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Feb 06 09:26:41 2023 +0800"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "940132c8c3b6d5896a902bb76d9c90cd23527737",
      "tree": "5a24468f4a18bb0dc71d34cce08f90f92b46fdcb",
      "parents": [
        "f31209504b364ee933bd443b960bd9d7b71c860f"
      ],
      "author": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Feb 06 09:26:20 2023 +0800"
      },
      "committer": {
        "name": "RongtongJin",
        "email": "jinrongtong16@mails.ucas.ac.cn",
        "time": "Mon Feb 06 09:26:20 2023 +0800"
      },
      "message": "[maven-release-plugin] prepare release rocketmq-spring-all-2.2.3\n"
    },
    {
      "commit": "f31209504b364ee933bd443b960bd9d7b71c860f",
      "tree": "ec43d90d88805c295ba48482a04f0ee9281c5cf4",
      "parents": [
        "8d8f3a1e0c7bb35401545e4f0c6b2fef078370ba"
      ],
      "author": {
        "name": "刘亚洲",
        "email": "2210546189@qq.com",
        "time": "Sun Feb 05 17:04:59 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Feb 05 17:04:59 2023 +0800"
      },
      "message": "[ISSUE #522] format code and  Optimization description (#522)\n\n* format code\r\n\r\n* Optimization description\r\n\r\n* format code\r\n\r\n---------\r\n\r\nCo-authored-by: liuyazhou \u003cliuyzc@yonyou.com\u003e"
    },
    {
      "commit": "8d8f3a1e0c7bb35401545e4f0c6b2fef078370ba",
      "tree": "058583906a1028e21166cd4f8cb971738309e86b",
      "parents": [
        "243820c18e2532a9e2d68accfa0a13c6802850a6"
      ],
      "author": {
        "name": "rongtong",
        "email": "jinrongtong5@163.com",
        "time": "Mon Jan 30 14:51:10 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 30 14:51:10 2023 +0800"
      },
      "message": "Add syncSendDeliverTimeMills and syncSendDelayTimeMills API for RocketMQ 5.0 timer message (#521)\n\n"
    },
    {
      "commit": "243820c18e2532a9e2d68accfa0a13c6802850a6",
      "tree": "527df98620b3a7cfc5d0887d0a3101ef70ac59fc",
      "parents": [
        "b008ae2380660aad908a9261af4d80f8151fdd3a"
      ],
      "author": {
        "name": "zhouchunhai",
        "email": "111631755+zhouchunhai@users.noreply.github.com",
        "time": "Sun Jan 29 14:41:27 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jan 29 14:41:27 2023 +0800"
      },
      "message": "[ISSUE #506] support send message with arbitrarily delay time (#515)\n\n* support sync send message with arbitrarily delay time.\r\n\r\n* support sync send message with arbitrarily delay time.\r\n\r\n* fix check style error."
    },
    {
      "commit": "b008ae2380660aad908a9261af4d80f8151fdd3a",
      "tree": "10f213a424fb46824f030629d1ddf1bbfdd6bf01",
      "parents": [
        "694d4a1c4f7f9334927636021433dadf605542cd"
      ],
      "author": {
        "name": "rongtong",
        "email": "jinrongtong5@163.com",
        "time": "Sat Jan 28 10:52:08 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jan 28 10:52:08 2023 +0800"
      },
      "message": "[ISSUE #517] Remove travis CI and add license-checker workflow (#518)\n\n* Remove travis CI and add license-checker workflow\r\n\r\n* Add coverage workflow\r\n\r\n* Make license-checker can pass\r\n\r\n* Make license-checker can pass"
    },
    {
      "commit": "694d4a1c4f7f9334927636021433dadf605542cd",
      "tree": "0935dc40aca57f6fbd745a1f68632966c1a22f38",
      "parents": [
        "5a82c22c699959509c2ff981a46756c153ee7f82"
      ],
      "author": {
        "name": "rongtong",
        "email": "jinrongtong5@163.com",
        "time": "Fri Jan 13 11:23:13 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jan 13 11:23:13 2023 +0800"
      },
      "message": "[ISSUE #511] Polish the application.properties to solve the misunderstanding between push consumer and pull consumer (#510)\n\n* Polish the application.properties to solve the misunderstanding between push consumer and pull consumer\r\n\r\n* Polish the application.properties to solve the misunderstanding between push consumer and pull consumer\r\n\r\n* Polish the application.properties to solve the misunderstanding between push consumer and pull consumer"
    },
    {
      "commit": "5a82c22c699959509c2ff981a46756c153ee7f82",
      "tree": "d4e1ae9d52836b6b662a5e3096d0e31c639cc707",
      "parents": [
        "d04ff724b6e02d3dae54ef428ec5f6437bd7f131"
      ],
      "author": {
        "name": "panzhi",
        "email": "panzhi33@qq.com",
        "time": "Fri Jan 13 10:38:27 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jan 13 10:38:27 2023 +0800"
      },
      "message": "[ISSUE #512] Go back and keep versions compatible (#513)\n\n* [ISSUE #512]Go back and keep versions compatible\r\n\r\n* [ISSUE #512]Go back and keep versions compatible"
    },
    {
      "commit": "d04ff724b6e02d3dae54ef428ec5f6437bd7f131",
      "tree": "6d5eca203901d9b41541f2fef6dff309e62f6611",
      "parents": [
        "eab2321db9f68f0927c2f5e1bdcc6863d085f8a7"
      ],
      "author": {
        "name": "Humkum",
        "email": "1109939087@qq.com",
        "time": "Thu Dec 08 14:30:16 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 08 14:30:16 2022 +0800"
      },
      "message": "[ISSUE #507]Feat: support send oderly delay message for RocketMQTemplate\n\n"
    },
    {
      "commit": "eab2321db9f68f0927c2f5e1bdcc6863d085f8a7",
      "tree": "a757172435dbe407e2772de8e78a20f94d1660d6",
      "parents": [
        "7e84e42b5f3dbe97b8b00bc234b7c8480b2d4e4c"
      ],
      "author": {
        "name": "Martin",
        "email": "xiaomingys@gmail.com",
        "time": "Thu Dec 08 14:29:09 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 08 14:29:09 2022 +0800"
      },
      "message": "[ISSUE #488] Upgrade version to RocketMQ 5.0.0\n\n"
    },
    {
      "commit": "7e84e42b5f3dbe97b8b00bc234b7c8480b2d4e4c",
      "tree": "54a32cbc252b1cdf38da165c0cb52fcfb64d91af",
      "parents": [
        "e48cd4d27238707270062f4b637ac301251d1550"
      ],
      "author": {
        "name": "rongtong",
        "email": "jinrongtong5@163.com",
        "time": "Tue Nov 08 11:29:08 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 08 11:29:08 2022 +0800"
      },
      "message": "Add apache rat check exclude file (#500)\n\n"
    },
    {
      "commit": "e48cd4d27238707270062f4b637ac301251d1550",
      "tree": "b78e51cdceb63fda64254daced2061f64968e5df",
      "parents": [
        "e4adda64615bb86d9ac199cdaa6306540fe3ff1e"
      ],
      "author": {
        "name": "mxsm",
        "email": "ljbmxsm@gmail.com",
        "time": "Tue Nov 08 11:06:46 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 08 11:06:46 2022 +0800"
      },
      "message": "[ISSUE #494]Replace deprecated StringUtils.isEmpty method with StringUtils.hasLength (#495)\n\n"
    },
    {
      "commit": "e4adda64615bb86d9ac199cdaa6306540fe3ff1e",
      "tree": "654a9ca5d243f72424e7c43abeabf28919786a2c",
      "parents": [
        "bc35dd89042f3fb709d7bfee91b35640806ee4cb"
      ],
      "author": {
        "name": "mxsm",
        "email": "ljbmxsm@gmail.com",
        "time": "Tue Nov 08 11:02:29 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 08 11:02:29 2022 +0800"
      },
      "message": "[ISSUE #496]Fix pull request template format not correct (#497)\n\n"
    },
    {
      "commit": "bc35dd89042f3fb709d7bfee91b35640806ee4cb",
      "tree": "0a84a0582bf5b45d3db3b986fd2ab5ca36134cc6",
      "parents": [
        "8f84e0858b36b89ceee93f7293f24f66b92bab0e"
      ],
      "author": {
        "name": "Aaron Ai",
        "email": "yangkun.ayk@gmail.com",
        "time": "Tue Nov 08 10:16:50 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 08 10:16:50 2022 +0800"
      },
      "message": "Polish readme (#498)\n\n"
    },
    {
      "commit": "8f84e0858b36b89ceee93f7293f24f66b92bab0e",
      "tree": "71d04ca2a12f964919565d5875fffd306525324c",
      "parents": [
        "71f68e6fb9cb81bed614546a23a2d6d3abd11a60"
      ],
      "author": {
        "name": "yukon",
        "email": "yukon@apache.org",
        "time": "Fri Oct 28 11:00:01 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Oct 28 11:00:01 2022 +0800"
      },
      "message": "Create .asf.yaml"
    }
  ],
  "next": "71f68e6fb9cb81bed614546a23a2d6d3abd11a60"
}
