Closed crionuke closed 2 years ago
@crionuke It is a known issue, reported as KOGITO-6561 Right now it is fixed on main branch and should be backported to the next Kogito release (1.16) - https://github.com/kiegroup/kogito-runtimes/pull/1913
@sutaakar thank a lot for information, but you mean 1.17 as 1.16 already released?
It depends if there will be a patch released for 1.16, otherwise it will be fixed in 1.17.
Describe the bug
Hi, again! Try using latest release of kogito with quarkus native mode. Made simple project with this SW - https://github.com/kiegroup/kogito-examples/blob/a8e312fe083c1ff48513f4e37d853d2975251b68/serverless-workflow-greeting-quarkus/src/main/resources/yamlgreet.sw.yml. And its works perfect via quarkus:dev, but after native compilation i got next error
So, I have two question 1 Do you have some idea how to fix it? 2 Does Kogito have LTS version tested and production ready?
PS Profiles events and persistence from my pom.xml was enabled during build.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
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
orgradlew --version
)No response
Additional information
<?xml version="1.0"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">