apache / incubator-kie-kogito-runtimes

Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
544 stars 209 forks source link

compressed event grouping serialization is failing for knative #3763

Closed fjtirado closed 2 weeks ago

fjtirado commented 3 weeks ago

Describe the bug

When using compressed binary, The header compressdata is not properly read by the binary desializer. The string true is ignored

Expected behavior

The byte array is properly processed

Actual behavior

An indexoutofbounds exception is launched because the compressed byte array is not descompressed before parsing

How to Reproduce?

No response

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