Skip to content

fix(deps): update version.camunda-spring to v8.5.16 #1693

fix(deps): update version.camunda-spring to v8.5.16

fix(deps): update version.camunda-spring to v8.5.16 #1693

GitHub Actions / Test Results failed Dec 20, 2024 in 0s

2 errors, 2 skipped, 31 pass in 15s

35 tests  ±0   31 ✅ ±0   15s ⏱️ +4s
 8 suites ±0    2 💤 ±0 
 8 files   ±0    0 ❌ ±0   2 🔥 ±0 

Results for commit edb46b0. ± Comparison against earlier commit 89e5cd8.

Annotations

Check failure on line 0 in io.camunda.community.connector.script.WorkflowTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

shouldReturnResultConnector (io.camunda.community.connector.script.WorkflowTest) with error

connector/target/surefire-reports/TEST-io.camunda.community.connector.script.WorkflowTest.xml [took 1s]
Raw output
Failed to invoke event listener method
HandlerMethod details: 
Bean [io.camunda.zeebe.spring.client.event.ZeebeClientEventListener]
Method [public void io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent)]
Resolved arguments: 
[0] [type=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent] [value=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent[source=io.camunda.zeebe.spring.test.ZeebeTestExecutionListener@43e49626]]
java.lang.reflect.UndeclaredThrowableException: 
Failed to invoke event listener method
HandlerMethod details: 
Bean [io.camunda.zeebe.spring.client.event.ZeebeClientEventListener]
Method [public void io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent)]
Resolved arguments: 
[0] [type=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent] [value=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent[source=io.camunda.zeebe.spring.test.ZeebeTestExecutionListener@43e49626]]

	at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:399)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:254)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:173)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:178)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156)
	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:454)
	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:387)
	at io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener.setupWithZeebeEngine(AbstractZeebeTestExecutionListener.java:52)
	at io.camunda.zeebe.spring.test.ZeebeTestExecutionListener.beforeTestMethod(ZeebeTestExecutionListener.java:33)
	at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
	at org.springframework.test.context.junit.jupiter.SpringExtension.beforeEach(SpringExtension.java:237)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.NoSuchMethodError: 'void io.camunda.zeebe.spring.client.annotation.value.ZeebeWorkerValue.setFetchVariables(java.util.List)'
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.openWorkerForOutboundConnector(OutboundConnectorManager.java:87)
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.lambda$start$0(OutboundConnectorManager.java:75)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.start(OutboundConnectorManager.java:75)
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor.start(OutboundConnectorAnnotationProcessor.java:77)
	at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.lambda$startAll$0(ZeebeAnnotationProcessorRegistry.java:54)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.startAll(ZeebeAnnotationProcessorRegistry.java:54)
	at io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(ZeebeClientEventListener.java:32)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:382)
	... 13 more
02:41:18.487 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [io.camunda.community.connector.script.WorkflowTest]: WorkflowTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
02:41:18.575 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration io.camunda.community.connector.script.ZeebeScriptWorkerApplication for test class io.camunda.community.connector.script.WorkflowTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::                (v3.4.1)

