-
Bug
-
Resolution: Done
-
Major
-
None
-
1.0.0.Final
-
None
-
False
-
False
-
Undefined
-
-
---
-
---
-
-
2020 Week 40-42 (from Sep 28)
This task scopes:
1. Enable the execution of Native tests using the native maven profile:
mvn clean install -Pnative
2. Fix native tests failing. Common issues:
- @Inject annotation is not supported for native tests (we need to remove the injected fields from tests)
- is caused by
-
KOGITO-2467 Use FailSafe maven plugin for Integration Tests
- Closed
- is related to
-
KOGITO-3497 Fail to load Decision model running dmn-tracing-quarkus example in Native mode
- Resolved