Resolve API update KafkaItemReader and Writer Tests
This commit is contained in:
@@ -244,6 +244,11 @@ public class KafkaItemReaderAutoConfigurationTests {
|
||||
throws NoSuchSslBundleException {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> getBundleNames() {
|
||||
return List.of();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -159,6 +159,11 @@ public class KafkaItemWriterTests {
|
||||
throws NoSuchSslBundleException {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> getBundleNames() {
|
||||
return List.of();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user