camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.11k stars 1.55k forks source link

Plugins that serve static frontend resources are supported in Camunda Run. #3411

Closed mboskamp closed 1 year ago

mboskamp commented 1 year ago

Acceptance Criteria (Required on creation)

Plugins that serve static content are officially supported in Camunda Run. Those plugins are bundled as jars and contain some Java code to serve static frontend content.

Hints

An example plugin can be found on this branch.

Breakdown

The documentation (e.g. here and here) hints that plugins don't work with Run. This needs to be updated.

### Tasks
- [ ] https://github.com/camunda/camunda-bpm-platform/pull/3538
- [ ] camunda/camunda-bpm-platform-ee#829
- [ ] https://github.com/camunda/camunda-docs-manual/pull/1489
- [ ] https://github.com/camunda/camunda-bpm-platform/pull/3596
mboskamp commented 1 year ago

JDK 11 stages failed. The new QA plugin module needs to be excluded from JDK 11 stages as Run now expects at least JDK 17.