tirerocket
tirerocket
Definitely a blocker for my flowcharts, would really like to see the fine-grained control over subgraph direction. Rooting for you @knsv !
Can we reopen and classify this as a feature request please? Based on the activity in this thread, there's a lot of people who are looking for this functionality @sidharthv96...
> create an abstract class with a public static field of itself. set that field with a subclass that is not injected. only use jvm types in your abstract class....
@raphw thanks for the quick response. How would I access my own class loader from the Agent to create the Dispatcher implementation? This seems incorrect: Dispatcher.dispatcher = (Dispatcher) Class.forName("agent.DispatcherImpl", false,...
This is what I receive when I do the above: `java.lang.ClassCastException: class agent.DispatcherImpl cannot be cast to class agent.Dispatcher (agent.DispatcherImpl is in unnamed module of loader 'app'; agent.Dispatcher is in...
Nevermind - I see what you mean now. Just gotta play with the classloaders. Thanks!
Also having this issue after moving to v12
@peterkogo any idea when this will be addressed?