Skip to content

Commit

Permalink
Merge pull request #982 from ballerina-platform/graalvm-check
Browse files Browse the repository at this point in the history
Mark GraalVM compatibility
  • Loading branch information
TharmiganK committed Jun 15, 2023
2 parents dbb8550 + 47177de commit 39f6a7e
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 22 deletions.
11 changes: 7 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
[package]
org = "ballerina"
name = "ftp"
version = "2.7.1"
version = "2.8.0"
authors = ["Ballerina"]
keywords = ["FTP", "SFTP", "remote file", "file transfer", "client", "service"]
repository = "https://github.com/ballerina-platform/module-ballerina-ftp"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.5.0"
distribution = "2201.7.0"

[platform.java11]
graalvmCompatible = true

[[platform.java11.dependency]]
groupId = "org.apache.commons"
Expand All @@ -30,5 +33,5 @@ path = "./lib/commons-net-3.9.0.jar"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "ftp-native"
version = "2.7.1"
path = "../native/build/libs/ftp-native-2.7.1.jar"
version = "2.8.0"
path = "../native/build/libs/ftp-native-2.8.0-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "ftp-compiler-plugin"
class = "io.ballerina.stdlib.ftp.plugin.FtpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.7.1.jar"
path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.8.0-SNAPSHOT.jar"
26 changes: 18 additions & 8 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.5.0"
distribution-version = "2201.6.0-20230614-102000-d1aade7d"

[[package]]
org = "ballerina"
name = "ftp"
version = "2.7.1"
version = "2.8.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -27,7 +27,7 @@ modules = [
[[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 @@ -44,6 +44,15 @@ modules = [
{org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.error"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.regexp"
Expand Down Expand Up @@ -89,7 +98,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.7.1"
version = "2.8.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -103,15 +112,15 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.7"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "task"
version = "2.3.2"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -126,7 +135,8 @@ name = "test"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.error"}
]
modules = [
{org = "ballerina", packageName = "test", moduleName = "test"}
Expand All @@ -135,7 +145,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.4"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
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 = ["FTP", "SFTP", "remote file", "file transfer", "client", "service"]
repository = "https://github.com/ballerina-platform/module-ballerina-ftp"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.5.0"
distribution = "2201.7.0"

[platform.java11]
graalvmCompatible = true

[[platform.java11.dependency]]
groupId = "org.apache.commons"
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.7.2-SNAPSHOT
version=2.8.0-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
testngVersion=6.14.3
Expand All @@ -22,10 +22,10 @@ jacocoVersion=0.8.8

ballerinaGradlePluginVersion=1.1.0

ballerinaLangVersion=2201.5.0
stdlibTaskVersion=2.3.2
stdlibLogVersion=2.7.1
stdlibIoVersion=1.4.1
stdlibTimeVersion=2.2.4
observeVersion=1.0.7
observeInternalVersion=1.0.6
ballerinaLangVersion=2201.6.0-20230614-102000-d1aade7d
stdlibTaskVersion=2.4.0-20230614-193200-996af8b
stdlibLogVersion=2.8.0-20230614-193000-9f7edcd
stdlibIoVersion=1.5.0-20230614-150600-6387868
stdlibTimeVersion=2.3.0-20230614-151000-47027a9
observeVersion=1.1.0-20230614-170700-802c054
observeInternalVersion=1.1.0-20230614-173400-75b87c5

0 comments on commit 39f6a7e

Please sign in to comment.