You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In spotify/fmt-maven-plugin#139, I try using burningwave core to export packages from jdk.compiler.
When I then run this plugin, I get the following error in maven shutdown (it seems like)
Exception in thread "Burningwave - Resource releaser" java.lang.NoClassDefFoundError: org/burningwave/core/function/ThrowingRunnable
at org.burningwave.core.assembler.StaticComponentContainer.lambda$static$21(StaticComponentContainer.java:371)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.ClassNotFoundException: org.burningwave.core.function.ThrowingRunnable
at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
... 2 more
The text was updated successfully, but these errors were encountered:
Hello! This is not a Burningwave issue, but a is a problem of the class loader which is used to load org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy class: that class loader has no visibility of the Core jar. So I close the issue and we can continue in the Discussion post
In spotify/fmt-maven-plugin#139, I try using burningwave core to export packages from jdk.compiler.
When I then run this plugin, I get the following error in maven shutdown (it seems like)
The text was updated successfully, but these errors were encountered: