Skip to content

Commit

Permalink
Merge pull request #96 from AzeemMuzammil/fb-enable-grallvm-check
Browse files Browse the repository at this point in the history
Update with `graalvmCompatible` property
  • Loading branch information
AzeemMuzammil authored Jul 11, 2023
2 parents 9bba52f + 18411f1 commit 3073c84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions cosmosdb/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "2201.4.1"
distribution = "2201.7.0"
org= "ballerinax"
name= "azure_cosmosdb"
version= "4.1.1"
version= "4.2.0"
authors = ["Ballerina"]
keywords = ["IT Operations/Databases", "Cost/Paid", "Vendor/Microsoft"]
icon = "icon.png"
Expand All @@ -12,11 +12,14 @@ license = ["Apache-2.0"]
[build-options]
observabilityIncluded=true

[platform.java11]
graalvmCompatible = true

[[platform.java11.dependency]]
path = "../cosmosdb-native/build/libs/cosmosdb-native-4.1.1.jar"
path = "../cosmosdb-native/build/libs/cosmosdb-native-4.2.0.jar"
groupId = "io.ballerinax"
artifactId = "cosmosdb"
version = "4.1.1"
version = "4.2.0"

[[platform.java11.dependency]]
groupId = "io.netty"
Expand Down
2 changes: 1 addition & 1 deletion cosmosdb/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The `azure_cosmosdb` is a [Ballerina](https://ballerina.io/) connector for Azure
### Compatibility
| | Version |
|----------------------|-------------------------------|
| Ballerina Language | Ballerina Swan Lake 2201.4.1 |
| Ballerina Language | Ballerina Swan Lake 2201.7.0 |
| Cosmos DB (SQL)API | 2018-12-31 |

## Report issues
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.caching=true
group=org.ballerinalang.azure_cosmosdb
version=4.1.1
ballerinaLangVersion=2201.4.1
version=4.2.0
ballerinaLangVersion=2201.7.0
azureCosmosVersion=4.43.0

0 comments on commit 3073c84

Please sign in to comment.