-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
1.3.0.Final
-
None
-
False
-
False
-
Undefined
-
---
-
---
-
In the OpenApi Codegen implementation, we leverage the OpenApi Generator tool. Their engine is missing to set the property `useRuntimeException` in the API. We need to open a upstream issue and send a PR to fix it. This will avoid this:
@Override public Map<String, Object> postProcessSupportingFileData(Map<String, Object> objs) { // TODO: open an issue on OpenApi project, this should be added by them objs.put(JavaClientCodegen.USE_RUNTIME_EXCEPTION, true); return super.postProcessSupportingFileData(objs); }
- relates to
-
KOGITO-3915 [SW] Implement OpenAPI functions definition
- Resolved