From 7f2f31016232232ca0373518260c8388b09b9f78 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 10:09:39 +0000 Subject: [PATCH 1/5] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 6 +++--- ballerina/CompilerPlugin.toml | 4 ++-- ballerina/Dependencies.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 29f343e..da8c974 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -22,10 +22,10 @@ path = "../native/build/libs/persist.sql-native-1.4.0-SNAPSHOT.jar" groupId = "io.ballerina.stdlib" artifactId = "persist-native" version = "1.4.0" -path = "./lib/persist-native-1.4.0-20240808-102300-3b855e5.jar" +path = "./lib/persist-native-1.4.0-20240814-114800-babb51d.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" -version = "1.14.0-20240809-142900-0689c89" -path = "./lib/sql-native-1.14.0-20240809-142900-0689c89.jar" +version = "1.14.0-20240814-162300-116ead6" +path = "./lib/sql-native-1.14.0-20240814-162300-116ead6.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index b88094f..49f1d3f 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -6,7 +6,7 @@ class = "io.ballerina.stdlib.persist.sql.compiler.PersistSqlCompilerPlugin" path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.4.0-SNAPSHOT.jar" [[dependency]] -path = "./lib/persist-native-1.4.0-20240808-102300-3b855e5.jar" +path = "./lib/persist-native-1.4.0-20240814-114800-babb51d.jar" [[dependency]] -path = "./lib/persist-compiler-plugin-1.4.0-20240808-102300-3b855e5.jar" +path = "./lib/persist-compiler-plugin-1.4.0-20240814-114800-babb51d.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index de35e16..acc5bc5 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240806-083400-aabac46a" +distribution-version = "2201.10.0-20240814-095500-9d14866a" [[package]] org = "ballerina" From a49048184ecb86703362b9b7eff75f510a40ac21 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 10:09:55 +0000 Subject: [PATCH 2/5] Move dependencies to stable version --- gradle.properties | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/gradle.properties b/gradle.properties index bea35b7..1b83d33 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ gsonVersion=2.10 ballerinaGradlePluginVersion=2.0.1 jacocoVersion=0.8.10 -ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a +ballerinaLangVersion=2201.10.0 # Direct Dependencies # Level 01 @@ -21,18 +21,18 @@ stdlibTimeVersion=2.4.0 stdlibUrlVersion=2.4.0 # Level 02 -stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8 +stdlibLogVersion=2.10.0 stdlibOsVersion=1.8.0 -stdlibPersistVersion=1.4.0-20240814-114800-babb51d +stdlibPersistVersion=1.4.0 # Level 03 -stdlibFileVersion=1.10.0-20240814-133200-74f4d63 +stdlibFileVersion=1.10.0 # Level 05 -stdlibHttpVersion=2.12.0-20240814-145000-dcdc9a0 +stdlibHttpVersion=2.12.0 # Level 07 -stdlibSqlVersion=1.14.0-20240814-162300-116ead6 +stdlibSqlVersion=1.14.0 # Ballerina external dependency stdlibH2DriverVersion=1.1.0 @@ -41,8 +41,8 @@ stdlibMssqlDriverVersion=1.6.0 stdlibPostgresqlDriverVersion=1.5.1 # Ballerinax Observer -observeVersion=1.3.0-20240814-114100-0f71e1e -observeInternalVersion=1.3.0-20240814-114900-8a734a3 +observeVersion=1.3.0 +observeInternalVersion=1.3.0 # Transitive Dependencies @@ -53,22 +53,22 @@ stdlibTaskVersion=2.5.0 # Level 03 stdlibCacheVersion=3.8.0 -stdlibMimeVersion=2.10.0-20240814-133200-6c54439 +stdlibMimeVersion=2.10.0 stdlibUuidVersion=1.8.0 # Level 04 -stdlibAuthVersion=2.12.0-20240814-133000-6db5624 -stdlibJwtVersion=2.13.0-20240814-133100-630021f -stdlibOAuth2Version=2.12.0-20240814-133400-a7008e4 +stdlibAuthVersion=2.12.0 +stdlibJwtVersion=2.13.0 +stdlibOAuth2Version=2.12.0 # Level 06 -stdlibTransactionVersion=1.10.0-20240814-160700-00e0ba7 +stdlibTransactionVersion=1.10.0 # Test Dependencies -stdlibMysqlVersion=1.13.0-20240814-170300-2a446a4 -stdlibMssqlVersion=1.13.0-20240814-164600-fee7108 -stdlibPostgresqlVersion=1.13.0-20240814-164400-07c87e8 -stdlibJdbcVersion=1.12.0-20240814-170300-6bd3e28 +stdlibMysqlVersion=1.13.0 +stdlibMssqlVersion=1.13.0 +stdlibPostgresqlVersion=1.13.0 +stdlibJdbcVersion=1.12.0 # Enabled publishing insecure checksums, due to fail to publish to maven central # Refer https://github.com/gradle/gradle/issues/11308 From 6df5bf560ad90f082e641b117c314a8ad97fdbca Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 10:12:49 +0000 Subject: [PATCH 3/5] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 8 ++++---- ballerina/CompilerPlugin.toml | 6 +++--- ballerina/Dependencies.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index da8c974..aefa18f 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,16 +16,16 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "persist.sql-native" version = "1.4.0" -path = "../native/build/libs/persist.sql-native-1.4.0-SNAPSHOT.jar" +path = "../native/build/libs/persist.sql-native-1.4.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "persist-native" version = "1.4.0" -path = "./lib/persist-native-1.4.0-20240814-114800-babb51d.jar" +path = "./lib/persist-native-1.4.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" -version = "1.14.0-20240814-162300-116ead6" -path = "./lib/sql-native-1.14.0-20240814-162300-116ead6.jar" +version = "1.14.0" +path = "./lib/sql-native-1.14.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 49f1d3f..b44f1c9 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,10 +3,10 @@ id = "persist.sql-compiler-plugin" class = "io.ballerina.stdlib.persist.sql.compiler.PersistSqlCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.4.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.4.0.jar" [[dependency]] -path = "./lib/persist-native-1.4.0-20240814-114800-babb51d.jar" +path = "./lib/persist-native-1.4.0.jar" [[dependency]] -path = "./lib/persist-compiler-plugin-1.4.0-20240814-114800-babb51d.jar" +path = "./lib/persist-compiler-plugin-1.4.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index acc5bc5..a237821 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20240814-095500-9d14866a" +distribution-version = "2201.10.0" [[package]] org = "ballerina" From d61f4dfd0b2a8b2909e9b618446c27da8ecca72e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 10:14:03 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - pre tag commit: 'v1.4.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1b83d33..b34ec7c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.4.0-SNAPSHOT +version=1.4.0 puppycrawlCheckstyleVersion=10.12.1 checkstyleToolVersion=10.12.1 From 75b18ead319fe38285184a980c8b92c64463f6f5 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 20 Aug 2024 10:14:04 +0000 Subject: [PATCH 5/5] [Gradle Release Plugin] - new version commit: 'v1.4.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b34ec7c..5cfa3f7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.4.0 +version=1.4.1-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 checkstyleToolVersion=10.12.1