Konstantine Karantasis created KAFKA-10836: ----------------------------------------------
Summary: Use type inference and cleanup generic type declarations in Connect Key: KAFKA-10836 URL: https://issues.apache.org/jira/browse/KAFKA-10836 Project: Kafka Issue Type: Improvement Components: KafkaConnect Reporter: Konstantine Karantasis Assignee: Daniel Osvath Even though the diamond operator has been available since Java 7, there are still a few places in Connect where we list types in declarations of generic collections. It's be nice to clean those up. Optionally, we should fix places where raw types are used instead of the equivalent generic types. -- This message was sent by Atlassian Jira (v8.3.4#803005)