-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1222 from HindujaB/java21
Migrate to Java 21
- Loading branch information
Showing
24 changed files
with
213 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
[package] | ||
org = "ballerinax" | ||
name = "kafka" | ||
version = "4.2.0" | ||
version = "4.3.0" | ||
authors = ["Ballerina"] | ||
keywords = ["kafka", "event streaming", "network", "messaging"] | ||
repository = "https://github.com/ballerina-platform/module-ballerinax-kafka" | ||
icon = "icon.png" | ||
license = ["Apache-2.0"] | ||
distribution = "2201.10.0" | ||
distribution = "2201.10.0-20241025-103700-5c9e6a27" | ||
|
||
[platform.java17] | ||
[platform.java21] | ||
graalvmCompatible = true | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.stdlib" | ||
artifactId = "kafka-native" | ||
version = "4.2.0" | ||
path = "../native/build/libs/kafka-native-4.2.0.jar" | ||
version = "4.3.0" | ||
path = "../native/build/libs/kafka-native-4.3.0-SNAPSHOT.jar" | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "org.apache.kafka" | ||
artifactId = "kafka-clients" | ||
version = "3.5.1" | ||
path = "./lib/kafka-clients-3.5.1.jar" | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "org.apache.kafka" | ||
artifactId = "kafka_2.12" | ||
version = "3.5.1" | ||
path = "./lib/kafka_2.12-3.5.1.jar" | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.stdlib" | ||
artifactId = "constraint-native" | ||
version = "1.5.0" | ||
path = "./lib/constraint-native-1.5.0.jar" | ||
version = "1.6.0" | ||
path = "./lib/constraint-native-1.6.0-20241113-090900-d276ad5.jar" | ||
|
||
[build-options] | ||
observabilityIncluded=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,30 +7,30 @@ keywords = ["kafka", "event streaming", "network", "messaging"] | |
repository = "https://github.com/ballerina-platform/module-ballerinax-kafka" | ||
icon = "icon.png" | ||
license = ["Apache-2.0"] | ||
distribution = "2201.11.0" | ||
distribution = "2201.10.0-20241025-103700-5c9e6a27" | ||
|
||
[platform.java17] | ||
[platform.java21] | ||
graalvmCompatible = true | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.stdlib" | ||
artifactId = "kafka-native" | ||
version = "@toml.version@" | ||
path = "../native/build/libs/[email protected]@.jar" | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "org.apache.kafka" | ||
artifactId = "kafka-clients" | ||
version = "@kafka.version@" | ||
path = "./lib/[email protected]@.jar" | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "org.apache.kafka" | ||
artifactId = "kafka_2.12" | ||
version = "@kafka.version@" | ||
path = "./lib/[email protected]@.jar" | ||
|
||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "io.ballerina.stdlib" | ||
artifactId = "constraint-native" | ||
version = "@constraint.version@" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.