Skip to content

[Sentinel] Upgrade Sentinel from 1.8.9 to 1.8.10 on 2025.0.x and 2025.1.x branches #4371

Description

@uuuyuqi

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:

  • 2025.1.x
  • 2025.0.x

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:

  1. Fork the repo and create a branch based on 2025.1.x (and a separate one based on 2025.0.x).
  2. Update <sentinel.version>1.8.9</sentinel.version> to 1.8.10 in spring-cloud-alibaba-dependencies/pom.xml.
  3. Build and run tests locally: ./mvnw clean install.
  4. Submit one PR per target branch, following the PR template.

Contributions are welcome — feel free to comment below to pick up either branch.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions