Backports for 0.11.1 (#604)

* [KOGITO-2556] fix code generation of kogito artifacts when contained in a jar (#588)

(cherry picked from commit d55c9bd724b44e1bf2f8a34a9a462aeb9eca0102)

* [KOGITO-2566] fix dmn sources lookup from inside a jar (#592)


(cherry picked from commit 323863deadb3006a0b61e22ba66e80b5ba9539f3)

* bump to kie 7.30.0.Final (#602)


(cherry picked from commit a8408c19cc9bb7dfc97710f0e0df92be59545ce1)

* add logging property required by quarkus in kogito extension (#601)


(cherry picked from commit ef464ca35d727cc1f404167238923158988b694f)

* bump to Quarkus 1.6.0.Final

* bump Quarkus 1.6.0-related versions

* bump to snapshot

Co-authored-by: Edoardo Vacchi <uncommonnonsense@gmail.com>
77 files changed
tree: e33f099b43c06f0424973f5bec14c26a5e8bb719
  1. .github/
  2. .mvn/
  3. addons/
  4. api/
  5. archetypes/
  6. bom/
  7. docsimg/
  8. drools/
  9. grafana-api/
  10. history/
  11. integration-tests/
  12. jbpm/
  13. kogito-cloud-services/
  14. kogito-codegen/
  15. kogito-maven-plugin/
  16. kogito-quarkus-extension/
  17. kogito-springboot/
  18. scripts/
  19. .gitignore
  20. CONTRIBUTING.md
  21. history2.adoc
  22. Jenkinsfile
  23. Jenkinsfile-sonarcloud-daily
  24. Jenkinsfile.deploy
  25. Jenkinsfile.drools
  26. Jenkinsfile.quarkus
  27. Jenkinsfile.release
  28. LICENSE
  29. mvnw
  30. mvnw.cmd
  31. pom.xml
  32. 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 Zulip chat Contributors License Twitter Follow

Quick Links

Homepage: http://kogito.kie.org

Guides and Documentation: https://kogito.kie.org/guides/

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

Requirements

  • Maven 3.6.2 or later
  • Java 11 or later (devel package)
  • optional: Docker installation for running integration tests

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).

Guides

The official guides for Kogito can be found at our main website, these include guides for Quarkus and Spring Boot.

If you want to read more about Quarkus:

Building and Contributing to Kogito

All contributions are welcome! Before you start please read the contribution guide.