Skip to content

fix(deps): update cosid to 3.2.0#489

Merged
Ahoo-Wang merged 1 commit into
mainfrom
deps/update-cosid-3.2.0
Jul 7, 2026
Merged

fix(deps): update cosid to 3.2.0#489
Ahoo-Wang merged 1 commit into
mainfrom
deps/update-cosid-3.2.0

Conversation

@Ahoo-Wang

Copy link
Copy Markdown
Owner

Summary

Sync from main and bump CosId from 3.1.03.2.0 (released 2026-07-07).

Changes

  • gradle/libs.versions.tomlcosid = 3.2.0
  • Synced CosId version references in wiki docs (changelog.md, building/index.md, EN + ZH)

Verification

  • ./gradlew build -x test
  • ✅ Unit tests: :cocache-core:test, :cocache-spring:test, :cocache-spring-cache:test, :cocache-spring-boot-starter:test
  • ⏭️ Skipped :cocache-spring-redis:test (requires Redis)

References

Sync from main and bump CosId from 3.1.0 to 3.2.0 (released 2026-07-07).
Copilot AI review requested due to automatic review settings July 7, 2026 13:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Ahoo-Wang Ahoo-Wang merged commit c0121ea into main Jul 7, 2026
5 checks passed
@Ahoo-Wang Ahoo-Wang deleted the deps/update-cosid-3.2.0 branch July 7, 2026 13:13

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bd25fb31d3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread wiki/guide/changelog.md
|------------|---------|
| Spring Boot | 4.0.5 |
| CosId | 3.0.5 |
| CosId | 3.2.0 |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the v4.0.2 changelog entry historical

When users consult this changelog entry or copy the adjacent dependency snippet that pins cocache-spring-boot-starter:4.0.2, this row now claims that v4.0.2 uses CosId 3.2.0 even though the repository version being updated is already 4.1.0 (gradle.properties:15). This corrupts the historical v4.0.2 dependency list; add/update a 4.1.0/current entry for the new CosId version, or leave the v4.0.2 values intact (and mirror the same fix in the zh changelog).

Useful? React with 👍 / 👎.

Comment thread gradle/libs.versions.toml
# libraries
spring-boot = "4.1.0"
cosid = "3.1.0"
cosid = "3.2.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use a published CosId BOM version

When Gradle resolves :cocache-dependencies, api(platform(libs.cosid.bom)) now requests me.ahoo.cosid:cosid-bom:3.2.0; the public Maven/GitHub release listings I checked do not contain 3.2.0 (Central lists 3.1.0 as the latest), so clean builds resolving from Maven Central will fail during dependency resolution. Please pin a published CosId version or wait until the 3.2.0 artifact is actually available.

Useful? React with 👍 / 👎.

@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.18%. Comparing base (57a52ae) to head (bd25fb3).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #489   +/-   ##
=========================================
  Coverage     94.18%   94.18%           
  Complexity      458      458           
=========================================
  Files            71       71           
  Lines           946      946           
  Branches         76       76           
=========================================
  Hits            891      891           
  Misses           27       27           
  Partials         28       28           
Flag Coverage Δ
unittests 94.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants