From 184e664375e51ef037874c3a64814124d7145b82 Mon Sep 17 00:00:00 2001 From: Kaneel Dias Date: Tue, 15 Aug 2023 10:21:43 +0530 Subject: [PATCH 1/3] Bump minor version and update distribution --- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 45 ++++++++++++++------------- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 8348e244..4fad7254 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["database", "client", "network", "SQL", "RDBMS", "PostgreSQL"] repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.7.0" +distribution = "2201.8.0" [platform.java17] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index d8817f1f..6097283b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.10.1-SNAPSHOT +version=1.11.0-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 postgreSQLDriverVersion=42.6.0 @@ -9,52 +9,53 @@ githubJohnrengelmanShadowVersion=8.1.1 underCouchDownloadVersion=5.4.0 researchgateReleaseVersion=2.8.0 testngVersion=7.6.1 -ballerinaGradlePluginVersion=2.0.1-SNAPSHOT +ballerinaGradlePluginVersion=2.0.1 ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796 -stdlibSqlVersion=1.10.0 +stdlibSqlVersion=1.11.0-20230815-094200-9d12228 # Direct Dependencies # Level 01 -stdlibIoVersion=1.5.0 -stdlibTimeVersion=2.3.0 +# Level 01 +stdlibIoVersion=1.6.0-20230810-115500-2e569f5 +stdlibTimeVersion=2.4.0-20230810-115600-b28bb07 # Level 02 -stdlibLogVersion=2.8.1-20230718-085900-36c385c -stdlibOsVersion=1.7.0 +stdlibLogVersion=2.9.0-20230810-161500-6d3d1df +stdlibOsVersion=1.8.0-20230810-161400-624a2aa # Level 03 -stdlibFileVersion=1.8.0 +stdlibFileVersion=1.9.0-20230811-093200-875a787 # Ballerinax Observer -observeVersion=1.1.0 -observeInternalVersion=1.1.0 +observeVersion=1.2.0-20230810-105500-5841859 +observeInternalVersion=1.2.0-20230810-141300-a348751 # Transitive Dependencies # Level 01 -stdlibConstraintVersion=1.3.0 -stdlibUrlVersion=2.3.0 +stdlibConstraintVersion=1.4.0-20230810-133100-e09cfc1 +stdlibUrlVersion=2.4.0-20230810-111000-683c6e4 # Level 02 -stdlibCryptoVersion=2.4.0 -stdlibTaskVersion=2.4.0 +stdlibCryptoVersion=2.5.0-20230810-124300-ddf6788 +stdlibTaskVersion=2.5.0-20230810-145800-b191831 # Level 03 -stdlibCacheVersion=3.6.0 -stdlibMimeVersion=2.8.0 -stdlibUuidVersion=1.6.0 +stdlibCacheVersion=3.7.0-20230811-093200-b83e72c +stdlibMimeVersion=2.9.0-20230810-183500-af95101 +stdlibUuidVersion=1.7.0-20230811-093200-dc65fdd # Level 04 -stdlibAuthVersion=2.9.0 -stdlibJwtVersion=2.9.0 -stdlibOAuth2Version=2.9.0 +stdlibAuthVersion=2.10.0-20230811-110600-2428623 +stdlibJwtVersion=2.10.0-20230811-114700-d48ab2f +stdlibOAuth2Version=2.10.0-20230811-111300-5550652 # Level 05 -stdlibHttpVersion=2.9.0 +stdlibHttpVersion=2.10.0-20230811-144100-cac5d57 # Level 06 -stdlibTransactionVersion=1.7.0 +stdlibTransactionVersion=1.8.0-20230814-091700-0011487 # Ballerina extended library stdlibPostgresqlDriverVersion=1.3.0 From 7bcf5a110671e5db26311e4f396b0787e00b561d Mon Sep 17 00:00:00 2001 From: Kaneel Dias Date: Tue, 15 Aug 2023 10:21:59 +0530 Subject: [PATCH 2/3] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 12 ++++++------ ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 77eb7a56..05f198de 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] org = "ballerinax" name = "postgresql" -version = "1.10.1" +version = "1.11.0" authors = ["Ballerina"] keywords = ["database", "client", "network", "SQL", "RDBMS", "PostgreSQL"] repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.7.0" +distribution = "2201.8.0" [platform.java17] graalvmCompatible = true @@ -15,12 +15,12 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "postgresql-native" -version = "1.10.1" -path = "../native/build/libs/postgresql-native-1.10.1-SNAPSHOT.jar" +version = "1.11.0" +path = "../native/build/libs/postgresql-native-1.11.0-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" -version = "1.10.0" -path = "./lib/sql-native-1.10.0.jar" +version = "1.11.0" +path = "./lib/sql-native-1.11.0-20230815-094200-9d12228.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index b5dcc48d..a97557ca 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "postgresql-compiler-plugin" class = "io.ballerina.stdlib.postgresql.compiler.PostgreSQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.10.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.11.0-SNAPSHOT.jar" From 2b1abb5c043e64ef5e47b1d0f64c6e5c05ecbb36 Mon Sep 17 00:00:00 2001 From: Kaneel Dias Date: Tue, 15 Aug 2023 10:24:37 +0530 Subject: [PATCH 3/3] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 14 +++++++------- gradle.properties | 1 - 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index b0f93368..346b48d2 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.8.0-20230726-145300-b2bdf796" [[package]] org = "ballerina" name = "crypto" -version = "2.4.0" +version = "2.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -22,7 +22,7 @@ modules = [ [[package]] org = "ballerina" name = "file" -version = "1.8.1" +version = "1.9.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -37,7 +37,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.5.0" +version = "1.6.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} @@ -113,7 +113,7 @@ dependencies = [ [[package]] org = "ballerina" name = "os" -version = "1.7.0" +version = "1.8.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -123,7 +123,7 @@ dependencies = [ [[package]] org = "ballerina" name = "sql" -version = "1.10.0" +version = "1.11.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -150,7 +150,7 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.3.0" +version = "2.4.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -161,7 +161,7 @@ modules = [ [[package]] org = "ballerinax" name = "postgresql" -version = "1.10.1" +version = "1.11.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "file"}, diff --git a/gradle.properties b/gradle.properties index 6097283b..7238041d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,6 @@ stdlibSqlVersion=1.11.0-20230815-094200-9d12228 # Direct Dependencies # Level 01 -# Level 01 stdlibIoVersion=1.6.0-20230810-115500-2e569f5 stdlibTimeVersion=2.4.0-20230810-115600-b28bb07