Registry / other / knowledge-api

knowledge-api

JSON →
library6.5.0.Finaljavamavenunverified

The adaption layer between the old drools-api to the new kie implementations, providing rule engine knowledge interfaces.

other
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

org.kie.api.KieServices

Creates a KieContainer from the classpath using KieServices.

import org.kie.api.KieServices; import org.kie.api.runtime.KieContainer; public class Quickstart { public static void main(String[] args) { KieServices ks = KieServices.Factory.get(); KieContainer kContainer = ks.getKieClasspathContainer(); System.out.println("KieContainer created: " + kContainer); } }
Debug
Known footguns
breakingKnowledge API is deprecated in favor of KIE API.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources