-
Notifications
You must be signed in to change notification settings - Fork 123
Description
The annotations used in spring-zeebe will be renamed, according to our experiences using the library so far. We take the 8.1 release as a good moment in time to make that change.
All existing annotations will be deprecated, but keep working for now (and will be removed in a future release).
@ZeebeCustomHeaders --> @CustomHeaders
@ZeebeDeployment --> @Deployment, already deprecated field classPathResources will be removed in the new annotation
@ZeebeVariable --> @Variable
@ZeebeVariableAsType --> @VariableAsType
@ZeebeWorker --> @JobWorker, autoComplete default value will be switched from false to true (as we see auto completion as the default to be used in most cases). forceFetchAllVariables got renamed to fetchAllVariables.
See also #229 for some discussion on this issue