-
Notifications
You must be signed in to change notification settings - Fork 44
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 #1050 from HindujaB/java21
Migrate to Java 21
- Loading branch information
Showing
14 changed files
with
151 additions
and
161 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,19 +1,19 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "websubhub" | ||
version = "1.12.0" | ||
version = "1.12.1" | ||
authors = ["Ballerina"] | ||
keywords = ["websub", "hub", "publisher", "service", "listener", "client"] | ||
repository = "https://github.com/ballerina-platform/module-ballerina-websubhub" | ||
icon = "icon.png" | ||
license = ["Apache-2.0"] | ||
distribution = "2201.9.0" | ||
distribution = "2201.10.0-20241019-091600-89e54c08" | ||
|
||
[platform.java17] | ||
[platform.java21] | ||
graalvmCompatible = true | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.stdlib" | ||
artifactId = "websubhub-native" | ||
version = "1.12.0" | ||
path = "../native/build/libs/websubhub-native-1.12.0.jar" | ||
version = "1.12.1" | ||
path = "../native/build/libs/websubhub-native-1.12.1-SNAPSHOT.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
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
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,42 +1,48 @@ | ||
org.gradle.caching=true | ||
group=io.ballerina.stdlib | ||
version=1.13.0-SNAPSHOT | ||
ballerinaLangVersion=2201.11.0-20241008-112400-81975006 | ||
ballerinaLangVersion=2201.11.0-20241112-214900-6b80ab87 | ||
|
||
puppycrawlCheckstyleVersion=10.12.0 | ||
testngVersion=7.6.1 | ||
ballerinaGradlePluginVersion=2.0.1 | ||
gsonVersion=2.8.8 | ||
|
||
spotbugsPluginVersion=6.0.18 | ||
shadowJarPluginVersion=8.1.1 | ||
downloadPluginVersion=5.4.0 | ||
releasePluginVersion=2.8.0 | ||
|
||
# Direct Dependencies | ||
stdlibIoVersion=1.6.1 | ||
stdlibRandomVersion=1.5.0 | ||
stdlibTimeVersion=2.4.0 | ||
stdlibUrlVersion=2.4.0 | ||
stdlibCryptoVersion=2.7.2 | ||
stdlibLogVersion=2.10.0 | ||
stdlibMimeVersion=2.10.0 | ||
stdlibUuidVersion=1.8.0 | ||
stdlibHttpVersion=2.13.0-20241106-120000-d375c3b | ||
stdlibIoVersion=1.6.2-20241112-233100-995cf5f | ||
stdlibRandomVersion=1.5.1-20241113-122300-1bc770e | ||
stdlibTimeVersion=2.6.0-20241113-073800-201b904 | ||
stdlibUrlVersion=2.4.1-20241113-073900-335ff51 | ||
stdlibCryptoVersion=2.7.3-20241113-081400-d015a39 | ||
stdlibLogVersion=2.10.1-20241113-120000-4577868 | ||
stdlibMimeVersion=2.10.2-20241113-154200-d953747 | ||
stdlibUuidVersion=1.8.1-20241113-154400-443c67b | ||
stdlibHttpVersion=2.13.0-20241114-182900-7e9f66a | ||
|
||
# Transitive Dependencies | ||
|
||
# Level 01 | ||
stdlibConstraintVersion=1.5.0 | ||
stdlibConstraintVersion=1.6.0-20241113-090900-d276ad5 | ||
|
||
# Level 02 | ||
stdlibOsVersion=1.8.0 | ||
stdlibTaskVersion=2.5.0 | ||
stdlibOsVersion=1.8.1-20241113-122000-cca973b | ||
stdlibTaskVersion=2.5.1-20241113-123500-f905281 | ||
|
||
# Level 03 | ||
stdlibCacheVersion=3.8.0 | ||
stdlibFileVersion=1.10.0 | ||
stdlibCacheVersion=3.8.1-20241113-125700-b75a1bf | ||
stdlibFileVersion=1.10.1-20241113-151700-e1a2e38 | ||
|
||
# Level 04 | ||
stdlibAuthVersion=2.12.0 | ||
stdlibDataJsonDataVersion=0.3.0-20241105-101100-661d11f | ||
stdlibJwtVersion=2.13.0 | ||
stdlibOAuth2Version=2.12.0 | ||
stdlibAuthVersion=2.12.1-20241113-162300-ded40eb | ||
stdlibDataJsonDataVersion=0.3.0-20241114-143900-285d739 | ||
stdlibJwtVersion=2.13.1-20241113-162400-b59ccfa | ||
stdlibOAuth2Version=2.12.1-20241113-162400-4c6ddfe | ||
|
||
# Ballerinax Observe | ||
observeVersion=1.3.0 | ||
observeInternalVersion=1.3.0 | ||
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
Oops, something went wrong.