Skip to content

Comments

[Automated] Sync main after 1.2.0 release#24

Open
ballerina-bot wants to merge 4 commits intomainfrom
release-1.2.0
Open

[Automated] Sync main after 1.2.0 release#24
ballerina-bot wants to merge 4 commits intomainfrom
release-1.2.0

Conversation

@ballerina-bot
Copy link

@ballerina-bot ballerina-bot commented Feb 20, 2026

Sync main after 1.2.0 release

Summary

This is a post-release synchronization PR that updates the module after the 1.2.0 release. The changes include:

Key Updates

  1. Dependency Updates: Updated native library dependencies across multiple configuration files to use the released 1.2.0 versions instead of snapshot builds:

    • Updated wso2.apim.catalog-native in both main and test modules (Ballerina.toml files)
    • Updated wso2.apim.catalog-compiler-plugin in the compiler plugin configuration
  2. Version Bump: Incremented the project version from 1.2.0-SNAPSHOT to 1.2.1-SNAPSHOT in gradle.properties to prepare for the next development cycle

Impact

These changes complete the release cycle by ensuring all internal dependencies reference the finalized release artifacts and establishing the baseline for upcoming development work.

@coderabbitai
Copy link

coderabbitai bot commented Feb 20, 2026

No actionable comments were generated in the recent review. 🎉


📝 Walkthrough

Walkthrough

This pull request updates four configuration files to transition from SNAPSHOT dependencies to released versions. The native and compiler-plugin dependencies are moved from SNAPSHOT artifacts to their stable counterparts, while the project version in gradle.properties is incremented from 1.2.0-SNAPSHOT to 1.2.1-SNAPSHOT.

Changes

Cohort / File(s) Summary
Dependency Releases
ballerina-tests/Ballerina.toml, ballerina/Ballerina.toml, ballerina/CompilerPlugin.toml
Updated native and compiler-plugin dependencies from SNAPSHOT versions to released versions (e.g., catalog-native-1.2.0-SNAPSHOT.jarcatalog-native-1.2.0.jar).
Version Bump
gradle.properties
Incremented project version from 1.2.0-SNAPSHOT to 1.2.1-SNAPSHOT.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • manuranga
  • SasinduDilshara

Poem

🐰 From snapshots we hop to stable ground,
Version bumps where reliability's found,
Released jars now steady and true,
Dependencies polished, dependencies new! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main purpose of the changeset: syncing the main branch post-release with updated dependency versions and a version bump to 1.2.1-SNAPSHOT.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-1.2.0

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant