From f3e941012d08b0107679f93db4a9b361a68b6f0e Mon Sep 17 00:00:00 2001 From: ravinperera00 Date: Tue, 10 Dec 2024 12:14:19 +0530 Subject: [PATCH 1/3] Migrate to Java 21 --- README.md | 2 +- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 2 +- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5438faa..d9e1496 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ This repository only contains the source code for the package. ### Prerequisites -1. Download and install Java SE Development Kit (JDK) version 17. You can download it from either of the following sources: +1. Download and install Java SE Development Kit (JDK) version 21. You can download it from either of the following sources: * [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) * [OpenJDK](https://adoptium.net/) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index a146400..775ab39 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,5 +1,5 @@ [package] -distribution = "2201.8.0" +distribution = "2201.11.0-20241117-133400-a3054b77" org = "ballerinax" name = "aws.dynamodb" version = "2.3.1" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index d6229a1..99b1e49 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.5" +distribution-version = "2201.11.0-20241117-133400-a3054b77" [[package]] org = "ballerina" diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 421fdac..09baf25 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -1,5 +1,5 @@ [package] -distribution = "2201.8.0" +distribution = "2201.11.0-20241117-133400-a3054b77" org = "ballerinax" name = "aws.dynamodb" version = "@toml.version@" diff --git a/gradle.properties b/gradle.properties index 9c87b17..c1b7d2b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,9 +2,9 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.3.1-SNAPSHOT -ballerinaLangVersion=2201.8.0 +ballerinaLangVersion=2201.11.0-20241117-133400-a3054b77 checkstylePluginVersion=10.12.0 -spotbugsPluginVersion=5.0.14 +spotbugsPluginVersion=6.0.18 shadowJarPluginVersion=8.1.1 downloadPluginVersion=5.4.0 releasePluginVersion=2.8.0 From 34642c63ec938cbbf969d5b384b0874b5fb6fc5e Mon Sep 17 00:00:00 2001 From: ravinperera00 Date: Fri, 13 Dec 2024 12:06:40 +0530 Subject: [PATCH 2/3] Update lang timestamp --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c1b7d2b..e64a519 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.3.1-SNAPSHOT -ballerinaLangVersion=2201.11.0-20241117-133400-a3054b77 +ballerinaLangVersion=2201.11.0 checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18 shadowJarPluginVersion=8.1.1 From a02a6071b407c7e047e3081cb7290bc25b59b164 Mon Sep 17 00:00:00 2001 From: ravinperera00 Date: Wed, 18 Dec 2024 14:29:49 +0530 Subject: [PATCH 3/3] Downgrade lang version --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 2 +- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 775ab39..df45aec 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,5 +1,5 @@ [package] -distribution = "2201.11.0-20241117-133400-a3054b77" +distribution = "2201.10.0" org = "ballerinax" name = "aws.dynamodb" version = "2.3.1" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 99b1e49..745bff1 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241117-133400-a3054b77" +distribution-version = "2201.10.0" [[package]] org = "ballerina" diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 09baf25..403d003 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -1,5 +1,5 @@ [package] -distribution = "2201.11.0-20241117-133400-a3054b77" +distribution = "2201.10.0" org = "ballerinax" name = "aws.dynamodb" version = "@toml.version@" diff --git a/gradle.properties b/gradle.properties index e64a519..68ed0af 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.3.1-SNAPSHOT -ballerinaLangVersion=2201.11.0 +ballerinaLangVersion=2201.10.0 checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18 shadowJarPluginVersion=8.1.1