Skip to content

fix(deps): update version.camunda-spring to v8.5.15 #1690

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

fix(deps): update version.camunda-spring to v8.5.15 #1690

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

2 errors, 2 skipped, 31 pass in 11s

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

Results for commit 89e5cd8. ± Comparison against earlier commit 137ddd2.

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@109003d0]]
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@109003d0]]

	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
23:50:13.966 [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.
23:50:14.044 [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.0)

2024-12-10T23:50:14.498Z  INFO 1933 --- [           main] i.c.c.connector.script.WorkflowTest      : Starting WorkflowTest using Java 21.0.5 with PID 1933 (started by runner in /home/runner/work/script-connector/script-connector/connector)
2024-12-10T23:50:14.500Z  INFO 1933 --- [           main] i.c.c.connector.script.WorkflowTest      : No active profile set, falling back to 1 default profile: "default"
2024-12-10T23:50:15.531Z  WARN 1933 --- [           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-10T23:50:15.534Z  WARN 1933 --- [           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-10T23:50:15.567Z  WARN 1933 --- [           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-10T23:50:15.569Z  WARN 1933 --- [           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-10T23:50:15.571Z  WARN 1933 --- [           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-10T23:50:15.574Z  WARN 1933 --- [           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-10T23:50:15.580Z  WARN 1933 --- [           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-10T23:50:15.699Z  INFO 1933 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@257d8340)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@4b7288f, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:15.815Z  INFO 1933 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@733a29b9)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@39d34c44, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:15.824Z  WARN 1933 --- [           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-10T23:50:15.825Z  WARN 1933 --- [           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-10T23:50:15.826Z  WARN 1933 --- [           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-10T23:50:15.827Z  WARN 1933 --- [           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-10T23:50:15.862Z  INFO 1933 --- [           main] i.c.z.s.c.a.MicrometerMetricsRecorder    : Enabling Micrometer based metrics for spring-zeebe (available via Actuator)
2024-12-10T23:50:15.863Z  WARN 1933 --- [           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-10T23:50:15.865Z  WARN 1933 --- [           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-10T23:50:15.872Z  WARN 1933 --- [           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-10T23:50:15.874Z  INFO 1933 --- [           main] i.c.c.r.s.EnvironmentSecretProvider      : No prefix has been configured, all environment variables are available as connector secrets
2024-12-10T23:50:15.875Z  WARN 1933 --- [           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-10T23:50:15.876Z  WARN 1933 --- [           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-10T23:50:15.878Z  WARN 1933 --- [           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-10T23:50:15.880Z  WARN 1933 --- [           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-10T23:50:15.882Z  WARN 1933 --- [           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-10T23:50:15.895Z  WARN 1933 --- [           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-10T23:50:15.896Z  WARN 1933 --- [           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-10T23:50:16.159Z  WARN 1933 --- [           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-10T23:50:16.187Z  INFO 1933 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@123255d)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@4db4e2dc, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:16.467Z  INFO 1933 --- [           main] org.ehcache.core.EhcacheManager          : Cache 'tokenCache' created in EhcacheManager.
2024-12-10T23:50:16.658Z  WARN 1933 --- [           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-10T23:50:16.736Z  INFO 1933 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 1 endpoint beneath base path '/actuator'
2024-12-10T23:50:16.790Z  INFO 1933 --- [           main] i.c.c.connector.script.WorkflowTest      : Started WorkflowTest in 2.652 seconds (process running for 9.308)
2024-12-10T23:50:16.902Z  INFO 1933 --- [           main] i.c.z.s.test.ZeebeTestExecutionListener  : Create Zeebe in-memory engine for test run on random port: 61227...
2024-12-10T23:50:17.223Z  INFO 1933 --- [    zb-actors-0] io.camunda.zeebe.logstreams              : Recovered state of partition 1 from snapshot at position -1
2024-12-10T23:50:17.247Z  INFO 1933 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@569c5f50)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@5543efc1, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@2e9202fa, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:17.298Z  INFO 1933 --- [    zb-actors-0] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@46e94a0a)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@619f9678)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-10T23:50:17.300Z  INFO 1933 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@30ec6e86)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@619f9678)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:17.316Z  INFO 1933 --- [    zb-actors-0] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@24dff314)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@381091f7)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-10T23:50:17.316Z  INFO 1933 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@107a17ac)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@381091f7)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:17.344Z  INFO 1933 --- [    zb-actors-0] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@28fc0bae)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@16b4ff0d)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-10T23:50:17.345Z  INFO 1933 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@7165da4e)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@16b4ff0d)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:17.346Z  INFO 1933 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4f020f35)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@6b52b971, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@6f9ccf60, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:17.361Z  INFO 1933 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@9eced4f)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@1dff2347, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@7b224f46, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:17.362Z  INFO 1933 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@5de39379)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@10bfb89c, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@3d91ec4c, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:17.383Z  INFO 1933 --- [    zb-actors-0] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@647e8a84)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@362e4481)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-10T23:50:17.383Z  INFO 1933 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@a83c6ee)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@362e4481)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:17.427Z  INFO 1933 --- [    zb-actors-0] io.camunda.zeebe.processor               : Processor starts replay of events. [snapshot-position: -1, replay-mode: PROCESSING]
2024-12-10T23:50:17.429Z  INFO 1933 --- [           main] z.s.t.AbstractZeebeTestExecutionListener : Test engine setup. Now starting deployments and workers...
2024-12-10T23:50:17.428Z  INFO 1933 --- [    zb-actors-0] io.camunda.zeebe.processor               : Processor finished replay, with [lastProcessedPosition: -1, lastWrittenPosition: -1]
2024-12-10T23:50:17.522Z  WARN 1933 --- [           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@6a45af66]

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@109003d0]]

	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-10T23:50:18.052Z  WARN 1933 --- [           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-10T23:50:18.054Z  INFO 1933 --- [           main] i.c.z.p.t.filters.logger.IncidentLogger  : 
2024-12-10T23:50:18.058Z  INFO 1933 --- [           main] i.c.z.p.t.f.logger.RecordStreamLogger    : 
The following records have been recorded during this test:
2024-12-10T23:50:18.066Z  INFO 1933 --- [    zb-actors-0] io.camunda.zeebe.logstreams              : Close appender for log stream null
2024-12-10T23:50:18.067Z  INFO 1933 --- [    zb-actors-0] i.c.zeebe.logstreams.impl.log.Sequencer  : Closing sequencer for writing
2024-12-10T23:50:18.067Z  INFO 1933 --- [    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.10/byte-buddy-agent-1.15.10.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@109003d0]]
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@109003d0]]

	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-10T23:50:18.075Z  INFO 1933 --- [           main] i.c.z.s.test.ZeebeTestExecutionListener  : Create Zeebe in-memory engine for test run on random port: 40893...
