Skip to content

Commit

Permalink
Merge pull request #123 from ayeshLK/dev
Browse files Browse the repository at this point in the history
Add observability support to the JMS module
  • Loading branch information
ayeshLK authored Mar 1, 2024
2 parents b2dd5fc + 99d01a4 commit 3ae9b51
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"

[build-options]
observabilityIncluded = true

[platform.java17]
graalvmCompatible = true

Expand Down
21 changes: 21 additions & 0 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ modules = [
{org = "ballerina", packageName = "lang.runtime", moduleName = "lang.runtime"}
]

[[package]]
org = "ballerina"
name = "observe"
version = "1.2.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "test"
Expand All @@ -49,6 +57,18 @@ modules = [
{org = "ballerina", packageName = "test", moduleName = "test"}
]

[[package]]
org = "ballerinai"
name = "observe"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "observe"}
]
modules = [
{org = "ballerinai", packageName = "observe", moduleName = "observe"}
]

[[package]]
org = "ballerinax"
name = "activemq.driver"
Expand All @@ -66,6 +86,7 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.runtime"},
{org = "ballerina", name = "test"},
{org = "ballerinai", name = "observe"},
{org = "ballerinax", name = "activemq.driver"}
]
modules = [
Expand Down
3 changes: 3 additions & 0 deletions build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"

[build-options]
observabilityIncluded = true

[platform.java17]
graalvmCompatible = true

Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- [Add observability support to the JMS module](/~https://github.com/ballerina-platform/ballerina-library/issues/5932)

## [0.1.0] - 2023-07-24

### Changed
- [Update the `java.jms` repository to the ballerina swanlake standards](/~https://github.com/ballerina-platform/ballerina-standard-library/issues/4669)

0 comments on commit 3ae9b51

Please sign in to comment.