Camunda-engine-7.9.0 This jar package does not agree with the source code

When I was using it, I found that the camunda-engine-7.9.0.jar downloaded from the Maven repository was inconsistent with the source code.

Maven warehouse address:JFrog

The code that appears to be the problem is this method:
org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHelper.getCurrentOrNextBatchWindowStartTime(Date, Date, Date)

I decompile class. The method has not been found。

Hi,

Could you please verify one more time that your jar is 7.9.0 version.
I downloaded the 7.9.0 sources and they were fine.
Edit: Here is the link to the sources - https://app.camunda.com/nexus/content/groups/public/org/camunda/bpm/camunda-engine/7.9.0/camunda-engine-7.9.0-sources.jar

Best regards,
Yana

1 Like

https://repository.jboss.org/nexus/content/groups/public/org/camunda/bpm/camunda-engine/7.9.0-SNAPSHOT/

Is this not an official package?

Which is the use of 7.9.0-SNAPSHOT and 7.9.0?

This is the snapshot and the official release is here:
https://app.camunda.com/nexus/content/groups/public/org/camunda/bpm/camunda-engine/7.9.0

Thank you. I used the wrong way