-
Notifications
You must be signed in to change notification settings - Fork 34
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
[JENKINS-65161] remove commons-digester2 from core and upgrade plugins to commons-digester3 #24
Conversation
…s to commons-digester3 Signed-off-by: olivier lamy <olamy@apache.org>
Thank you for your contribution, Olivier! 👍 |
@marek-parfianowicz no worries and thanks a lot for the merge. |
I don't know yet. I think I shall also review and merge this PR #21. Is there any deadline for this? |
The sooner the better 😀 |
To concur with Olivier: we would like to be able to merge jenkinsci/jenkins#5320 as soon as reasonably possible. And when we do this, any unadjusted plugin will not work anymore on latest Jenkins version. And given we have 20+ PRs in flight, the more that are released, the more we can focus on what is left :-). Thanks @marek-parfianowicz ! |
4.12.0 is released https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/clover/4.12.0/ |
thank you @marek-parfianowicz |
You're awesome @marek-parfianowicz ! Thank you very much! :-) |
After updating jenkins to v2.297 and using clover plugin version 4.12. I get the following error ->
After searching a bit, I think the Digester import should be changed to -> org.apache.commons.digester3.Digester |
@pensionarchitects-ben good call, sorry we didn't see this in the review here https://github.com/jenkinsci/clover-plugin/pull/24/files#diff-e68e032119e5e1812515b2efec5ab7819adc5fed91679673629ced271e5a0905L13 |
oh crapp sorry for that. |
fixed with #25 |
I just released clover 4.12.1 with the fix. |
Thx for the quick responses and fix |
No description provided.