You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Shanthoosh Venkataraman (JIRA)" <ji...@apache.org> on 2018/05/17 23:51:00 UTC

[jira] [Created] (SAMZA-1720) Remove usages of javax.util from samza-sql tests.

Shanthoosh Venkataraman created SAMZA-1720:
----------------------------------------------

             Summary: Remove usages of javax.util from samza-sql tests.
                 Key: SAMZA-1720
                 URL: https://issues.apache.org/jira/browse/SAMZA-1720
             Project: Samza
          Issue Type: Bug
            Reporter: Shanthoosh Venkataraman


In samza-sql module, currently few test classes(TestSamzaSqlRelMessageSerde and TestSamzaSqlRelRecordSerde) are dependent upon javax.util.Pair class.

javafx.util.Pair is not supported by default in all JDK builds(example; open-jdk java-8 doesn't support javafx module) and it belongs to javafx package which is primarily used for developing GUI applications. 

This dependency has to be removed and should be replaced with either internal samza classes(KV, Entry) or Pair from apache-commons.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)