ballerina-lang icon indicating copy to clipboard operation
ballerina-lang copied to clipboard

Support 'graalvmCompatible' attribute for platform dependencies

Open Thevakumar-Luheerathan opened this issue 1 year ago • 1 comments

Purpose

Describe the problems, issues, or needs driving this feature/fix and include links to related issues.

Fixes #42466

Approach

Describe how you are implementing the solutions along with the design details.

  • Giving more priority to the platform-level attribute
  • If the attribute isn't provided at the platform level, then that attribute will be inferred from Java dependencies(Both java11 and java17)

Samples

Provide high-level details about the samples related to this feature.

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • [ ] Read the Contributing Guide
  • [ ] Updated Change Log
  • [ ] Checked Tooling Support (#<Issue Number>)
  • [ ] Added necessary tests
    • [ ] Unit Tests
    • [ ] Spec Conformance Tests
    • [ ] Integration Tests
    • [ ] Ballerina By Example Tests
  • [ ] Increased Test Coverage
  • [ ] Added necessary documentation
    • [ ] API documentation
    • [ ] Module documentation in Module.md files
    • [ ] Ballerina By Examples

Thevakumar-Luheerathan avatar Jul 03 '24 10:07 Thevakumar-Luheerathan