flowable-engine
flowable-engine copied to clipboard
flowable-camel org.apache.camel.converter.stream.InputStreamCache missing from DefaultVariableTypes.java TypesList
Describe the bug Flowable fails with exception: couldn't find a variable type that is able to serialize when upgraded to new JDK17 supported version org.apache.camel.converter.stream.InputStreamCache in class DefaultVariableTypes.java in package org.flowable.variable.service.impl.types in spring boot 3.x application
Expected behavior org.apache.camel.converter.stream.InputStreamCache should be available type and supported by flowable-camel by default
Code N/A
Additional context Flowable version 7.0.0, Camel versions 4.0.0 - 4.1.0