Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for Update 12 release #105

Merged
merged 2 commits into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
[package]
org = "ballerinax"
name = "persist.sql"
version = "1.5.0"
version = "1.6.0"
authors = ["Ballerina"]
keywords = ["persist", "sql", "mysql", "mssql", "sql-server"]
repository = "https://github.com/ballerina-platform/module-ballerinax-persist.sql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.11.0"
distribution = "2201.12.0"

[platform.java21]
graalvmCompatible = true

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "persist.sql-native"
version = "1.5.0"
path = "../native/build/libs/persist.sql-native-1.5.0.jar"
version = "1.6.0"
path = "../native/build/libs/persist.sql-native-1.6.0-SNAPSHOT.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.5.0"
path = "./lib/persist-native-1.5.0.jar"
version = "1.6.0"
path = "./lib/persist-native-1.6.0-20250305-165700-4c89ca9.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.15.0"
path = "./lib/sql-native-1.15.0.jar"
version = "1.16.0-20250306-064600-ff83996"
path = "./lib/sql-native-1.16.0-20250306-064600-ff83996.jar"
6 changes: 3 additions & 3 deletions ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0.jar"
path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.6.0-SNAPSHOT.jar"

[[dependency]]
path = "./lib/persist-native-1.5.0.jar"
path = "./lib/persist-native-1.6.0-20250305-165700-4c89ca9.jar"

[[dependency]]
path = "./lib/persist-compiler-plugin-1.5.0.jar"
path = "./lib/persist-compiler-plugin-1.6.0-20250305-165700-4c89ca9.jar"
52 changes: 26 additions & 26 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0"
distribution-version = "2201.12.0-20250228-201300-8d411a0f"

[[package]]
org = "ballerina"
name = "auth"
version = "2.13.0"
version = "2.14.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -23,7 +23,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.9.0"
version = "3.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "constraint"},
Expand All @@ -35,7 +35,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.6.0"
version = "1.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -44,7 +44,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.8.0"
version = "2.9.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -54,7 +54,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "data.jsondata"
version = "1.0.0"
version = "1.1.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -64,7 +64,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "file"
version = "1.11.0"
version = "1.12.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -76,7 +76,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.13.0"
version = "2.14.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -106,7 +106,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "io"
version = "1.7.0"
version = "1.8.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -123,7 +123,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.14.0"
version = "2.15.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -238,7 +238,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.11.0"
version = "2.12.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -252,7 +252,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.11.0"
version = "2.12.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -264,7 +264,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.13.0"
version = "2.14.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand All @@ -278,15 +278,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.4.0"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "os"
version = "1.9.0"
version = "1.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -296,7 +296,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "persist"
version = "1.5.0"
version = "1.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -307,7 +307,7 @@ modules = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.15.0"
version = "1.16.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -321,7 +321,7 @@ modules = [
[[package]]
org = "ballerina"
name = "task"
version = "2.6.0"
version = "2.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -345,7 +345,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.6.0"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -356,7 +356,7 @@ modules = [
[[package]]
org = "ballerina"
name = "url"
version = "2.5.0"
version = "2.6.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -365,7 +365,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "uuid"
version = "1.9.0"
version = "1.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -408,7 +408,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "java.jdbc"
version = "1.13.0"
version = "1.14.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -424,7 +424,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "mssql"
version = "1.14.0"
version = "1.15.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -448,7 +448,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "mysql"
version = "1.14.0"
version = "1.15.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -473,7 +473,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "persist.sql"
version = "1.5.0"
version = "1.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
Expand All @@ -498,7 +498,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "postgresql"
version = "1.14.0"
version = "1.15.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["persist", "sql", "mysql", "mssql", "sql-server"]
repository = "https://github.com/ballerina-platform/module-ballerinax-persist.sql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.11.0"
distribution = "2201.12.0"

[platform.java21]
graalvmCompatible = true
Expand Down
56 changes: 28 additions & 28 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=io.ballerina.stdlib
version=1.5.1-SNAPSHOT
ballerinaLangVersion=2201.11.0
version=1.6.0-SNAPSHOT
ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f

checkstylePluginVersion=10.12.1
spotbugsPluginVersion=6.0.18
Expand All @@ -14,23 +14,23 @@ jacocoVersion=0.8.10

# Direct Dependencies
# Level 01
stdlibIoVersion=1.7.0
stdlibTimeVersion=2.6.0
stdlibUrlVersion=2.5.0
stdlibIoVersion=1.8.0-20250304-133300-967a7a4
stdlibTimeVersion=2.7.0-20250304-133100-009bfd7
stdlibUrlVersion=2.6.0-20250304-133100-78baea0

# Level 02
stdlibLogVersion=2.11.0
stdlibOsVersion=1.9.0
stdlibPersistVersion=1.5.0
stdlibLogVersion=2.12.0-20250305-165600-b4606dd
stdlibOsVersion=1.10.0-20250305-204300-3f8417d
stdlibPersistVersion=1.6.0-20250305-165700-4c89ca9

# Level 03
stdlibFileVersion=1.11.0
stdlibFileVersion=1.12.0-20250305-204800-827a6c2

# Level 05
stdlibHttpVersion=2.13.0
stdlibHttpVersion=2.14.0-20250305-195600-c559baa

# Level 07
stdlibSqlVersion=1.15.0
stdlibSqlVersion=1.16.0-20250306-064600-ff83996

# Ballerina external dependency
stdlibH2DriverVersion=1.2.0
Expand All @@ -39,35 +39,35 @@ stdlibMssqlDriverVersion=1.7.0
stdlibPostgresqlDriverVersion=1.6.0

# Ballerinax Observer
observeVersion=1.4.0
observeInternalVersion=1.4.0
observeVersion=1.5.0-20250304-140800-d60274b
observeInternalVersion=1.5.0-20250305-160800-51dc066

# Transitive Dependencies

#Level 02
stdlibConstraintVersion=1.6.0
stdlibCryptoVersion=2.8.0
stdlibTaskVersion=2.6.0
stdlibConstraintVersion=1.7.0-20250305-165400-52275bd
stdlibCryptoVersion=2.9.0-20250305-165500-b42b932
stdlibTaskVersion=2.7.0-20250305-173600-1c8b667

# Level 03
stdlibCacheVersion=3.9.0
stdlibMimeVersion=2.11.0
stdlibUuidVersion=1.9.0
stdlibCacheVersion=3.10.0-20250305-175000-1e05eb3
stdlibMimeVersion=2.12.0-20250305-174800-8528404
stdlibUuidVersion=1.10.0-20250305-175100-746df53

# Level 04
stdlibAuthVersion=2.13.0
stdlibJwtVersion=2.14.0
stdlibOAuth2Version=2.13.0
stdlibDataJsonDataVersion=1.0.0
stdlibAuthVersion=2.14.0-20250305-182200-ed0a9db
stdlibJwtVersion=2.15.0-20250305-182000-1eefc7e
stdlibOAuth2Version=2.14.0-20250305-182700-f5fb8ef
stdlibDataJsonDataVersion=1.1.0-20250305-182300-23e3c81

# Level 06
stdlibTransactionVersion=1.11.0
stdlibTransactionVersion=1.12.0-20250305-224600-85e1cd7

# Test Dependencies
stdlibMysqlVersion=1.14.0
stdlibMssqlVersion=1.14.0
stdlibPostgresqlVersion=1.14.0
stdlibJdbcVersion=1.13.0
stdlibMysqlVersion=1.15.0-20250306-092300-52f6e69
stdlibMssqlVersion=1.15.0-20250306-092200-a73cf53
stdlibPostgresqlVersion=1.15.0-20250306-092300-63c2148
stdlibJdbcVersion=1.14.0-20250306-092100-4939fe6

# Enabled publishing insecure checksums, due to fail to publish to maven central
# Refer https://github.com/gradle/gradle/issues/11308
Expand Down
Loading