]
Petr Široký updated DROOLS-1035:
--------------------------------
Component/s: docs
Fix outdated description in KIE API javadoc
-------------------------------------------
Key: DROOLS-1035
URL:
https://issues.jboss.org/browse/DROOLS-1035
Project: Drools
Issue Type: Bug
Components: docs
Affects Versions: 6.4.0.Beta1
Reporter: Petr Široký
Assignee: Petr Široký
The top-level description in the KIE API javadoc is greatly outdated. It refers to
internal packages and old (and deprecated/unsupported) terms like KnowledgeBase and
KnowledgeAgent. This needs to be fixed to use only the public KIE API.
This is the first sentence currently in there:
{code}
The most common interfaces you will use are:
org.kie.internal.builder.KnowledgeBuilder
org.kie.internal.KnowledgeBase
org.kie.internal.agent.KnowledgeAgent
org.kie.internal.runtime.StatefulKnowledgeSession
org.kie.internal.runtime.StatelessKnowledgeSession
{code}