Which Component
Sentinel
Is your feature request related to a problem? Please describe.
Both the 2025.0.x and 2025.1.x branches currently manage Sentinel 1.8.9 (see sentinel.version in spring-cloud-alibaba-dependencies/pom.xml). Sentinel 1.8.10 was released on 2026-05-21 and ships several fixes/enhancements that are valuable for Spring Cloud Alibaba users:
Full release notes: https://github.com/alibaba/Sentinel/releases/tag/1.8.10
Describe the solution you'd like
Bump sentinel.version from 1.8.9 to 1.8.10 in spring-cloud-alibaba-dependencies/pom.xml on the following branches:
All 15 Sentinel artifacts managed by the BOM (including sentinel-spring-cloud-gateway-v6x-adapter) are available in 1.8.10 on Maven Central, so this is a one-line change per branch.
Describe alternatives you've considered
Stay on 1.8.9. Not preferred, since 1.8.10 is a backward-compatible patch release containing real bug fixes (e.g. the errRatioThreshold 100% case).
Additional context
This is a good task for new contributors. Suggested steps:
- Fork the repo and create a branch based on
2025.1.x (and a separate one based on 2025.0.x).
- Update
<sentinel.version>1.8.9</sentinel.version> to 1.8.10 in spring-cloud-alibaba-dependencies/pom.xml.
- Build and run tests locally:
./mvnw clean install.
- Submit one PR per target branch, following the PR template.
Contributions are welcome — feel free to comment below to pick up either branch.
Which Component
Sentinel
Is your feature request related to a problem? Please describe.
Both the
2025.0.xand2025.1.xbranches currently manage Sentinel1.8.9(seesentinel.versioninspring-cloud-alibaba-dependencies/pom.xml). Sentinel1.8.10was released on 2026-05-21 and ships several fixes/enhancements that are valuable for Spring Cloud Alibaba users:errRatioThresholdreaches 100% ([Fixes #1856] adjust decision logic when errRequestRatio equals 1.0 Sentinel#1857)http-method-specifyis enabled (fix the bugs about http-method-specify in spring-webmvc-v6x and incorrect time unit in dashboard Sentinel#3569)Full release notes: https://github.com/alibaba/Sentinel/releases/tag/1.8.10
Describe the solution you'd like
Bump
sentinel.versionfrom1.8.9to1.8.10inspring-cloud-alibaba-dependencies/pom.xmlon the following branches:2025.1.x2025.0.xAll 15 Sentinel artifacts managed by the BOM (including
sentinel-spring-cloud-gateway-v6x-adapter) are available in1.8.10on Maven Central, so this is a one-line change per branch.Describe alternatives you've considered
Stay on
1.8.9. Not preferred, since1.8.10is a backward-compatible patch release containing real bug fixes (e.g. theerrRatioThreshold100% case).Additional context
This is a good task for new contributors. Suggested steps:
2025.1.x(and a separate one based on2025.0.x).<sentinel.version>1.8.9</sentinel.version>to1.8.10inspring-cloud-alibaba-dependencies/pom.xml../mvnw clean install.Contributions are welcome — feel free to comment below to pick up either branch.