You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Konstantine Karantasis (Jira)" <ji...@apache.org> on 2020/12/10 22:08:00 UTC

[jira] [Created] (KAFKA-10836) Use type inference and cleanup generic type declarations in Connect

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)