getappmap / appmap-java

AppMap client agent for Java
Other
80 stars 14 forks source link

java.lang.RuntimeException: java.lang.NoSuchMethodException: org.flowable.dmn.engine.test.jupiter.FlowableDmnJupiterCustomResourceTest.customResourceUsages() #240

Closed kgilpin closed 8 months ago

kgilpin commented 8 months ago

https://github.com/land-of-apps/flowable-engine/actions/runs/7008587135/job/19065203842#step:7:1965

java.lang.RuntimeException: java.lang.NoSuchMethodException: org.flowable.dmn.engine.test.jupiter.FlowableDmnJupiterCustomResourceTest.customResourceUsages()
    at com.appland.appmap.util.ClassUtil.findMethod(ClassUtil.java:141)
    at com.appland.appmap.process.hooks.test.TestSupport.isRecordingEnabled(TestSupport.java:35)
    at com.appland.appmap.process.hooks.test.TestSupport.startRecording(TestSupport.java:27)
    at com.appland.appmap.process.hooks.test.TestSupport.startRecording(TestSupport.java:16)
    at com.appland.appmap.process.hooks.test.JUnit.junit5Test(JUnit.java:47)
    at org.flowable.dmn.engine.test.jupiter.FlowableDmnJupiterCustomResourceTest.customResourceUsages(FlowableDmnJupiterCustomResourceTest.java)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
    at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
    at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
    at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
    at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
    at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
    at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
    at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
    at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
    at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
    at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
    at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
    at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
    at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
    at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
    at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
    at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
appland-release commented 8 months ago

:tada: This issue has been resolved in version 1.25.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: