{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":128018428,"defaultBranch":"1.8","name":"Sentinel","ownerLogin":"alibaba","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-04-04T06:37:33.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1961952?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713320780.0","currentOid":""},"activityList":{"items":[{"before":"cd02b1dc8d7cdf86925f8316f5de88a7b01af5fe","after":"dbd3c06ca7c34918981ad70f1b123824f287adcf","ref":"refs/heads/1.8","pushedAt":"2024-04-28T01:53:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"Fix when duplication spi class found using SpiLoader (#3387)","shortMessageHtmlLink":"Fix when duplication spi class found using SpiLoader (#3387)"}},{"before":"9b722ce1b53a82e11476a8313397fa1f0e7afd37","after":null,"ref":"refs/heads/dependabot/maven/sentinel-extension/sentinel-datasource-spring-cloud-config/org.springframework-spring-expression-5.2.23.RELEASE","pushedAt":"2024-04-17T02:26:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"f6e519723fa9eb096db5ef036062279a05c641db","ref":"refs/heads/dependabot/maven/sentinel-extension/sentinel-datasource-spring-cloud-config/org.springframework-spring-expression-5.2.24.RELEASE","pushedAt":"2024-04-17T02:26:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): Bump org.springframework:spring-expression\n\nBumps [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) from 5.1.8.RELEASE to 5.2.24.RELEASE.\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.8.RELEASE...v5.2.24.RELEASE)\n\n---\nupdated-dependencies:\n- dependency-name: org.springframework:spring-expression\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): Bump org.springframework:spring-expression"}},{"before":"befdc56885b01e54e356ebd7f7b8857e0277e9a5","after":"cd02b1dc8d7cdf86925f8316f5de88a7b01af5fe","ref":"refs/heads/1.8","pushedAt":"2024-04-17T02:25:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"fix flaky tests and fix passDefaultLocalCheck (#3367)\n\n* fix test case SentinelDubboConsumerFilterTest#testDegradeSync\r\n\r\n* When test is run slow, count bucket will count on next time span, causing failed test.\r\n\r\n* dos2unix ParamFlowDefaultCheckerTest.java\r\n\r\n* fix testParamFlowDefaultCheckSingleValueCheckQpsMultipleThreads by rule.setDurationInSec(2)\r\n\r\n* set threshold as count in 2 seconds to prevent the failure of the unit test when the unit test runs longer than 1 second.\r\n\r\n* fix quarkus test by set /txt sleep 300\r\n\r\n* If /txt sleep 500 ms, in testSentinelJaxRsQuarkusAdapter, may cause 2 request intervals of more than 1 s, which cause rate limit policy is not effective.\r\n\r\n* fix testDegradeAsync\r\n\r\n* When test is run slow, count bucket will count on next time span, causing failed test.\r\n\r\n* use testcontainers to fix testConsulDataSourceWhenInit\r\n\r\n* Project embedded-consul has been deprecated in favour of org.testcontainers:consul\r\n* use consul testcontainers to fix testConsulDataSourceWhenInit, which means docker is required to run tests.\r\n```\r\nError: com.alibaba.csp.sentinel.datasource.consul.ConsulDataSourceTest.testConsulDataSourceWhenInit -- Time elapsed: 34.47 s <<< ERROR!\r\n com.pszymczyk.consul.EmbeddedConsulException: Could not start Consul process in 30 seconds\r\n \tat java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)\r\n \tat java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)\r\n \tat java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)\r\n \tat org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:72)\r\n ```\r\n\r\n* introduce intermediate node to avoid ABA problem","shortMessageHtmlLink":"fix flaky tests and fix passDefaultLocalCheck (#3367)"}},{"before":"24c93c8a1a7b16b916b98fa4bd70bad3fa93ccf1","after":"befdc56885b01e54e356ebd7f7b8857e0277e9a5","ref":"refs/heads/1.8","pushedAt":"2024-03-25T02:09:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"fix flaky tests (#3364)\n\n* fix ParamFlowPartialIntegrationTest\r\n\r\nmock TimeUtil to avoid time changed, and bucket moved to next.\r\n\r\n* remove csp.sentinel.log.output.type\r\n\r\nremove sysprop csp.sentinel.log.output.type in TimeUtilTest,\r\nto avoid a few outputs.\r\n\r\n* try fix testConcurrentAcquireAndRelease\r\n\r\n* remove stdout\r\n\r\nremove sout in ParamFlowThrottleRateLimitingCheckerTest,\r\nto avoid a few outputs.\r\n\r\n* ConcurrentClusterFlowCheckerTest,djust the flowId to prevent conflicts\r\n\r\n* CurrentConcurrencyManagerTest,adjust the flowId to prevent conflicts\r\n\r\n* update year","shortMessageHtmlLink":"fix flaky tests (#3364)"}},{"before":"ffe0d1ec81a2d8b91aa9ff9164a1b8df30eb1347","after":"24c93c8a1a7b16b916b98fa4bd70bad3fa93ccf1","ref":"refs/heads/1.8","pushedAt":"2024-03-21T05:41:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"replace ThreadLocal with DateTimeFormatter (#3353)","shortMessageHtmlLink":"replace ThreadLocal<DateFormat> with DateTimeFormatter (#3353)"}},{"before":"e945ffc3f5fd592865d30bfe2bcf7ba45bbe6e1a","after":"ffe0d1ec81a2d8b91aa9ff9164a1b8df30eb1347","ref":"refs/heads/1.8","pushedAt":"2024-03-05T05:42:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"Polish CodeCov related config (#3358)","shortMessageHtmlLink":"Polish CodeCov related config (#3358)"}},{"before":"9cf0ecf3675e4ac0bd269469645d52109afef714","after":null,"ref":"refs/heads/LearningGp-patch-2","pushedAt":"2024-03-04T11:10:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"}},{"before":"5aa34d877908a49343b2394e8122124d148a57ce","after":null,"ref":"refs/heads/LearningGp-patch-1","pushedAt":"2024-03-04T10:01:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"}},{"before":null,"after":"9cf0ecf3675e4ac0bd269469645d52109afef714","ref":"refs/heads/LearningGp-patch-2","pushedAt":"2024-03-04T10:00:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"Update ci.yml","shortMessageHtmlLink":"Update ci.yml"}},{"before":"5a7a31087b5005cb848622339ca1acc81d82028d","after":"e945ffc3f5fd592865d30bfe2bcf7ba45bbe6e1a","ref":"refs/heads/1.8","pushedAt":"2024-03-01T10:33:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"Update .codecov.yml (#3356)","shortMessageHtmlLink":"Update .codecov.yml (#3356)"}},{"before":null,"after":"5aa34d877908a49343b2394e8122124d148a57ce","ref":"refs/heads/LearningGp-patch-1","pushedAt":"2024-03-01T10:33:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"Update .codecov.yml","shortMessageHtmlLink":"Update .codecov.yml"}},{"before":"349141fdddbc5e7275a947e3296435f1d9648ea3","after":null,"ref":"refs/heads/LearningGp-patch-1","pushedAt":"2024-03-01T10:07:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"}},{"before":"669595d6a092d6ef8775c09fec31b5f4e079dfc0","after":"5a7a31087b5005cb848622339ca1acc81d82028d","ref":"refs/heads/1.8","pushedAt":"2024-03-01T10:05:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"Update ci.yml (#3354)","shortMessageHtmlLink":"Update ci.yml (#3354)"}},{"before":null,"after":"349141fdddbc5e7275a947e3296435f1d9648ea3","ref":"refs/heads/LearningGp-patch-1","pushedAt":"2024-03-01T10:03:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"Update ci.yml","shortMessageHtmlLink":"Update ci.yml"}},{"before":null,"after":"bf744c6f6989a96403644be35d9767b4b87f6405","ref":"refs/heads/dependabot/maven/sentinel-adapter/sentinel-spring-webmvc-v6x-adapter/org.springframework-spring-webmvc-6.0.14","pushedAt":"2024-03-01T01:59:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): Bump org.springframework:spring-webmvc\n\nBumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 6.0.2 to 6.0.14.\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.2...v6.0.14)\n\n---\nupdated-dependencies:\n- dependency-name: org.springframework:spring-webmvc\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): Bump org.springframework:spring-webmvc"}},{"before":"d995dfe2e7f908805adf7137ac8b331e47d9e934","after":"669595d6a092d6ef8775c09fec31b5f4e079dfc0","ref":"refs/heads/1.8","pushedAt":"2024-03-01T01:58:58.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"add depth: 0","shortMessageHtmlLink":"add depth: 0"}},{"before":"3b9be97e750b6bfdf836e191e64dda2a992bd28f","after":"d995dfe2e7f908805adf7137ac8b331e47d9e934","ref":"refs/heads/1.8","pushedAt":"2024-02-28T12:51:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"try fix ci (#3350)","shortMessageHtmlLink":"try fix ci (#3350)"}},{"before":"41569f9a41deb46ea9983cb89411a4a0cb1410e6","after":"3b9be97e750b6bfdf836e191e64dda2a992bd28f","ref":"refs/heads/1.8","pushedAt":"2024-02-28T11:35:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"configure codecov (#3349)","shortMessageHtmlLink":"configure codecov (#3349)"}},{"before":"ae6ebb49d0f4260c7ff607411f805a08deb4ba4b","after":"41569f9a41deb46ea9983cb89411a4a0cb1410e6","ref":"refs/heads/1.8","pushedAt":"2024-02-27T11:02:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"update CONTRIBUTING.md (#3346)","shortMessageHtmlLink":"update CONTRIBUTING.md (#3346)"}},{"before":"03fe33ee0b9022453a1afca1375a33ef98b98f02","after":"ae6ebb49d0f4260c7ff607411f805a08deb4ba4b","ref":"refs/heads/1.8","pushedAt":"2024-02-21T09:05:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"Move document-lint from circleci to github-actions (#3345)\n\nMove document-lint from circleci to github-actions.\r\nAdjust document according to markdownlint-cli rules.","shortMessageHtmlLink":"Move document-lint from circleci to github-actions (#3345)"}},{"before":"8fef1b5eeed72f9bbab1906bcb6b513a61e06495","after":"03fe33ee0b9022453a1afca1375a33ef98b98f02","ref":"refs/heads/1.8","pushedAt":"2024-02-20T12:58:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"Support run test at jdk21 (#3344)\n\nAdjust the test logic, build with jdk17, and run with jdk21 (and the original 8, 11, 17)","shortMessageHtmlLink":"Support run test at jdk21 (#3344)"}},{"before":null,"after":"7aec09552a9e9f1a1bf46b313d5a04d42f4600d4","ref":"refs/heads/dependabot/maven/sentinel-extension/sentinel-datasource-spring-cloud-config/org.springframework.cloud-spring-cloud-config-server-2.2.0.RELEASE","pushedAt":"2024-02-20T10:59:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): Bump org.springframework.cloud:spring-cloud-config-server\n\nBumps [org.springframework.cloud:spring-cloud-config-server](https://github.com/spring-cloud/spring-cloud-config) from 2.1.9.RELEASE to 2.2.0.RELEASE.\n- [Release notes](https://github.com/spring-cloud/spring-cloud-config/releases)\n- [Commits](https://github.com/spring-cloud/spring-cloud-config/compare/v2.1.9.RELEASE...v2.2.0.RELEASE)\n\n---\nupdated-dependencies:\n- dependency-name: org.springframework.cloud:spring-cloud-config-server\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): Bump org.springframework.cloud:spring-cloud-config-s…"}},{"before":null,"after":"36dd48afc3188235d993c0c801eb6984316a15ff","ref":"refs/heads/dependabot/maven/sentinel-extension/sentinel-datasource-eureka/com.fasterxml.jackson.core-jackson-databind-2.13.4.2","pushedAt":"2024-02-20T10:59:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): Bump com.fasterxml.jackson.core:jackson-databind\n\nBumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.13.0 to 2.13.4.2.\n- [Commits](https://github.com/FasterXML/jackson/commits)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson.core:jackson-databind\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): Bump com.fasterxml.jackson.core:jackson-databind"}},{"before":null,"after":"62a645acfad4bbbbf0c82a3ae7d498e158cfb827","ref":"refs/heads/dependabot/maven/sentinel-demo/sentinel-demo-log-logback/ch.qos.logback-logback-classic-1.2.13","pushedAt":"2024-02-20T10:59:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): Bump ch.qos.logback:logback-classic\n\nBumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13.\n- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.3...v_1.2.13)\n\n---\nupdated-dependencies:\n- dependency-name: ch.qos.logback:logback-classic\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): Bump ch.qos.logback:logback-classic"}},{"before":null,"after":"30b512c6844dd7120f269dff58e7c507418c62b7","ref":"refs/heads/dependabot/maven/sentinel-demo/sentinel-demo-nacos-datasource/ch.qos.logback-logback-classic-1.2.13","pushedAt":"2024-02-20T10:59:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): Bump ch.qos.logback:logback-classic\n\nBumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.2.13.\n- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.11...v_1.2.13)\n\n---\nupdated-dependencies:\n- dependency-name: ch.qos.logback:logback-classic\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): Bump ch.qos.logback:logback-classic"}},{"before":"2b7a989e291c832b72b17b1165a0f59fd73763da","after":"8fef1b5eeed72f9bbab1906bcb6b513a61e06495","ref":"refs/heads/1.8","pushedAt":"2024-02-20T10:58:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LearningGp","name":"LearningGp","path":"/LearningGp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38268859?s=80&v=4"},"commit":{"message":"Support jdk17 (#3339)\n\nAdjust the test logic, use jdk17 to build, 8, 11, 17 to run","shortMessageHtmlLink":"Support jdk17 (#3339)"}},{"before":null,"after":"b55ef3b1c63498400c6ab68d10b5e666db025880","ref":"refs/heads/dependabot/maven/sentinel-extension/sentinel-annotation-aspectj/org.springframework-spring-context-5.2.22.RELEASE","pushedAt":"2024-02-02T22:53:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): Bump org.springframework:spring-context\n\nBumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 5.1.5.RELEASE to 5.2.22.RELEASE.\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.5.RELEASE...v5.2.22.RELEASE)\n\n---\nupdated-dependencies:\n- dependency-name: org.springframework:spring-context\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): Bump org.springframework:spring-context"}},{"before":"9495ab10de735ae36c33fae3d618b9c68e8c89f2","after":null,"ref":"refs/heads/dependabot/maven/sentinel-extension/sentinel-datasource-spring-cloud-config/org.springframework-spring-expression-5.2.20.RELEASE","pushedAt":"2024-02-02T20:43:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"9b722ce1b53a82e11476a8313397fa1f0e7afd37","ref":"refs/heads/dependabot/maven/sentinel-extension/sentinel-datasource-spring-cloud-config/org.springframework-spring-expression-5.2.23.RELEASE","pushedAt":"2024-02-02T20:43:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): Bump org.springframework:spring-expression\n\nBumps [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) from 5.1.8.RELEASE to 5.2.23.RELEASE.\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.8.RELEASE...v5.2.23.RELEASE)\n\n---\nupdated-dependencies:\n- dependency-name: org.springframework:spring-expression\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): Bump org.springframework:spring-expression"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPBE-IwA","startCursor":null,"endCursor":null}},"title":"Activity · alibaba/Sentinel"}