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] [Updated] (SAMZA-1720) Remove javafx.util dependency from samza-sql tests.

     [ https://issues.apache.org/jira/browse/SAMZA-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shanthoosh Venkataraman updated SAMZA-1720:
-------------------------------------------
    Summary: Remove javafx.util dependency from samza-sql tests.  (was: Remove usages of javax.util from samza-sql tests.)

> Remove javafx.util dependency from samza-sql tests.
> ---------------------------------------------------
>
>                 Key: SAMZA-1720
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1720
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Shanthoosh Venkataraman
>            Priority: Major
>
> 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)