2024-12-10T23:50:18.078Z  INFO 1933 --- [    zb-actors-1] io.camunda.zeebe.logstreams              : Recovered state of partition 1 from snapshot at position -1
2024-12-10T23:50:18.078Z  INFO 1933 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@3a113e81)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@7f13a7a7, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@52f2369, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:18.079Z  INFO 1933 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@6674cc4b)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@166acbd8)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-10T23:50:18.080Z  INFO 1933 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@5429a9f2)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@166acbd8)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:18.080Z  INFO 1933 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@eaa298f)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@23b19d17)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-10T23:50:18.081Z  INFO 1933 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@25080837)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@23b19d17)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:18.082Z  INFO 1933 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@d96b92b)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@21d97381)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-10T23:50:18.082Z  INFO 1933 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@605171a4)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@21d97381)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:18.082Z  INFO 1933 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@24b69005)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@4c1c9c33, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@26b3bb4a, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:18.083Z  INFO 1933 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4d843269)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@5da2a564, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@757747e7, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:18.083Z  INFO 1933 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4ea5dbe8)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@225ebf2f, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@6a1fa785, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:18.084Z  INFO 1933 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@32c5f305)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@7492184f)), audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-12-10T23:50:18.084Z  INFO 1933 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@35097b9d)), function-provider: CompositeFunctionProvider(List(io.camunda.connector.feel.FeelConnectorFunctionProvider@7492184f)), clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-12-10T23:50:18.086Z  INFO 1933 --- [    zb-actors-1] io.camunda.zeebe.processor               : Processor starts replay of events. [snapshot-position: -1, replay-mode: PROCESSING]
2024-12-10T23:50:18.086Z  INFO 1933 --- [           main] z.s.t.AbstractZeebeTestExecutionListener : Test engine setup. Now starting deployments and workers...
2024-12-10T23:50:18.086Z  INFO 1933 --- [    zb-actors-1] io.camunda.zeebe.processor               : Processor finished replay, with [lastProcessedPosition: -1, lastWrittenPosition: -1]
2024-12-10T23:50:18.088Z  WARN 1933 --- [           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@2f3b4de2]

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@109003d0]]

	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-10T23:50:18.092Z  WARN 1933 --- [           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-10T23:50:18.092Z  INFO 1933 --- [           main] i.c.z.p.t.filters.logger.IncidentLogger  : 
2024-12-10T23:50:18.092Z  INFO 1933 --- [           main] i.c.z.p.t.f.logger.RecordStreamLogger    : 
The following records have been recorded during this test:
2024-12-10T23:50:18.095Z  INFO 1933 --- [    zb-actors-1] io.camunda.zeebe.logstreams              : Close appender for log stream null
2024-12-10T23:50:18.095Z  INFO 1933 --- [    zb-actors-1] i.c.zeebe.logstreams.impl.log.Sequencer  : Closing sequencer for writing
2024-12-10T23:50:18.096Z  INFO 1933 --- [    zb-actors-1] io.camunda.zeebe.logstreams              : On closing logstream null close 2 readers