You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, KnowledgeBuilderTest.testWarnOnFunctionReplacementand some other tests fail with
java.lang.RuntimeException: Unknown language level
at org.drools.drl.parser.DRLFactory.getDRLParser(DRLFactory.java:109)
at org.drools.drl.parser.DRLFactory.buildParser(DRLFactory.java:71)
at org.drools.drl.parser.DrlParser.parse(DrlParser.java:87)
at org.drools.drl.parser.DrlParser.parse(DrlParser.java:93)
at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.addPackageFromDrl(KnowledgeBuilderImpl.java:314)
at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.addPackageFromDrl(KnowledgeBuilderImpl.java:300)
It means DrlParser and DRLFactory require more (hopefully clean) integration with the new parser.
The text was updated successfully, but these errors were encountered:
Parent issue: #5678
For example,
KnowledgeBuilderTest.testWarnOnFunctionReplacement
and some other tests fail withIt means
DrlParser
andDRLFactory
require more (hopefully clean) integration with the new parser.The text was updated successfully, but these errors were encountered: