KIE Sandbox Quarkus Template

Clone this repo:
  1. 8824cfc NO-ISSUE: Make "Squash and merge" button the only option, using ASF YAML (#9) by Tiago Bento · 3 weeks ago main
  2. b0e6ccd NO-ISSUE: Update `kie-tools` repository link (#7) by Tiago Bento · 5 weeks ago
  3. 2f0d81a kie-issues#571: replace copyrights headers/comments in kie-sandbox-quarkus-accelerator (#4) by Kbowers · 6 months ago
  4. 8efb3a8 Merge pull request #3 from thiagoelg/update-readme by Thiago Lugli · 1 year, 2 months ago
  5. b2ce327 Remove second method of using accelerator by Thiago Lugli · 1 year, 2 months ago

KIE Sandbox Quarkus Accelerator

This git repository contains all the files necessary to run a Quarkus application with .DMN and .BPMN files.

On KIE Sandbox it's used as an Accelerator, to be applied to a set of Decision and Workflow files, making it fully buildable and deployable.

Branches

  • main: Should not be used.
  • 0.0.0: The latest version of this Accelerator. Pull requests should point to this branch and new tags are generated from it on each release.
  • template: Legacy branch with a Quarkus template, created before the concept of Accelerators was implemented in KIE Sandbox.

Tags

Tags are generated alongside kie-tools releases and match the latest version released (i.e. 0.27.0).

Using this Accelerator on KIE Sandbox

  • Go to KIE Sandbox;
  • Create your Decision and/or Workflow files;
  • Click on Add Accelerator and select Quarkus...;
  • Click Apply;
  • When the Accelerator is successfully applied to your set of files, create a git repository from it (if not created already);
  • Clone it to your local environment;
  • Run with mvn quarkus:dev.