Add cdc listener and service implementation#2
Merged
niveathika merged 11 commits intoballerina-platform:mainfrom May 8, 2025
Merged
Add cdc listener and service implementation#2niveathika merged 11 commits intoballerina-platform:mainfrom
niveathika merged 11 commits intoballerina-platform:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds the CDC listener and service implementation by introducing new platform configurations and dependency updates for CDC, Debezium, Kafka, and Jackson, as well as new package definitions.
- Introduces a [platform.java21] section with GraalVM compatibility and several new dependencies in both the build-config and ballerina projects.
- Updates Dependencies.toml with new package definitions (crypto, data.jsondata, lang.object, observe, random, time) and bumps the distribution version.
- Modifies the GitHub Actions workflow by adding an additional build flag for excluding cdc-examples.
Reviewed Changes
Copilot reviewed 14 out of 30 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| build-config/resources/Ballerina.toml | Added the [platform.java21] section and new dependency listings for Debezium, Kafka, etc. |
| ballerina/Dependencies.toml | Updated distribution version and added multiple package dependencies and modules. |
| ballerina/Ballerina.toml | Added new platform.java21 dependencies to ensure GraalVM compatibility. |
| .github/workflows/trivy-scan.yml | Added an additional build flag to the workflow configuration. |
Files not reviewed (16)
- ballerina/annotations.bal: Language not supported
- ballerina/build.gradle: Language not supported
- ballerina/errors.bal: Language not supported
- ballerina/extern_functions.bal: Language not supported
- ballerina/init.bal: Language not supported
- ballerina/mssql_listener.bal: Language not supported
- ballerina/mysql_listener.bal: Language not supported
- ballerina/oracledb_listener.bal: Language not supported
- ballerina/postgresql_listener.bal: Language not supported
- ballerina/service.bal: Language not supported
- ballerina/types.bal: Language not supported
- ballerina/utils.bal: Language not supported
- build-config/spotbugs-exclude.xml: Language not supported
- examples/build.bat: Language not supported
- gradle.properties: Language not supported
- native/build.gradle: Language not supported
Comments suppressed due to low confidence (1)
ballerina/Dependencies.toml:76
- [nitpick] The organization identifier 'ballerinai' in the observe package instead of the usual 'ballerina' could lead to inconsistency in dependency organization. Consider using a consistent organization naming to avoid confusion.
org = "ballerinai"
ayeshLK
reviewed
May 7, 2025
ayeshLK
reviewed
May 7, 2025
ayeshLK
reviewed
May 7, 2025
ayeshLK
reviewed
May 7, 2025
ayeshLK
reviewed
May 7, 2025
ayeshLK
reviewed
May 7, 2025
ayeshLK
reviewed
May 7, 2025
a0812fe to
826ec00
Compare
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
$subject
Examples
Checklist