Skip to content

This repository is a fork of apache/incubator-kie-drools. Please use upstream repository for development.

License

Notifications You must be signed in to change notification settings

kiegroup/drools

This branch is 551 commits ahead of, 515 commits behind apache/incubator-kie-drools:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 29, 2025
Feb 10, 2025
Jun 10, 2022
Jun 10, 2024
Apr 3, 2025
Dec 2, 2024
Dec 17, 2024
Dec 17, 2024
Sep 9, 2024
Jan 14, 2025
Apr 9, 2025
Dec 17, 2024
Jan 14, 2025
Mar 13, 2025
Mar 4, 2025
Dec 2, 2024
Dec 9, 2024
Jan 16, 2024
Jan 16, 2024
Nov 7, 2024
Nov 25, 2024
Nov 7, 2024
Oct 3, 2024
Jun 10, 2024
Nov 7, 2024
Mar 4, 2025
Nov 7, 2024
Mar 18, 2025
Feb 19, 2025
Mar 4, 2025
Mar 24, 2025
Feb 19, 2025
Dec 9, 2024
Mar 4, 2025
Feb 19, 2025
Mar 4, 2025
Nov 7, 2024
Apr 9, 2025
Nov 7, 2024
Mar 4, 2025
Dec 9, 2024
Mar 4, 2025
Nov 7, 2024
Dec 9, 2024
Dec 2, 2024
Mar 24, 2025
Mar 24, 2025
Jan 6, 2025
Apr 3, 2025
Jun 10, 2024
Mar 4, 2025
Jan 6, 2025
Dec 9, 2024
Dec 9, 2024
Jan 6, 2025
Jan 16, 2024
Mar 28, 2025
Jun 10, 2024
Mar 21, 2022
Mar 4, 2025
Jan 6, 2025
Oct 24, 2024
Dec 17, 2024
Jun 10, 2024
Jan 14, 2025
Mar 24, 2025
Nov 18, 2024

Repository files navigation

An open source rule engine, DMN engine and complex event processing (CEP) engine for Java™ and the JVM Platform.

Drools is a business rule management system with a forward-chaining and backward-chaining inference based rules engine, allowing fast and reliable evaluation of business rules and complex event processing. A rule engine is also a fundamental building block to create an expert system which, in artificial intelligence, is a computer system that emulates the decision-making ability of a human expert.

Be sure to check out the Drools' project website and documentation!

Developing Drools and jBPM

If you want to build or contribute to a kiegroup project, read this document.

It will save you and us a lot of time by setting up your development environment correctly. It solves all known pitfalls that can disrupt your development. It also describes all guidelines, tips and tricks. If you want your pull requests (or patches) to be merged, please respect those guidelines.

Test execution tip

Some test are meant to be executed on machine with en_US locale. A specific profile is provided to execute them on machines with different locale, namely test-en. There are two ways to activate such profile during maven build:

  1. -Ptest-en (profile-id based)
  2. -DTestEn (property based)

The following two commands will execute tests on machine with locale different than en_US:

  1. make test -Ptest-en
  2. make test -DTestEn

Documenting tips

UML diagrams have been used for architectural and design documentation. Those diagrams are in ".puml" format and have been created using the PlantUML tool. Plugins exists to use it in different IDE:

About

This repository is a fork of apache/incubator-kie-drools. Please use upstream repository for development.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.1%
  • GAP 0.4%
  • ANTLR 0.2%
  • HTML 0.1%
  • ASL 0.1%
  • XSLT 0.1%