Nice project.
When trying to use the dependency 0.15.1 from Maven central I get a runtime exception regarding the jvmdowngrader. Is this needed, as its not in the dependency tree?
Seems like the EventBus class uses:
import bento-fx.xyz.wagyourtail.jvmdg.j21.stub.java_base.J_L_MatchException;
and in the switch:
switch (jvmdowngrader$switch$fire$0(event, var17)) {
Caused by: java.lang.NoClassDefFoundError: bento-fx/xyz/wagyourtail/jvmdg/j21/stub/java_base/J_L_MatchException
at bento.fx/software.coley.bentofx.Bento.newEventBus(Bento.java:39)
at bento.fx/software.coley.bentofx.Bento.(Bento.java:28)
Looks like this is not a problem in the current repo but just with centrals dependency.
Nice project.
When trying to use the dependency 0.15.1 from Maven central I get a runtime exception regarding the jvmdowngrader. Is this needed, as its not in the dependency tree?
Seems like the EventBus class uses:
import bento-fx.xyz.wagyourtail.jvmdg.j21.stub.java_base.J_L_MatchException;
and in the switch:
switch (jvmdowngrader$switch$fire$0(event, var17)) {
Caused by: java.lang.NoClassDefFoundError: bento-fx/xyz/wagyourtail/jvmdg/j21/stub/java_base/J_L_MatchException
at bento.fx/software.coley.bentofx.Bento.newEventBus(Bento.java:39)
at bento.fx/software.coley.bentofx.Bento.(Bento.java:28)
Looks like this is not a problem in the current repo but just with centrals dependency.