jloisel opened a new issue, #6030:
URL: https://github.com/apache/jmeter/issues/6030
### Expected behavior
This is causing jmeter plugin maven modules junits to fail:
```
java.lang.NoClassDefFoundError: org/apache/jorphan/gui/JFactory
at
org.apache.jmeter.gui.AbstractJMeterGuiComponent.<init>(AbstractJMeterGuiComponent.java:84)
at
org.apache.jmeter.visualizers.gui.AbstractListenerGui.<init>(AbstractListenerGui.java:31)
....
Caused by: java.lang.ClassNotFoundException: org.apache.jorphan.gui.JFactory
at
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
... 74 more
```
It works fine when using JMeter 5.5 dependencies.
### Actual behavior
_No response_
### Steps to reproduce the problem
Have a plugin which depends on `ApacheJMeter_http`. Trying to instantiate
any plugin which extends `AbstractJMeterGuiComponent` fails due to jorphan not
being pulled as a dependency.
### JMeter Version
5.6
### Java Version
17.0.7
### OS Version
Ubuntu 22.04 LTS
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]