Skip to content
Closed
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
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
org = "ballerinax"
name = "confluent.cregistry"
version = "0.4.2"
version = "0.4.3"
authors = ["Ballerina"]
export=["confluent.cregistry"]
keywords = ["confluent", "schema_registry", "avro", "serdes"]
keywords = ["schema_registry", "avro", "serdes", "Vendor/Confluent", "Area/Database", "Type/Connector"]
repository = "https://github.com/ballerina-platform/module-ballerinax-confluent.cregistry"
license = ["Apache-2.0"]
distribution = "2201.11.0"
Expand All @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.lib"
artifactId = "schema-registry-native"
version = "0.4.2"
path = "../native/build/libs/confluent.cregistry-native-0.4.2.jar"
version = "0.4.3"
path = "../native/build/libs/confluent.cregistry-native-0.4.3-SNAPSHOT.jar"

[[platform.java21.dependency]]
groupId = "io.confluent"
Expand Down
53 changes: 33 additions & 20 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.10"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any particular reason to bump the minimum compatible ballerina version along with these keyword changes?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Script is using the locally avilable version, which causes this. Will close this and send a new one.


[[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.10.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.3"
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.8"
version = "2.14.8"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -110,7 +110,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.7.0"
version = "1.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -128,7 +128,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.14.0"
version = "2.15.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -236,7 +236,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.11.0"
version = "2.14.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -248,7 +248,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.11.0"
version = "2.12.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -260,7 +260,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.13.0"
version = "2.14.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand All @@ -274,7 +274,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.4.0"
version = "1.6.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -283,7 +283,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.9.0"
version = "1.10.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -293,11 +293,12 @@ dependencies = [
[[package]]
org = "ballerina"
name = "task"
version = "2.6.0"
version = "2.11.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
{org = "ballerina", name = "time"},
{org = "ballerina", name = "uuid"}
]

[[package]]
Expand All @@ -317,7 +318,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.6.0"
version = "2.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -326,16 +327,28 @@ dependencies = [
[[package]]
org = "ballerina"
name = "url"
version = "2.5.0"
version = "2.6.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "uuid"
version = "1.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.int"},
{org = "ballerina", name = "time"}
]

[[package]]
org = "ballerinax"
name = "confluent.cregistry"
version = "0.4.2"
version = "0.4.3"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
63 changes: 0 additions & 63 deletions ballerina/Module.md

This file was deleted.

2 changes: 1 addition & 1 deletion ballerina/Package.md → ballerina/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function main() returns error? {
string schema = string `
{
"type": "int",
"name" : "value",
"name" : "value",
"namespace": "data"
}`;

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 @@ -4,7 +4,7 @@ name = "confluent.cregistry"
version = "@toml.version@"
authors = ["Ballerina"]
export=["confluent.cregistry"]
keywords = ["confluent", "schema_registry", "avro", "serdes"]
keywords = ["schema_registry", "avro", "serdes", "Vendor/Confluent", "Area/Database", "Type/Connector"]
repository = "https://github.com/ballerina-platform/module-ballerinax-confluent.cregistry"
license = ["Apache-2.0"]
distribution = "2201.11.0"
Expand Down
Loading