2024-12-20T02:41:19.609Z  INFO 2017 --- [           main] i.c.c.connector.script.WorkflowTest      : Starting WorkflowTest using Java 21.0.5 with PID 2017 (started by runner in /home/runner/work/script-connector/script-connector/connector)
2024-12-20T02:41:19.610Z  INFO 2017 --- [           main] i.c.c.connector.script.WorkflowTest      : No active profile set, falling back to 1 default profile: "default"
2024-12-20T02:41:20.734Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.zeebe.spring.client.configuration.AnnotationProcessorConfiguration' of type [io.camunda.zeebe.spring.client.configuration.AnnotationProcessorConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-12-20T02:41:20.736Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.connector.runtime.outbound.OutboundConnectorRuntimeConfiguration' of type [io.camunda.connector.runtime.outbound.OutboundConnectorRuntimeConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:20.750Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'zeebe.client-io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties' of type [io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:20.751Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.zeebe.spring.client.configuration.ZeebeClientAllAutoConfiguration' of type [io.camunda.zeebe.spring.client.configuration.ZeebeClientAllAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:20.752Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'zeebeClientExecutorService' of type [io.camunda.zeebe.spring.client.jobhandling.ZeebeClientExecutorService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:20.755Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'commandExceptionHandlingStrategy' of type [io.camunda.zeebe.spring.client.jobhandling.DefaultCommandExceptionHandlingStrategy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:20.759Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.connector.runtime.OutboundConnectorsAutoConfiguration' of type [io.camunda.connector.runtime.OutboundConnectorsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:20.850Z  INFO 2017 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@1653ae9d)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@1a8cf1e4, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:20.958Z  INFO 2017 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@51aafde5)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@7595dfad, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:20.968Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'objectMapper' of type [com.fasterxml.jackson.databind.json.JsonMapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:20.969Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.zeebe.spring.client.configuration.JsonMapperConfiguration' of type [io.camunda.zeebe.spring.client.configuration.JsonMapperConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:20.969Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'zeebeJsonMapper' of type [io.camunda.zeebe.client.impl.ZeebeObjectMapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:20.970Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.zeebe.spring.client.configuration.ZeebeActuatorConfiguration' of type [io.camunda.zeebe.spring.client.configuration.ZeebeActuatorConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:21.006Z  INFO 2017 --- [           main] i.c.z.s.c.a.MicrometerMetricsRecorder    : Enabling Micrometer based metrics for spring-zeebe (available via Actuator)
2024-12-20T02:41:21.007Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'micrometerMetricsRecorder' of type [io.camunda.zeebe.spring.client.actuator.MicrometerMetricsRecorder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:21.008Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'jobWorkerManager' of type [io.camunda.zeebe.spring.client.jobhandling.JobWorkerManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:21.016Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'outboundConnectorFactory' of type [io.camunda.connector.runtime.core.outbound.DefaultOutboundConnectorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:21.017Z  INFO 2017 --- [           main] i.c.c.r.s.EnvironmentSecretProvider      : No prefix has been configured, all environment variables are available as connector secrets
2024-12-20T02:41:21.018Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'defaultSecretProvider' of type [io.camunda.connector.runtime.secret.EnvironmentSecretProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:21.019Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'springSecretProviderAggregator' of type [io.camunda.connector.runtime.core.secret.SecretProviderAggregator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:21.021Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'outboundConnectorManager' of type [io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:21.023Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'annotationProcessor' of type [io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:21.024Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'deploymentPostProcessor' of type [io.camunda.zeebe.spring.client.annotation.processor.ZeebeDeploymentAnnotationProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:21.041Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'propertyBasedZeebeWorkerValueCustomizer' of type [io.camunda.zeebe.spring.client.properties.PropertyBasedZeebeWorkerValueCustomizer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:21.042Z  WARN 2017 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'zeebeWorkerPostProcessor' of type [io.camunda.zeebe.spring.client.annotation.processor.ZeebeWorkerAnnotationProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2024-12-20T02:41:21.369Z  WARN 2017 --- [           main] o.s.b.a.m.MustacheAutoConfiguration      : Cannot find template location: classpath:/templates/ (please add some templates, check your Mustache configuration, or set spring.mustache.check-template-location=false)
2024-12-20T02:41:21.397Z  INFO 2017 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@76baeab)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@19377df8, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:22.051Z  INFO 2017 --- [           main] org.ehcache.core.EhcacheManager          : Cache 'tokenCache' created in EhcacheManager.
2024-12-20T02:41:22.481Z  WARN 2017 --- [           main] .b.a.g.t.GroovyTemplateAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Groovy configuration, or set spring.groovy.template.check-template-location=false)
2024-12-20T02:41:22.565Z  INFO 2017 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 1 endpoint beneath base path '/actuator'
2024-12-20T02:41:22.641Z  INFO 2017 --- [           main] i.c.c.connector.script.WorkflowTest      : Started WorkflowTest in 3.959 seconds (process running for 12.662)
2024-12-20T02:41:22.969Z  INFO 2017 --- [           main] i.c.z.s.test.ZeebeTestExecutionListener  : Create Zeebe in-memory engine for test run on random port: 49351...
2024-12-20T02:41:23.288Z  INFO 2017 --- [    zb-actors-1] io.camunda.zeebe.logstreams              : Recovered state of partition 1 from snapshot at position -1
2024-12-20T02:41:23.309Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4340965c)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@2b446955, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@5793a223, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:23.360Z  INFO 2017 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@151096e8)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@74bfcd28)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-20T02:41:23.362Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@30cbe4aa)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@74bfcd28)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:23.378Z  INFO 2017 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@617b63b4)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@639249f4)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-20T02:41:23.378Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@6afd0e3a)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@639249f4)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:23.405Z  INFO 2017 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@7121aedf)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@3344c13a)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-20T02:41:23.405Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@294bf988)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@3344c13a)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:23.407Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@119a8568)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@5fdb34f5, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@3f5be14c, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:23.422Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@36c8b47e)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@12e1ec4e, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@1678b4c4, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:23.422Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@79776cf2)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@19a8a837, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@4089a623, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:23.444Z  INFO 2017 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@2710e403)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@64f68efa)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-20T02:41:23.444Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@104f8241)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@64f68efa)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:23.491Z  INFO 2017 --- [    zb-actors-1] io.camunda.zeebe.processor               : Processor starts replay of events. [snapshot-position: -1, replay-mode: PROCESSING]
2024-12-20T02:41:23.492Z  INFO 2017 --- [           main] z.s.t.AbstractZeebeTestExecutionListener : Test engine setup. Now starting deployments and workers...
2024-12-20T02:41:23.491Z  INFO 2017 --- [    zb-actors-1] io.camunda.zeebe.processor               : Processor finished replay, with [lastProcessedPosition: -1, lastWrittenPosition: -1]
2024-12-20T02:41:23.592Z  WARN 2017 --- [           main] o.s.test.context.TestContextManager      : Caught exception while invoking 'beforeTestMethod' callback on TestExecutionListener [io.camunda.zeebe.spring.test.ZeebeTestExecutionListener] for test method [void io.camunda.community.connector.script.WorkflowTest.shouldReturnResultConnector()] and test instance [io.camunda.community.connector.script.WorkflowTest@4f45a09c]

