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
目前如果只需要weixin-java-pay的小部分功能,项目仍然会引入javax.servlet-api依赖,导致项目中的@ConditionalOnClass在适配新老项目时出现问题
javax.servlet-api
@ConditionalOnClass
建议: 1.尽快升级为jakarta 2.将servlet-api依赖不可传递,改为optional
jakarta
servlet-api
optional
The text was updated successfully, but these errors were encountered:
欢迎直接提供可靠的优化代码并提交PR
Sorry, something went wrong.
【微信支付】 binarywang#3160 修改servlet依赖不可传递,编译和测试时使用
e1dd962
Successfully merging a pull request may close this issue.
目前如果只需要weixin-java-pay的小部分功能,项目仍然会引入
javax.servlet-api
依赖,导致项目中的@ConditionalOnClass
在适配新老项目时出现问题模块版本情况
建议:
1.尽快升级为
jakarta
2.将
servlet-api
依赖不可传递,改为optional
The text was updated successfully, but these errors were encountered: