flowable-engine icon indicating copy to clipboard operation
flowable-engine copied to clipboard

flowable-camel org.apache.camel.converter.stream.InputStreamCache missing from DefaultVariableTypes.java TypesList

Open darkmastermindz opened this issue 2 years ago • 0 comments

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

darkmastermindz avatar Jan 08 '24 20:01 darkmastermindz