Skip to content

Use Pair class of apache.commons.lang3 instead of javafx#193

Merged
duhenglucky merged 1 commit intoapache:mainfrom
linfan:main
Jul 9, 2022
Merged

Use Pair class of apache.commons.lang3 instead of javafx#193
duhenglucky merged 1 commit intoapache:mainfrom
linfan:main

Conversation

@linfan
Copy link
Copy Markdown
Contributor

@linfan linfan commented Jul 7, 2022

问题描述:

rocketmq-streams源码无法在Java 11环境编译。

问题原因:

源码中使用到的javafx.util.Pair类型在Java 11及之后版本中已移除。

PullRequest内容:

使用更通用的org.apache.commons.lang3.tuple.Pair类型替换javafx.util.Pair类型,经验证替换后项目可以在Java 11环境顺利编译使用。

@duhenglucky duhenglucky merged commit a9fe443 into apache:main Jul 9, 2022
ni-ze pushed a commit to ni-ze/rocketmq-streams that referenced this pull request Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants