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
got a static inner class TaskListener that I register via CamundaMockito.registerInstance(new ...).
The name should be derived from the Component annotation, but I get
java.lang.IncompatibleClassChangeError: ....UnclaimTaskJobHandler and ....UnclaimTaskJobHandler$CreateUnclaimJobOnAssignmentListener disagree on InnerClasses attribute
at java.lang.Class.getDeclaringClass0(Native Method)
at java.lang.Class.getDeclaringClass(Class.java:1235)
at java.lang.Class.getEnclosingClass(Class.java:1277)
at java.lang.Class.getSimpleBinaryName(Class.java:1443)
at java.lang.Class.getSimpleName(Class.java:1309)
at org.camunda.bpm.extension.mockito.function.NameForType.typeOf(NameForType.java:36)
at org.camunda.bpm.extension.mockito.function.NameForType.juelNameFor(NameForType.java:47)
at org.camunda.bpm.extension.mockito.Expressions.registerInstance(Expressions.java:175)
at org.camunda.bpm.extension.mockito.CamundaMockito.registerInstance(CamundaMockito.java:423)
The text was updated successfully, but these errors were encountered:
got a static inner class TaskListener that I register via CamundaMockito.registerInstance(new ...).
The name should be derived from the Component annotation, but I get
The text was updated successfully, but these errors were encountered: