KOGITO-2028 - Update snapshot version to 0.10.1-SNAPSHOT (#482)

63 files changed
tree: 4e377d2e16498be0893af120b1a47e2a4fbe1e35
  1. .github/
  2. .mvn/
  3. addons/
  4. api/
  5. archetypes/
  6. bom/
  7. docsimg/
  8. drools/
  9. grafana-api/
  10. history/
  11. jbpm/
  12. kogito-cloud-services/
  13. kogito-codegen/
  14. kogito-maven-plugin/
  15. kogito-quarkus-extension/
  16. kogito-springboot/
  17. optaplanner/
  18. scripts/
  19. .gitignore
  20. history2.adoc
  21. Jenkinsfile
  22. Jenkinsfile-sonarcloud-daily
  23. Jenkinsfile.deploy
  24. Jenkinsfile.quarkus
  25. LICENSE
  26. mvnw
  27. mvnw.cmd
  28. pom.xml
  29. README.md
README.md

Kogito

Kogito is the next generation of business automation platform focused on cloud-native development, deployment and execution.

GitHub Stars GitHub Forks GitHub Issues Pull Requests Contributors License Twitter Follow

Quick Links

Homepage: http://kogito.kie.org

Wiki: https://github.com/kiegroup/kogito-runtimes/wiki

JIRA: https://issues.jboss.org/projects/KOGITO

jBPM: https://www.jbpm.org/

Drools: https://www.drools.org/

Requirements

  • Maven 3.6.2 or later
  • Java 11 or later (devel package)

Getting Started

The Kogito Examples repository module contains a number of examples that you can take a look at and try out yourself. Please take a look at the readme of each individual example for more details on how the example works and how to run it yourself (either locally or on Kubernetes):

Building from source

  1. Check out the source:
git clone git@github.com:kiegroup/kogito-runtimes.git

If you don't have a GitHub account use this command instead:

git clone https://github.com/kiegroup/kogito-runtimes.git
  1. Build with Maven:
cd kogito-runtimes
mvn clean install -DskipTests

Contributing to Kogito

All contributions are welcome! Before you start please read the Developing Drools and jBPM guide.

Guides

Here are some of the most notable ones for quick reference: