Current Behavior
Running the core application fails with error:
Factory method 'httpPutFormContentFilter' threw exception; nested exception is java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/exc/InvalidDefinitionException","message":"Failed to instantiate [org.springframework.boot.web.servlet.filter.OrderedHttpPutFormContentFilter]: Factory method 'httpPutFormContentFilter' threw exception; nested exception is java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/exc/InvalidDefinitionException","name":"org.springframework.beans.BeanInstantiationException","cause":{"commonElementCount":0,"localizedMessage":"com/fasterxml/jackson/databind/exc/InvalidDefinitionException","message":"com/fasterxml/jackson/databind/exc/InvalidDefinitionException","name":"java.lang.NoClassDefFoundError"
...
As of the python sdk merge. Tests run and pass fine.
Specifications
Possible Solution
Exclude Jackson dependencies from Jinjava and pin Jackson to a specific version.
Current Behavior
Running the core application fails with error:
As of the python sdk merge. Tests run and pass fine.
Specifications
Possible Solution
Exclude Jackson dependencies from Jinjava and pin Jackson to a specific version.