java.lang.reflect.UndeclaredThrowableException: Failed to invoke event listener method
HandlerMethod details: 
Bean [io.camunda.zeebe.spring.client.event.ZeebeClientEventListener]
Method [public void io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent)]
Resolved arguments: 
[0] [type=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent] [value=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent[source=io.camunda.zeebe.spring.test.ZeebeTestExecutionListener@43e49626]]

	at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:399)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:254)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:173)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:178)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156)
	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:454)
	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:387)
	at io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener.setupWithZeebeEngine(AbstractZeebeTestExecutionListener.java:52)
	at io.camunda.zeebe.spring.test.ZeebeTestExecutionListener.beforeTestMethod(ZeebeTestExecutionListener.java:33)
	at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
	at org.springframework.test.context.junit.jupiter.SpringExtension.beforeEach(SpringExtension.java:237)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachCallbacks$3(TestMethodTestDescriptor.java:166)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$7(TestMethodTestDescriptor.java:202)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachCallbacks(TestMethodTestDescriptor.java:165)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:132)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.lang.NoSuchMethodError: 'void io.camunda.zeebe.spring.client.annotation.value.ZeebeWorkerValue.setFetchVariables(java.util.List)'
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.openWorkerForOutboundConnector(OutboundConnectorManager.java:87)
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.lambda$start$0(OutboundConnectorManager.java:75)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.start(OutboundConnectorManager.java:75)
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor.start(OutboundConnectorAnnotationProcessor.java:77)
	at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.lambda$startAll$0(ZeebeAnnotationProcessorRegistry.java:54)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.startAll(ZeebeAnnotationProcessorRegistry.java:54)
	at io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(ZeebeClientEventListener.java:32)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:382)
	... 66 common frames omitted

