-
Bug
-
Resolution: Done
-
Major
-
None
-
7.59.0.Final
-
None
-
2021 Week 43-45 (from Oct 25)
-
NEW
-
NEW
Since Quarkus changed java.awt classes to be run-time initialized, OptaPlanner native compilation started failing as the KieModuleMarshaller is initialized at build time and depends on java.awt classes through XStream (see the attached stacktrace).
There is already a workaround in place that changes the KieModuleMarshaller initialization to the run time (https://github.com/kiegroup/optaplanner/pull/1594), yet this issue should be better fixed closer to its source.
Please see https://github.com/quarkusio/quarkus/issues/20491 for more details.
- is related to
-
KOGITO-6228 dmn-pmml-quarkus-example does not compile in native mode
- Closed
-
FAI-668 Explainability: Native build is broken
- Done
-
PLANNER-2584 Clean up after DROOLS-6643
- Resolved