Skip to content

Commit

Permalink
Merge pull request #1418 from DimuthuMadushan/master
Browse files Browse the repository at this point in the history
Update netty version
  • Loading branch information
TharmiganK authored Nov 18, 2024
2 parents 5ae8fd5 + 90483d9 commit a5a5547
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 25 deletions.
42 changes: 21 additions & 21 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "tcp"
version = "1.11.1"
version = "1.11.2"
authors = ["Ballerina"]
keywords = ["network", "socket", "service", "client"]
repository = "https://github.com/ballerina-platform/module-ballerina-tcp"
Expand All @@ -15,60 +15,60 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "tcp-native"
version = "1.11.1"
path = "../native/build/libs/tcp-native-1.11.1-SNAPSHOT.jar"
version = "1.11.2"
path = "../native/build/libs/tcp-native-1.11.2-SNAPSHOT.jar"

[[platform.java21.dependency]]
path = "../test-utils/build/libs/tcp-test-utils-1.11.1-SNAPSHOT.jar"
[[platform.java17.dependency]]
path = "../test-utils/build/libs/tcp-test-utils-1.11.2-SNAPSHOT.jar"
scope = "testOnly"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-handler"
version = "4.1.108.Final"
path = "./lib/netty-handler-4.1.108.Final.jar"
version = "4.1.115.Final"
path = "./lib/netty-handler-4.1.115.Final.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-buffer"
version = "4.1.108.Final"
path = "./lib/netty-buffer-4.1.108.Final.jar"
version = "4.1.115.Final"
path = "./lib/netty-buffer-4.1.115.Final.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-transport"
version = "4.1.108.Final"
path = "./lib/netty-transport-4.1.108.Final.jar"
version = "4.1.115.Final"
path = "./lib/netty-transport-4.1.115.Final.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-common"
version = "4.1.108.Final"
path = "./lib/netty-common-4.1.108.Final.jar"
version = "4.1.115.Final"
path = "./lib/netty-common-4.1.115.Final.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-resolver"
version = "4.1.108.Final"
path = "./lib/netty-resolver-4.1.108.Final.jar"
version = "4.1.115.Final"
path = "./lib/netty-resolver-4.1.115.Final.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-codec"
version = "4.1.108.Final"
path = "./lib/netty-codec-4.1.108.Final.jar"
version = "4.1.115.Final"
path = "./lib/netty-codec-4.1.115.Final.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-transport-native-unix-common"
version = "4.1.108.Final"
path = "./lib/netty-transport-native-unix-common-4.1.108.Final.jar"
version = "4.1.115.Final"
path = "./lib/netty-transport-native-unix-common-4.1.115.Final.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-codec-socks"
version = "4.1.108.Final"
path = "./lib/netty-codec-socks-4.1.108.Final.jar"
version = "4.1.115.Final"
path = "./lib/netty-codec-socks-4.1.115.Final.jar"

[[platform.java21.dependency]]
groupId = "org.jboss.marshalling"
Expand Down
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 = "tcp-plugin"
class = "io.ballerina.stdlib.tcp.compiler.TcpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.11.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.11.2-SNAPSHOT.jar"
3 changes: 1 addition & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "tcp"
version = "1.11.1"
version = "1.11.2"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "io"},
Expand Down Expand Up @@ -132,4 +132,3 @@ version = "2.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ githubJohnrengelmanShadowVersion=8.1.1
checkstyleToolVersion=10.12.0
githubSpotbugsVersion=6.0.18
testngVersion=7.6.1
nettyVersion=4.1.108.Final
nettyVersion=4.1.115.Final
underCouchDownloadVersion=5.4.0
researchgateReleaseVersion=2.8.0
slf4jVersion=1.7.30
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,17 @@
{
"name":"io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueProducerLimitField",
"fields":[{"name":"producerLimit"}]
},
{
"name": "io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueConsumerIndexField",
"fields": [{"name": "consumerIndex"}]
},
{
"name": "io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerIndexField",
"fields": [{"name": "producerIndex"}]
},
{
"name": "io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerLimitField",
"fields": [{"name": "producerLimit"}]
}
]

0 comments on commit a5a5547

Please sign in to comment.