incubator-kie-kogito-runtimes
incubator-kie-kogito-runtimes copied to clipboard
Error when building workflow with openapi spec with multipart content
Describe the bug
With 1.34.0 when building I have the following error:
[ERROR] /home/kogito/serverless-workflow-project/target/generated-sources/open-api-stream/org/kie/kogito/openapi/movekube/api/WorkspaceInputsApi.java:[61,60] package org.jboss.resteasy.annotations.providers.multipart does not exist
See enclosed the openapi spec file move2kube.zip
Expected behavior
No issue when building the workflow
Actual behavior
Error
How to Reproduce?
- Create a workflow
- Use the enclosed spec or any spec with multipart and/or application/x-www-form-urlencoded content
- Build the workflow using OSl 1.34 (registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8@sha256:9a4093e195bec163c609381e3c0ceeec55f6e229c6a1def6f362517886faea71)
- See the error
Output of uname -a
or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
No response
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
No response