We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
框架线程池查询功能,任意一种框架线程池适配查询,点击 搜索 按钮。
搜索
代码位置:cn.hippo4j.config.service.ThreadPoolAdapterService#query
cn.hippo4j.config.service.ThreadPoolAdapterService#query
JDK 11 情况下,JSONUtil.parseObject(resultStr, Result.class); 解析失败,JDK 8 没问题,需要对 JDK 11 作出适配。
JSONUtil.parseObject(resultStr, Result.class);
报错:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
功能
框架线程池查询功能,任意一种框架线程池适配查询,点击
搜索
按钮。问题描述
代码位置:
cn.hippo4j.config.service.ThreadPoolAdapterService#query
JDK 11 情况下,
JSONUtil.parseObject(resultStr, Result.class);
解析失败,JDK 8 没问题,需要对 JDK 11 作出适配。报错:
The text was updated successfully, but these errors were encountered: