-
Notifications
You must be signed in to change notification settings - Fork 10
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 #51 from ravinperera00/java21_sync
Migrate to Java 21
- Loading branch information
Showing
18 changed files
with
138 additions
and
226 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,22 +1,22 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "data.xmldata" | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
authors = ["Ballerina"] | ||
keywords = ["xml"] | ||
repository = "https://github.com/ballerina-platform/module-ballerina-data-xmldata" | ||
license = ["Apache-2.0"] | ||
distribution = "2201.10.0" | ||
export = ["data.xmldata"] | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.lib" | ||
artifactId = "data-native" | ||
version = "1.0.0" | ||
path = "../native/build/libs/data.xmldata-native-1.0.0.jar" | ||
version = "1.0.1" | ||
path = "../native/build/libs/data.xmldata-native-1.0.1-SNAPSHOT.jar" | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.stdlib" | ||
artifactId = "constraint-native" | ||
version = "1.5.0" | ||
path = "./lib/constraint-native-1.5.0.jar" | ||
version = "1.6.0" | ||
path = "./lib/constraint-native-1.6.0-20241113-090900-d276ad5.jar" |
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 |
---|---|---|
|
@@ -9,13 +9,13 @@ license = ["Apache-2.0"] | |
distribution = "2201.10.0" | ||
export = ["data.xmldata"] | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.lib" | ||
artifactId = "data-native" | ||
version = "@toml.version@" | ||
path = "../native/build/libs/[email protected]@.jar" | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.stdlib" | ||
artifactId = "constraint-native" | ||
version = "@constraint.version@" | ||
|
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,18 +1,18 @@ | ||
org.gradle.caching=true | ||
group=io.ballerina.lib | ||
version=1.0.1-SNAPSHOT | ||
ballerinaLangVersion=2201.10.0 | ||
ballerinaLangVersion=2201.11.0-20241112-214900-6b80ab87 | ||
|
||
checkstyleToolVersion=10.12.0 | ||
puppycrawlCheckstyleVersion=10.12.0 | ||
testngVersion=7.6.1 | ||
slf4jVersion=2.0.7 | ||
githubSpotbugsVersion=5.0.14 | ||
githubSpotbugsVersion=6.0.18 | ||
githubJohnrengelmanShadowVersion=8.1.1 | ||
underCouchDownloadVersion=4.0.4 | ||
researchgateReleaseVersion=2.8.0 | ||
ballerinaGradlePluginVersion=2.0.1 | ||
|
||
stdlibIoVersion=1.6.1 | ||
stdlibTimeVersion=2.4.0 | ||
stdlibConstraintVersion=1.5.0 | ||
stdlibIoVersion=1.6.2-20241112-233100-995cf5f | ||
stdlibTimeVersion=2.6.0-20241113-073800-201b904 | ||
stdlibConstraintVersion=1.6.0-20241113-090900-d276ad5 |
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
Oops, something went wrong.