-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
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
JDK11+适配,新版license验证失败修复,merge原作代码 #4
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: pengzhile <pengzhile@gmail.com>
Signed-off-by: pengzhile <pengzhile@gmail.com>
Signed-off-by: pengzhile <pengzhile@gmail.com>
Signed-off-by: pengzhile <pengzhile@gmail.com>
Signed-off-by: pengzhile <pengzhile@gmail.com>
Signed-off-by: pengzhile <pengzhile@gmail.com>
Signed-off-by: pengzhile <pengzhile@gmail.com>
feat: add JIRA&Crowd FAQ
feat: add Bitbucket FAQ
feat: add Bamboo FAQ
Signed-off-by: pengzhile <pengzhile@gmail.com>
Signed-off-by: pengzhile <pengzhile@gmail.com>
# Conflicts: # pom.xml
好像不支持获取插件的license了? |
插件你看我提交的readme,有更新的 |
…Property.java" This reverts commit 32afddf.
…s/ThirdPlugin.java" This reverts commit b10798f.
- In LicenseProperty.java, the code was modified to remove the DataCenter and Subscription properties when they are not applicable. - In ThirdPlugin.java, the constructor was modified to remove the dataCenter parameter since it is no longer needed.
Fixing for Bitbucket 8.9
大佬,这个是不是不支持2024年新的(bitbucket 8.19.13)了呀 |
JDK11+ need javax.activation.
New atlassian version has a method com.atlassian.extras.decoder.v2.Version2LicenseDecoder.checkAndGetLicenseText need to modify, remove the verify code.
Optimize the hardcode problem ,where need to change the lib path.
Merge pengzhilo code.
JDK11+需要依赖javax.activation.
新版本的软件中com.atlassian.extras.decoder.v2.Version2LicenseDecoder.checkAndGetLicenseText 方法需要去除验证重写。
优化了lib路径硬编码问题。
合并原作者pengzhilo的更新代码。