diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index ae5ec12..23d5e77 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -2,7 +2,7 @@ org = "ballerina" name = "observe" version = "1.4.0" -distribution = "2201.10.0" +distribution = "2201.11.0" export = ["observe", "observe.mockextension" ] [platform.java21] diff --git a/ballerina/Package.md b/ballerina/Package.md deleted file mode 100644 index 9657dc5..0000000 --- a/ballerina/Package.md +++ /dev/null @@ -1,25 +0,0 @@ -## Package Overview - -The `observe` library is one of the standard library packages of the Ballerina language. -It provides APIs for observing ballerina code. - -## Officially supported Observability Providers - -Please check the corresponding package documentation for instructions on enabling different Observability providers. - -### Metrics Reporters -- [Choreo](https://central.ballerina.io/ballerinax/choreo) -- [Prometheus](https://central.ballerina.io/ballerinax/prometheus) - -### Tracing Providers -- [Choreo](https://central.ballerina.io/ballerinax/choreo) -- [Jaeger](https://central.ballerina.io/ballerinax/jaeger) - -## Report Issues - -To report bugs, request new features, start new discussions, view project boards, etc., go to the Ballerina standard library parent repository - -## Useful Links - -* Chat live with us via our Discord server. -* Post all technical questions on Stack Overflow with the #ballerina tag. diff --git a/ballerina/Module.md b/ballerina/README.md similarity index 100% rename from ballerina/Module.md rename to ballerina/README.md diff --git a/ballerina/modules/mockextension/Module.md b/ballerina/modules/mockextension/README.md similarity index 100% rename from ballerina/modules/mockextension/Module.md rename to ballerina/modules/mockextension/README.md diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index b64e46e..03ecd3b 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -2,7 +2,7 @@ org = "ballerina" name = "observe" version = "@toml.version@" -distribution = "2201.10.0" +distribution = "2201.11.0" export = ["observe", "observe.mockextension" ] [platform.java21] diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9f4197d..e2847c8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME