Resolve API update KafkaItemReader and Writer Tests

This commit is contained in:
Glenn Renfro
2024-08-26 08:53:30 -04:00
parent 1fa3300925
commit 1fb7c4617d
2 changed files with 10 additions and 0 deletions

View File

@@ -244,6 +244,11 @@ public class KafkaItemReaderAutoConfigurationTests {
throws NoSuchSslBundleException {
}
@Override
public List<String> getBundleNames() {
return List.of();
}
};
}

View File

@@ -159,6 +159,11 @@ public class KafkaItemWriterTests {
throws NoSuchSslBundleException {
}
@Override
public List<String> getBundleNames() {
return List.of();
}
};
}