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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
