You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/07/07 15:48:21 UTC

[GitHub] [rocketmq-streams] linfan opened a new pull request, #193: Use Pair class of apache.commons.lang3 instead of javafx

linfan opened a new pull request, #193:
URL: https://github.com/apache/rocketmq-streams/pull/193

   **问题描述:**
   
   `rocketmq-streams`源码无法在Java 11环境编译。
   
   **问题原因:**
   
   源码中使用到的`javafx.util.Pair`类型在Java 11及之后版本中已移除。
   
   **PullRequest内容:**
   
   使用更通用的`org.apache.commons.lang3.tuple.Pair`类型替换`javafx.util.Pair`类型,经验证替换后项目可以在Java 11环境顺利编译使用。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-streams] duhenglucky merged pull request #193: Use Pair class of apache.commons.lang3 instead of javafx

Posted by GitBox <gi...@apache.org>.
duhenglucky merged PR #193:
URL: https://github.com/apache/rocketmq-streams/pull/193


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org