Skip to content

Commit

Permalink
Merge pull request #575 from aashikam/update
Browse files Browse the repository at this point in the history
Replace Slack Channel Link and Update Dependent Module Versions
  • Loading branch information
kalaiyarasiganeshalingam committed Oct 17, 2022
2 parents d7efb5e + 2a30eed commit 763bcbf
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 50 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ All contributors are encouraged to read the [Ballerina Code of Conduct](https://

* For more information go to the [`rabbitmq` library](https://lib.ballerina.io/ballerinax/rabbitmq/latest).
* For example demonstrations of the usage, go to [Ballerina By Examples](https://ballerina.io/learn/by-example/).
* Chat live with us via our [Slack channel](https://ballerina.io/community/slack/).
* Chat live with us via our [Discord server](https://discord.gg/ballerinalang).
* Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag.
12 changes: 6 additions & 6 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[package]
org = "ballerinax"
name = "rabbitmq"
version = "2.4.1"
version = "2.5.0"
authors = ["Ballerina"]
keywords = ["service", "client", "messaging", "network", "pubsub"]
repository = "https://github.com/ballerina-platform/module-ballerinax-rabbitmq"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.2.0"
distribution = "2201.3.0"

[[platform.java11.dependency]]
path = "./lib/amqp-client-5.10.0.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "rabbitmq-native"
version = "2.4.1"
path = "../native/build/libs/rabbitmq-native-2.4.1-SNAPSHOT.jar"
version = "2.5.0"
path = "../native/build/libs/rabbitmq-native-2.5.0-SNAPSHOT.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.0.0"
path = "./lib/constraint-native-1.0.0.jar"
version = "1.0.1"
path = "./lib/constraint-native-1.0.1-20221012-153500-b7200cb.jar"

[build-options]
observabilityIncluded=true
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "rabbitmq-compiler-plugin"
class = "io.ballerina.stdlib.rabbitmq.plugin.RabbitmqCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-2.4.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-2.5.0-SNAPSHOT.jar"
47 changes: 28 additions & 19 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies-toml-version = "2"
[[package]]
org = "ballerina"
name = "auth"
version = "2.4.1"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -23,7 +23,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.3.0"
version = "3.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "constraint"},
Expand All @@ -35,7 +35,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.0.0"
version = "1.0.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -47,7 +47,7 @@ modules = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.2.3"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -59,7 +59,7 @@ modules = [
[[package]]
org = "ballerina"
name = "file"
version = "1.4.1"
version = "1.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -73,7 +73,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.4.1"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -102,7 +102,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "io"
version = "1.3.0"
version = "1.3.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -120,7 +120,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.4.1"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -176,6 +176,14 @@ name = "lang.object"
version = "0.0.0"
scope = "testOnly"

[[package]]
org = "ballerina"
name = "lang.regexp"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.runtime"
Expand All @@ -193,7 +201,8 @@ org = "ballerina"
name = "lang.string"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.regexp"}
]
modules = [
{org = "ballerina", packageName = "lang.string", moduleName = "lang.string"}
Expand Down Expand Up @@ -223,7 +232,7 @@ modules = [
[[package]]
org = "ballerina"
name = "log"
version = "2.4.1"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -238,7 +247,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.4.0"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -249,7 +258,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.4.1"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand All @@ -270,7 +279,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.4.1"
version = "1.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -280,7 +289,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.3.0"
version = "1.3.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.string"}
Expand All @@ -289,7 +298,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "task"
version = "2.2.3"
version = "2.3.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -311,15 +320,15 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.2"
version = "2.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "url"
version = "2.2.2"
version = "2.2.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -328,7 +337,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "uuid"
version = "1.3.1"
version = "1.4.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -377,7 +386,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "rabbitmq"
version = "2.4.1"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "crypto"},
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,5 @@ To report bugs, request new features, start new discussions, view project boards

### Useful links

- Chat live with us via our [Slack channel](https://ballerina.io/community/slack/).
- Chat live with us via our [Discord server](https://discord.gg/ballerinalang).
- Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag.
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 = ["service", "client", "messaging", "network", "pubsub"]
repository = "https://github.com/ballerina-platform/module-ballerinax-rabbitmq"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.2.0"
distribution = "2201.3.0"

[[platform.java11.dependency]]
path = "./lib/amqp-client-@amqp.client.version@.jar"
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ This file contains all the notable changes done to the Ballerina RabbitMQ packag

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [Unreleased]

### Changed
- [API docs updated](https://github.com/ballerina-platform/ballerina-standard-library/issues/3463)

## [2.4.0] - 2022-09-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is the specification for the RabbitMQ standard library of [Ballerina langua

The RabbitMQ library specification has evolved and may continue to evolve in the future. The released versions of the specification can be found under the relevant GitHub tag.

If you have any feedback or suggestions about the library, start a discussion via a [GitHub issue](https://github.com/ballerina-platform/ballerina-standard-library/issues) or in the [Slack channel](https://ballerina.io/community/). Based on the outcome of the discussion, the specification and implementation can be updated. Community feedback is always welcome. Any accepted proposal, which affects the specification is stored under `/docs/proposals`. Proposals under discussion can be found with the label `type/proposal` in GitHub.
If you have any feedback or suggestions about the library, start a discussion via a [GitHub issue](https://github.com/ballerina-platform/ballerina-standard-library/issues) or in the [Discord server](https://discord.gg/ballerinalang). Based on the outcome of the discussion, the specification and implementation can be updated. Community feedback is always welcome. Any accepted proposal, which affects the specification is stored under `/docs/proposals`. Proposals under discussion can be found with the label `type/proposal` in GitHub.

The conforming implementation of the specification is released to Ballerina central. Any deviation from the specification is considered a bug.

Expand Down
40 changes: 20 additions & 20 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.4.1-SNAPSHOT
ballerinaLangVersion=2201.2.0
version=2.5.0-SNAPSHOT
ballerinaLangVersion=2201.3.0-20221012-173100-6f66f7ec

amqpClientVersion=5.10.0
puppycrawlCheckstyleVersion=8.18
Expand All @@ -11,23 +11,23 @@ ballerinaGradlePluginVersion=0.15.0
gsonVersion=2.8.8

# stdlib dependencies
stdlibCryptoVersion=2.2.3-20220921-105400-812e99d
stdlibLogVersion=2.4.0
stdlibTimeVersion=2.2.2
stdlibUuidVersion=1.3.1-20220926-130700-3e3e76b
stdlibRegexVersion=1.3.0
stdlibIoVersion=1.3.0
stdlibTransactionVersion=1.2.1-20220930-110100-4e984cb
stdlibFileVersion=1.4.1-20220926-142300-9b48f88
stdlibTaskVersion=2.2.3-20220920-184600-c109457
stdlibJwtVersion=2.4.1-20220926-140600-6b1756f
stdlibMimeVersion=2.4.0
stdlibHttpVersion=2.4.1-20220928-131100-d539a2e
stdlibOAuth2Version=2.4.1-20220928-092800-5ca4f8b
stdlibOsVersion=1.4.1-20220923-100900-5935e0c
stdlibCacheVersion=3.3.0-20220926-104700-377cccd
stdlibAuthVersion=2.4.1-20220927-114400-615039d
stdlibUrlVersion=2.2.2
stdlibConstraintVersion=1.0.0
stdlibCryptoVersion=2.3.0-20221014-133300-0f584b5
stdlibLogVersion=2.5.0-20221014-133600-ea6f498
stdlibTimeVersion=2.2.3-20221013-110700-b1911b4
stdlibUuidVersion=1.4.0-20221014-140700-0f68043
stdlibRegexVersion=1.3.1-20221012-141600-b6ec370
stdlibIoVersion=1.3.1-20221013-104400-2228262
stdlibTransactionVersion=1.3.0-20221014-205200-de7e421
stdlibFileVersion=1.5.0-20221014-140400-9a53e89
stdlibTaskVersion=2.3.0-20221014-133500-afca7e3
stdlibJwtVersion=2.5.0-20221014-153300-36ee0f4
stdlibMimeVersion=2.5.0-20221014-140900-ff6b57f
stdlibHttpVersion=2.5.0-20221014-181800-cf6925c
stdlibOAuth2Version=2.5.0-20221014-153400-ea71746
stdlibOsVersion=1.5.0-20221014-133500-f99ac89
stdlibCacheVersion=3.4.0-20221014-150800-44fc45d
stdlibAuthVersion=2.5.0-20221014-153100-e83e5f7
stdlibUrlVersion=2.2.3-20221012-145800-3753746
stdlibConstraintVersion=1.0.1-20221012-153500-b7200cb
observeVersion=1.0.5
observeInternalVersion=1.0.4

0 comments on commit 763bcbf

Please sign in to comment.