2024-12-20T02:41:24.259Z  WARN 2017 --- [           main] z.s.t.AbstractZeebeTestExecutionListener : Test failure on 'void io.camunda.community.connector.script.WorkflowTest.shouldReturnResultConnector()'. Tracing workflow engine internals on INFO for debugging purposes:
2024-12-20T02:41:24.261Z  INFO 2017 --- [           main] i.c.z.p.t.filters.logger.IncidentLogger  : 
2024-12-20T02:41:24.265Z  INFO 2017 --- [           main] i.c.z.p.t.f.logger.RecordStreamLogger    : 
The following records have been recorded during this test:
2024-12-20T02:41:24.273Z  INFO 2017 --- [    zb-actors-0] io.camunda.zeebe.logstreams              : Close appender for log stream null
2024-12-20T02:41:24.273Z  INFO 2017 --- [    zb-actors-0] i.c.zeebe.logstreams.impl.log.Sequencer  : Closing sequencer for writing
2024-12-20T02:41:24.274Z  INFO 2017 --- [    zb-actors-0] io.camunda.zeebe.logstreams              : On closing logstream null close 2 readers
Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build what is described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#0.3
WARNING: A Java agent has been loaded dynamically (/home/runner/.m2/repository/net/bytebuddy/byte-buddy-agent/1.15.11/byte-buddy-agent-1.15.11.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release

Check failure on line 0 in io.camunda.community.connector.script.WorkflowTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

shouldReturnResult (io.camunda.community.connector.script.WorkflowTest) with error

connector/target/surefire-reports/TEST-io.camunda.community.connector.script.WorkflowTest.xml [took 0s]
Raw output
Failed to invoke event listener method
HandlerMethod details: 
Bean [io.camunda.zeebe.spring.client.event.ZeebeClientEventListener]
Method [public void io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent)]
Resolved arguments: 
[0] [type=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent] [value=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent[source=io.camunda.zeebe.spring.test.ZeebeTestExecutionListener@43e49626]]
java.lang.reflect.UndeclaredThrowableException: 
Failed to invoke event listener method
HandlerMethod details: 
Bean [io.camunda.zeebe.spring.client.event.ZeebeClientEventListener]
Method [public void io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent)]
Resolved arguments: 
[0] [type=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent] [value=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent[source=io.camunda.zeebe.spring.test.ZeebeTestExecutionListener@43e49626]]

	at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:399)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:254)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:173)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:178)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156)
	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:454)
	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:387)
	at io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener.setupWithZeebeEngine(AbstractZeebeTestExecutionListener.java:52)
	at io.camunda.zeebe.spring.test.ZeebeTestExecutionListener.beforeTestMethod(ZeebeTestExecutionListener.java:33)
	at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
	at org.springframework.test.context.junit.jupiter.SpringExtension.beforeEach(SpringExtension.java:237)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.NoSuchMethodError: 'void io.camunda.zeebe.spring.client.annotation.value.ZeebeWorkerValue.setFetchVariables(java.util.List)'
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.openWorkerForOutboundConnector(OutboundConnectorManager.java:87)
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.lambda$start$0(OutboundConnectorManager.java:75)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.start(OutboundConnectorManager.java:75)
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor.start(OutboundConnectorAnnotationProcessor.java:77)
	at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.lambda$startAll$0(ZeebeAnnotationProcessorRegistry.java:54)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.startAll(ZeebeAnnotationProcessorRegistry.java:54)
	at io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(ZeebeClientEventListener.java:32)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:382)
	... 13 more
2024-12-20T02:41:24.284Z  INFO 2017 --- [           main] i.c.z.s.test.ZeebeTestExecutionListener  : Create Zeebe in-memory engine for test run on random port: 59031...
2024-12-20T02:41:24.288Z  INFO 2017 --- [    zb-actors-1] io.camunda.zeebe.logstreams              : Recovered state of partition 1 from snapshot at position -1
2024-12-20T02:41:24.288Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@5ef05bef)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@1bf2ce55, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@e6b997c, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:24.289Z  INFO 2017 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@6d549737)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@67bce4e7)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-20T02:41:24.289Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@6b53e08e)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@67bce4e7)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:24.290Z  INFO 2017 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@306ddfd9)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@2241fa81)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-20T02:41:24.290Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@61883f2a)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@2241fa81)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:24.291Z  INFO 2017 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@3931ed3c)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@85e20d5)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-20T02:41:24.291Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@7083dac6)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@85e20d5)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:24.291Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4cbe9a84)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@677f95c0, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@1e5e4972, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:24.292Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@7065f595)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@48372ba7, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@537d66f4, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:24.292Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@3f84b030)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@60122308, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@118956be, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:24.292Z  INFO 2017 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@7a05cdd0)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@fca78c7)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-20T02:41:24.293Z  INFO 2017 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@4be843c6)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@fca78c7)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-20T02:41:24.294Z  INFO 2017 --- [    zb-actors-1] io.camunda.zeebe.processor               : Processor starts replay of events. [snapshot-position: -1, replay-mode: PROCESSING]
2024-12-20T02:41:24.294Z  INFO 2017 --- [           main] z.s.t.AbstractZeebeTestExecutionListener : Test engine setup. Now starting deployments and workers...
2024-12-20T02:41:24.294Z  INFO 2017 --- [    zb-actors-1] io.camunda.zeebe.processor               : Processor finished replay, with [lastProcessedPosition: -1, lastWrittenPosition: -1]
2024-12-20T02:41:24.296Z  WARN 2017 --- [           main] o.s.test.context.TestContextManager      : Caught exception while invoking 'beforeTestMethod' callback on TestExecutionListener [io.camunda.zeebe.spring.test.ZeebeTestExecutionListener] for test method [public void io.camunda.community.connector.script.WorkflowTest.shouldReturnResult()] and test instance [io.camunda.community.connector.script.WorkflowTest@6a110afe]

