-
Task
-
Resolution: Done
-
Blocker
-
None
-
None
-
2023 Week 03-05 (from Jan 16), 2023 Week 06-08 (from Feb 6)
-
3
-
NEW
-
NEW
-
---
-
---
As a consequence of https://github.com/kiegroup/drools/pull/4953 got merged (there is no Jira/GH-issue for it) it induced full build errors for GWT showcase module of Drools DMN engine.
[INFO] --- gwt-maven-plugin:2.9.0:compile (default) @ kie-dmn-feel-gwt-showcase --- [INFO] auto discovered modules [org.kie.dmn.feel.FEELShowcaseWebapp] [INFO] Compiling module org.kie.dmn.feel.FEELShowcaseWebapp [INFO] Tracing compile failure path for type 'org.kie.dmn.feel.lang.ast.visitor.ASTHeuristicCheckerVisitor' [INFO] [ERROR] Errors in 'jar:file:/Users/mmortari/git/drools/kie-dmn/kie-dmn-feel/target/kie-dmn-feel-8.34.0-SNAPSHOT-sources.jar!/org/kie/dmn/feel/lang/ast/visitor/ASTHeuristicCheckerVisitor.java' [INFO] [ERROR] Line 68: The method of(ASTHeuristicCheckEvent) is undefined for the type List [INFO] [ERROR] Line 51: The method of(ASTHeuristicCheckEvent) is undefined for the type List [INFO] [ERROR] Line 59: The method of(ASTHeuristicCheckEvent) is undefined for the type List [INFO] [ERROR] Aborting compile due to errors in some input files
due to introducing JDK11 API usage.
As an emergency task, removing DMN module related to GWT translation from the pom.