-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #544 from ravinperera00/java21_sync
Migrate to Java 21
- Loading branch information
Showing
14 changed files
with
52 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "file" | ||
version = "1.10.0" | ||
version = "1.10.1" | ||
authors = ["Ballerina"] | ||
keywords = ["file", "path", "directory", "filepath"] | ||
repository = "https://github.com/ballerina-platform/module-ballerina-file" | ||
icon = "icon.png" | ||
license = ["Apache-2.0"] | ||
distribution = "2201.10.0" | ||
distribution = "2201.11.0-20241112-214900-6b80ab87" | ||
|
||
[platform.java17] | ||
[platform.java21] | ||
graalvmCompatible = true | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.stdlib" | ||
artifactId = "file-native" | ||
version = "1.10.0" | ||
path = "../native/build/libs/file-native-1.10.0.jar" | ||
version = "1.10.1" | ||
path = "../native/build/libs/file-native-1.10.1-SNAPSHOT.jar" | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
path = "./lib/org.wso2.transport.local-file-system-6.0.55.jar" | ||
|
||
[[platform.java17.dependency]] | ||
path = "../test-utils/build/libs/file-test-utils-1.10.0.jar" | ||
[[platform.java21.dependency]] | ||
path = "../test-utils/build/libs/file-test-utils-1.10.1-SNAPSHOT.jar" | ||
scope = "testOnly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,20 +7,20 @@ keywords = ["file", "path", "directory", "filepath"] | |
repository = "https://github.com/ballerina-platform/module-ballerina-file" | ||
icon = "icon.png" | ||
license = ["Apache-2.0"] | ||
distribution = "2201.10.0" | ||
distribution = "2201.11.0-20241112-214900-6b80ab87" | ||
|
||
[platform.java17] | ||
[platform.java21] | ||
graalvmCompatible = true | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.stdlib" | ||
artifactId = "file-native" | ||
version = "@toml.version@" | ||
path = "../native/build/libs/[email protected]@.jar" | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
path = "./lib/[email protected]@.jar" | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
path = "../test-utils/build/libs/[email protected]@.jar" | ||
scope = "testOnly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
org.gradle.caching=true | ||
group=io.ballerina.stdlib | ||
version=1.10.1-SNAPSHOT | ||
ballerinaLangVersion=2201.10.0 | ||
ballerinaLangVersion=2201.11.0-20241112-214900-6b80ab87 | ||
|
||
testngVersion=7.6.1 | ||
checkstylePluginVersion=10.12.0 | ||
slf4jVersion=1.7.30 | ||
ballerinaGradlePluginVersion=2.0.1 | ||
githubSpotbugsVersion=5.0.14 | ||
githubSpotbugsVersion=6.0.18 | ||
githubJohnrengelmanShadowVersion=8.1.1 | ||
underCouchDownloadVersion=5.4.0 | ||
researchgateReleaseVersion=2.8.0 | ||
|
||
transportVersion=6.0.55 | ||
stdlibTimeVersion=2.4.0 | ||
stdlibIoVersion=1.6.0 | ||
stdlibLogVersion=2.10.0 | ||
stdlibOsVersion=1.8.0 | ||
observeVersion=1.3.0 | ||
observeInternalVersion=1.3.0 | ||
stdlibTimeVersion=2.6.0-20241113-073800-201b904 | ||
stdlibIoVersion=1.6.2-20241112-233100-995cf5f | ||
stdlibLogVersion=2.10.1-20241113-120000-4577868 | ||
stdlibOsVersion=1.8.1-20241113-122000-cca973b | ||
observeVersion=1.4.0-20241113-092000-b83ae74 | ||
observeInternalVersion=1.3.1-20241113-101700-265054d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 0 additions & 42 deletions
42
native/src/main/java/io/ballerina/stdlib/file/service/DirectoryCallback.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters