Skip to content

Commit

Permalink
Merge pull request #20 from ayeshLK/main
Browse files Browse the repository at this point in the history
Add failover transport protocol related GraalVM configs
  • Loading branch information
ayeshLK authored Nov 21, 2024
2 parents fff1bcf + 98f67f3 commit bfb39bd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "activemq.driver"
version = "1.0.1"
version = "1.0.2"
authors = ["Ballerina"]
keywords = ["ActiveMQ"]
repository = "https://github.com/ballerina-platform/module-ballerinax-activemq.driver"
Expand Down Expand Up @@ -32,5 +32,5 @@ path = "./lib/hawtbuf-1.11.jar"
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "activemq.driver-native"
version = "1.0.1"
path = "../native/build/libs/activemq.driver-native-1.0.1.jar"
version = "1.0.2"
path = "../native/build/libs/activemq.driver-native-1.0.2-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.8.0"
[[package]]
org = "ballerinax"
name = "activemq.driver"
version = "1.0.1"
version = "1.0.2"
modules = [
{org = "ballerinax", packageName = "activemq.driver", moduleName = "activemq.driver"}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,15 @@
]
}
]
},
{
"name":"org.apache.activemq.transport.failover.FailoverTransportFactory",
"methods":[
{
"name":"<init>",
"parameterTypes":[]
}
]
}
]

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"typeReachable": "org.apache.activemq.transport.tcp.TcpTransportFactory"
}
},
{
"pattern":"\\QMETA-INF/services/org/apache/activemq/transport/failover\\E"
},
{
"pattern": "\\Qorg/apache/activemq/version.txt\\E",
"condition": {
Expand Down

0 comments on commit bfb39bd

Please sign in to comment.