java.lang.reflect.UndeclaredThrowableException: Failed to invoke event listener method
HandlerMethod details: 
Bean [io.camunda.zeebe.spring.client.event.ZeebeClientEventListener]
Method [public void io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent)]
Resolved arguments: 
[0] [type=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent] [value=io.camunda.zeebe.spring.client.event.ZeebeClientCreatedEvent[source=io.camunda.zeebe.spring.test.ZeebeTestExecutionListener@43e49626]]

	at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:399)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:254)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:173)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:178)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156)
	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:454)
	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:387)
	at io.camunda.zeebe.spring.test.AbstractZeebeTestExecutionListener.setupWithZeebeEngine(AbstractZeebeTestExecutionListener.java:52)
	at io.camunda.zeebe.spring.test.ZeebeTestExecutionListener.beforeTestMethod(ZeebeTestExecutionListener.java:33)
	at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
	at org.springframework.test.context.junit.jupiter.SpringExtension.beforeEach(SpringExtension.java:237)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachCallbacks$3(TestMethodTestDescriptor.java:166)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$7(TestMethodTestDescriptor.java:202)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachCallbacks(TestMethodTestDescriptor.java:165)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:132)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.lang.NoSuchMethodError: 'void io.camunda.zeebe.spring.client.annotation.value.ZeebeWorkerValue.setFetchVariables(java.util.List)'
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.openWorkerForOutboundConnector(OutboundConnectorManager.java:87)
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.lambda$start$0(OutboundConnectorManager.java:75)
	at java.base/java.lang.Iterable.forEach(Iterable.java:75)
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager.start(OutboundConnectorManager.java:75)
	at io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor.start(OutboundConnectorAnnotationProcessor.java:77)
	at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.lambda$startAll$0(ZeebeAnnotationProcessorRegistry.java:54)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at io.camunda.zeebe.spring.client.annotation.processor.ZeebeAnnotationProcessorRegistry.startAll(ZeebeAnnotationProcessorRegistry.java:54)
	at io.camunda.zeebe.spring.client.event.ZeebeClientEventListener.handleStart(ZeebeClientEventListener.java:32)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:382)
	... 66 common frames omitted

2024-12-20T02:41:24.299Z  WARN 2017 --- [           main] z.s.t.AbstractZeebeTestExecutionListener : Test failure on 'public void io.camunda.community.connector.script.WorkflowTest.shouldReturnResult()'. Tracing workflow engine internals on INFO for debugging purposes:
2024-12-20T02:41:24.300Z  INFO 2017 --- [           main] i.c.z.p.t.filters.logger.IncidentLogger  : 
2024-12-20T02:41:24.300Z  INFO 2017 --- [           main] i.c.z.p.t.f.logger.RecordStreamLogger    : 
The following records have been recorded during this test:
2024-12-20T02:41:24.302Z  INFO 2017 --- [    zb-actors-1] io.camunda.zeebe.logstreams              : Close appender for log stream null
2024-12-20T02:41:24.302Z  INFO 2017 --- [    zb-actors-1] i.c.zeebe.logstreams.impl.log.Sequencer  : Closing sequencer for writing
2024-12-20T02:41:24.302Z  INFO 2017 --- [    zb-actors-1] io.camunda.zeebe.logstreams              : On closing logstream null close 2 readers