Cannot load from object array because "parameterNames" is null

java.lang.NullPointerException: Cannot load from object array because “parameterNames” is null
at io.camunda.zeebe.spring.client.bean.MethodInfo.getParameters(MethodInfo.java:72)
at io.camunda.zeebe.spring.client.jobhandling.JobHandlerInvokingSpringBeans.handle(JobHandlerInvokingSpringBeans.java:48)
at io.camunda.zeebe.client.impl.worker.JobRunnableFactoryImpl.executeJob(JobRunnableFactoryImpl.java:45)
at io.camunda.zeebe.client.impl.worker.JobRunnableFactoryImpl.lambda$create$0(JobRunnableFactoryImpl.java:40)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)

io.camunda.spring spring-boot-starter-camunda 8.3.4.3

The fix involves adjusting your Maven or Gradle configuration, or IntelliJ settings if you’re using it as your IDE as per GitHub - camunda-community-hub/spring-zeebe at latest

This relates to NullPointerException in some case · Issue #461 · camunda-community-hub/spring-zeebe · GitHub