Skip to content

Commit

Permalink
Merge pull request #17 from kaneeldias/graalvm
Browse files Browse the repository at this point in the history
Mark GraalVM compatibility
  • Loading branch information
TharmiganK authored Jun 16, 2023
2 parents ec7e301 + 66784f3 commit a25a6b0
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 56 deletions.
15 changes: 9 additions & 6 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
[package]
org = "ballerinax"
name = "persist.sql"
version = "1.0.1"
version = "1.1.0"
authors = ["Ballerina"]
keywords = ["persist", "sql", "mysql", "mssql", "sql-server"]
repository = "https://github.com/ballerina-platform/module-ballerinas-persist.sql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.6.0"
distribution = "2201.7.0"

[platform.java11]
graalvmCompatible = true

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "persist.sql-native"
version = "1.0.1"
path = "../native/build/libs/persist.sql-native-1.0.1-SNAPSHOT.jar"
version = "1.1.0"
path = "../native/build/libs/persist.sql-native-1.1.0-SNAPSHOT.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.0.1"
path = "./lib/persist-native-1.0.1-20230614-121200-449619d.jar"
version = "1.1.0"
path = "./lib/persist-native-1.1.0-20230614-181300-fa423cd.jar"
46 changes: 23 additions & 23 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.6.0"
distribution-version = "2201.6.0-20230614-102000-d1aade7d"

[[package]]
org = "ballerina"
name = "auth"
version = "2.8.0"
version = "2.9.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -23,7 +23,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.5.0"
version = "3.6.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "constraint"},
Expand All @@ -35,7 +35,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.2.0"
version = "1.3.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -44,7 +44,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.3.1"
version = "2.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -54,7 +54,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "file"
version = "1.7.1"
version = "1.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -66,7 +66,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.8.0"
version = "2.9.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -95,7 +95,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "io"
version = "1.4.1"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -112,7 +112,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.8.0"
version = "2.9.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -226,7 +226,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.7.1"
version = "2.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -238,7 +238,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.7.1"
version = "2.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -249,7 +249,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.8.0"
version = "2.9.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand All @@ -263,7 +263,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.7"
version = "1.1.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -272,7 +272,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.6.0"
version = "1.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -282,7 +282,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "persist"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -293,7 +293,7 @@ modules = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.9.0"
version = "1.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -307,7 +307,7 @@ modules = [
[[package]]
org = "ballerina"
name = "task"
version = "2.3.2"
version = "2.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -330,7 +330,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.5"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -341,7 +341,7 @@ modules = [
[[package]]
org = "ballerina"
name = "url"
version = "2.2.4"
version = "2.3.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -350,7 +350,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "uuid"
version = "1.5.1"
version = "1.6.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -384,7 +384,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "mssql"
version = "1.9.0"
version = "1.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -408,7 +408,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "mysql"
version = "1.9.0"
version = "1.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -433,7 +433,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "persist.sql"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "persist"},
Expand Down
5 changes: 4 additions & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ keywords = ["persist", "sql", "mysql", "mssql", "sql-server"]
repository = "https://github.com/ballerina-platform/module-ballerinas-persist.sql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.6.0"
distribution = "2201.7.0"

[platform.java11]
graalvmCompatible = true

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
51 changes: 25 additions & 26 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.0.1-SNAPSHOT
version=1.1.0-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
checkstyleToolVersion=7.8.2
Expand All @@ -11,64 +11,63 @@ testngVersion=7.4.0
gsonVersion=2.10
ballerinaGradlePluginVersion=1.1.0

ballerinaLangVersion=2201.6.0
ballerinaLangVersion=2201.6.0-20230614-102000-d1aade7d

# Direct Dependencies

# Level 01
stdlibIoVersion=1.4.1
stdlibTimeVersion=2.2.4
stdlibUrlVersion=2.2.3
stdlibIoVersion=1.5.0-20230614-150600-6387868
stdlibTimeVersion=2.3.0-20230614-151000-47027a9
stdlibUrlVersion=2.3.0-20230614-141500-7a93dbb

# Level 02
stdlibLogVersion=2.7.1
stdlibOsVersion=1.6.0
stdlibLogVersion=2.8.0-20230614-193000-9f7edcd
stdlibOsVersion=1.7.0-20230614-193300-1fcd23f

# Level 03
stdlibFileVersion=1.7.1
stdlibFileVersion=1.8.0-20230615-104200-e8d70cb

# Level 05
stdlibHttpVersion=2.8.0
stdlibHttpVersion=2.9.0-20230615-133700-5613017

# Level 08
stdlibSqlVersion=1.9.0
stdlibSqlVersion=1.10.0-20230615-195700-94a9c75

# Level 09
stdlibPersistVersion=1.0.1-20230614-121200-449619d
stdlibPersistVersion=1.1.0-20230614-181300-fa423cd

# Ballerina external dependency
stdlibMysqlDriverVersion=1.4.1
stdlibMssqlDriverVersion=1.4.1

# Ballerinax Observer
observeVersion=1.0.7
observeInternalVersion=1.0.6
observeVersion=1.1.0-20230614-170700-802c054
observeInternalVersion=1.1.0-20230614-173400-75b87c5

# Transitive Dependencies
# Level 01
stdlibConstraintVersion=1.2.0
stdlibConstraintVersion=1.3.0-20230614-161700-f1a0fb3

#Level 02
stdlibCryptoVersion=2.3.1
stdlibTaskVersion=2.3.2
stdlibCryptoVersion=2.4.0-20230614-154200-1745f32
stdlibTaskVersion=2.4.0-20230614-193200-996af8b

# Level 03
stdlibCacheVersion=3.5.0
stdlibMimeVersion=2.7.1
stdlibUuidVersion=1.5.1
stdlibCacheVersion=3.6.0-20230615-100200-8b6d451
stdlibMimeVersion=2.8.0-20230614-201600-ffa7634
stdlibUuidVersion=1.6.0-20230615-104100-07dba2e

# Level 04
stdlibAuthVersion=2.8.0
stdlibJwtVersion=2.8.0
stdlibOAuth2Version=2.8.0
stdlibAuthVersion=2.9.0-20230615-113100-5d474fe
stdlibJwtVersion=2.9.0-20230615-112200-5ee0b41
stdlibOAuth2Version=2.9.0-20230615-113100-5eaea6c

# Level 06
stdlibTransactionVersion=1.6.0
stdlibTransactionVersion=1.7.0-20230615-165500-bcec15b

# Test Dependencies
# Dependency of mysql and crypto should be the previous update versions
testStdlibMysqlVersion=1.9.0
testStdlibMssqlVersion=1.9.0
testStdlibMysqlVersion=1.10.0-20230616-082300-e7f5d51
testStdlibMssqlVersion=1.10.0-20230616-081900-afa925d


# Enabled publishing insecure checksums, due to fail to publish to maven central
Expand Down

0 comments on commit a25a6b0

Please sign in to comment.