Skip to content

Rename annotations #239

@berndruecker

Description

@berndruecker

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions