Skip to content

Commit

Permalink
DBZ-8035 Align core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Aug 20, 2024
1 parent 46636dc commit 838bb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class As400TaskContext extends CdcSourceTaskContext {

public As400TaskContext(As400ConnectorConfig config, As400DatabaseSchema schema,
Map<String, String> customMetricTags) {
super(config.getContextName(), config.getLogicalName(), customMetricTags, schema::tableIds);
super(config, customMetricTags, schema::tableIds);
this.config = config;
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<properties>
<!-- Debezium parent -->
<version.debezium>2.7.0-SNAPSHOT</version.debezium>
<version.debezium>3.0.0-SNAPSHOT</version.debezium>

<!-- Dependencies -->
<version.jt400>11.1</version.jt400>
Expand Down

0 comments on commit 838bb72

Please sign in to comment.