-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Versions 0.5.0/0.6.1 fail with error NoClassDefFoundError: org/codehaus/doxia/sink/Sink #116
Comments
Hi @cicirello! What is the URL of the repository you're having issues with? Thanks! |
Hi @jimbethancourt yes, I use it in several repositories (great tool by the way). Here are some more details. It actually appears that I get the same error with 0.5.0. But, 0.4.0 is working fine. I thought that I had actually tried 0.5.0, but I apparently hadn't actually used 0.5.0 after updating to it. So the issue actually appeared in 0.5.0 for me. Repository: I checked a few others where I use the same plugins, etc, and I get the same error in the following repositories as well. https://github.com/cicirello/JavaPermutationTools The last one of the above has the shortest build time of those 4 repositories, and also doesn't have any dependencies other than Maven plug-ins. I have RefactorFirst configured in a profile. You can activate it with the following to reproduce the error (for any of the above repositories): mvn clean package -P "analysis" Operating System: Windows 10 Maven: Apache Maven 3.8.5 Java: Thanks, |
Hi again @jimbethancourt after my previous reply above, I decided to update Maven to see whether that makes a difference. I still get the same error with Apache Maven 3.9.9. |
Good news @cicirello! It turns out that the issue is resolved if the doxia-reporting dependencies are upgraded to version 4.0.0. I should be able to cut a release tomorrow. It looks like I need to upgrade a few dependencies with CVSS scores higher than I'm comfortable with as well. |
And thank you for your kind words! |
@jimbethancourt great. Thanks for the update. |
I just released version 0.6.2 that should fix this problem. It should be available in a few hours and definitely by tomorrow. |
@jimbethancourt thanks. I tried it out. Works great. |
Thanks @cicirello! That's great news! |
Versions 0.5.0 and 0.6.1 fail with following error:
My configuration of the plugin from my pom.xml
Note that this was previously working with version 0.4.0.
Other Potentially Relevant Details:
This is for a Java 17 project.
The text was updated successfully, but these errors were encountered: