File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
native/src/main/resources/META-INF/native-image/io.ballerina.lib/cdc-native Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22org = " ballerinax"
33name = " cdc"
4- version = " 1.0.1 "
4+ version = " 1.0.2 "
55distribution = " 2201.12.0"
66authors = [" Ballerina" ]
77repository = " https://github.com/ballerina-platform/module-ballerinax-cdc"
@@ -15,9 +15,9 @@ graalvmCompatible=true
1515
1616[[platform .java21 .dependency ]]
1717groupId = " io.ballerina.lib.cdc"
18- artifactId = " cdc-native-1.0.1 "
19- version = " 1.0.1 "
20- path = " ../native/build/libs/cdc-native-1.0.1 .jar"
18+ artifactId = " cdc-native-1.0.2-SNAPSHOT "
19+ version = " 1.0.2-SNAPSHOT "
20+ path = " ../native/build/libs/cdc-native-1.0.2-SNAPSHOT .jar"
2121
2222[[platform .java21 .dependency ]]
2323groupId = " io.debezium"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ id = "cdc-compiler-plugin"
33class = " io.ballerina.lib.cdc.compiler.CdcCompilerPlugin"
44
55[[dependency ]]
6- path = " ../compiler-plugin/build/libs/cdc-compiler-plugin-1.0.1 .jar"
6+ path = " ../compiler-plugin/build/libs/cdc-compiler-plugin-1.0.2-SNAPSHOT .jar"
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ modules = [
174174[[package ]]
175175org = " ballerinax"
176176name = " cdc"
177- version = " 1.0.1 "
177+ version = " 1.0.2 "
178178dependencies = [
179179 {org = " ballerina" , name = " crypto" },
180180 {org = " ballerina" , name = " data.jsondata" },
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ echo "Processing examples in the examples directory..."
7474cd " $BAL_EXAMPLES_DIR "
7575for dir in $( find " $BAL_EXAMPLES_DIR " -type d -maxdepth 1 -mindepth 1) ; do
7676 # Skip the build directory
77- if [[ " $dir " == * build/ ]]; then
77+ if [[ " $( basename " $ dir" ) " == " build" ]]; then
7878 continue
7979 fi
8080 echo " Processing example: $dir "
Original file line number Diff line number Diff line change 3535 "methods" :[{"name" :" <init>" ,"parameterTypes" :[" java.util.Properties" ] }]
3636},
3737{
38- "name" :" io.debezium.schema.SchemaTopicNamingStrategy"
38+ "name" :" io.debezium.schema.SchemaTopicNamingStrategy" ,
39+ "methods" :[{"name" :" <init>" ,"parameterTypes" :[" java.util.Properties" ] }]
3940},
4041{
4142 "name" :" io.debezium.snapshot.SnapshotterService" ,
You can’t perform that action at this time.
0 commit comments