Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If using Atlassian spring scanner, then skip component-imports in atlassian-plugin.xml and use annotations @ComponentImport  right inside your plugin component:

Code Block
languagejava
@ComponentImport
private WorkflowService workflowService;

...