Add updated Graal version#7777
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe pull request updates GraalVM version properties from 22.3.4.wso2v1 to 25.0.2.wso2v1 with corresponding version range adjustments in pom.xml. Additionally, ICU-related configuration settings and associated comments are removed from the file. Changes
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the parent Maven configuration to use a newer WSO2-packaged GraalVM version, which affects how Graal-related artifacts (e.g., graal-sdk) are resolved across modules.
Changes:
- Bumped
graalvm.wso2.versionfrom22.3.4.wso2v1to25.0.2.wso2v1. - Updated the GraalVM version range to
[25.0.0,26.0.0). - Removed the
icu.versionproperty (and its associated comment), which appears unused in the repo.
| <!-- ICU version must be reflecting graalvm version --> | ||
| <icu.version>71.1</icu.version> | ||
| <graalvm.wso2.version>25.0.2.wso2v1</graalvm.wso2.version> | ||
| <graalvm.version.range>[25.0.0,26.0.0)</graalvm.version.range> |
There was a problem hiding this comment.
graalvm.version.range is defined/updated here but appears unused across the repository (no references to ${graalvm.version.range} or the property name). Consider either wiring it into the relevant OSGi import/export version constraints (if that was the intent) or removing the property to avoid confusion and future drift.
| <graalvm.version.range>[25.0.0,26.0.0)</graalvm.version.range> |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7777 +/- ##
============================================
+ Coverage 52.31% 52.41% +0.09%
+ Complexity 19862 19826 -36
============================================
Files 2130 2130
Lines 124116 123429 -687
Branches 24549 24460 -89
============================================
- Hits 64935 64693 -242
+ Misses 51181 50768 -413
+ Partials 8000 7968 -32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



No description provided.