Skip to content

Jackson dependency issues #81

Description

@zhilingc

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

  • Version: master

Possible Solution

Exclude Jackson dependencies from Jinjava and pin Jackson to a specific version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions