Skip to content
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

Merged
merged 1 commit into from
Apr 30, 2021

Conversation

olamy
Copy link
Member

@olamy olamy commented Apr 30, 2021

No description provided.

…s to commons-digester3

Signed-off-by: olivier lamy <olamy@apache.org>
@olamy
Copy link
Member Author

olamy commented Apr 30, 2021

see jenkinsci/jenkins#5320

@marek-parfianowicz marek-parfianowicz merged commit b3814bc into jenkinsci:master Apr 30, 2021
@marek-parfianowicz
Copy link
Contributor

Thank you for your contribution, Olivier! 👍

@olamy olamy deleted the JENKINS-65161 branch May 1, 2021 23:57
@olamy
Copy link
Member Author

olamy commented May 1, 2021

@marek-parfianowicz no worries and thanks a lot for the merge.
Do you plan to cut a release soon?

@marek-parfianowicz
Copy link
Contributor

@marek-parfianowicz no worries and thanks a lot for the merge.
Do you plan to cut a release soon?

I don't know yet. I think I shall also review and merge this PR #21. Is there any deadline for this?

@olamy
Copy link
Member Author

olamy commented May 3, 2021

The sooner the better 😀
More seriously end of this week or early next week sounds good and a reasonable target
Thanks for looking at this!

@batmat
Copy link
Member

batmat commented May 3, 2021

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 !

@marek-parfianowicz
Copy link
Contributor

4.12.0 is released https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/clover/4.12.0/

@marek-parfianowicz marek-parfianowicz added this to the clover-4.12.0 milestone May 4, 2021
@alecharp
Copy link
Member

alecharp commented May 4, 2021

thank you @marek-parfianowicz

@batmat
Copy link
Member

batmat commented May 4, 2021

You're awesome @marek-parfianowicz ! Thank you very much! :-)

@pensionarchitects-ben
Copy link

After updating jenkins to v2.297 and using clover plugin version 4.12. I get the following error ->

11:01:08 ERROR: Step ‘Publish OpenClover coverage report’ aborted due to exception: 11:01:08 java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester 11:01:08 at hudson.plugins.clover.CloverCoverageParser.createDigester(CloverCoverageParser.java:49) 11:01:08 at hudson.plugins.clover.CloverCoverageParser.parse(CloverCoverageParser.java:68) 11:01:08 at hudson.plugins.clover.CloverCoverageParser.parse(CloverCoverageParser.java:44) 11:01:08 at hudson.plugins.clover.CloverPublisher.processCloverXml(CloverPublisher.java:198) 11:01:08 at hudson.plugins.clover.CloverPublisher.performImpl(CloverPublisher.java:176) 11:01:08 at hudson.plugins.clover.CloverPublisher.perform(CloverPublisher.java:141) 11:01:08 at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123) 11:01:08 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) 11:01:08 at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:48) 11:01:08 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:808) 11:01:08 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:757) 11:01:08 at hudson.model.Build$BuildExecution.post2(Build.java:179) 11:01:08 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:701) 11:01:08 at hudson.model.Run.execute(Run.java:1936) 11:01:08 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 11:01:08 at hudson.model.ResourceController.execute(ResourceController.java:100) 11:01:08 at hudson.model.Executor.run(Executor.java:433)

After searching a bit, I think the Digester import should be changed to -> org.apache.commons.digester3.Digester

@olamy @marek-parfianowicz

@alecharp
Copy link
Member

@olamy
Copy link
Member Author

olamy commented Jun 16, 2021

oh crapp sorry for that.

@olamy
Copy link
Member Author

olamy commented Jun 16, 2021

fixed with #25

@marek-parfianowicz
Copy link
Contributor

I just released clover 4.12.1 with the fix.

@pensionarchitects-ben
Copy link

Thx for the quick responses and fix

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.

5 participants