You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[info] - should use secondary constructor annotated with JsonCreator (Case Class) *** FAILED ***
[info] tools.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized property "dummy" (class tools.jackson.module.scala.deser.CreatorTest$CaseClassAlternativeConstructor), not marked as ignorable (one known property: "script"])
[info] at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); byte offset: #UNKNOWN] (through reference chain: tools.jackson.module.scala.deser.CreatorTest$CaseClassAlternativeConstructor["dummy"])
[info] at tools.jackson.databind.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:51)
[info] at tools.jackson.databind.DeserializationContext.handleUnknownProperty(DeserializationContext.java:1208)
[info] at tools.jackson.databind.deser.std.StdDeserializer.handleUnknownProperty(StdDeserializer.java:1947
[info] at tools.jackson.databind.deser.bean.BeanDeserializerBase.handleUnknownProperty(BeanDeserializerBase.java:1726)
[info] at tools.jackson.databind.deser.bean.BeanDeserializerBase.handleUnknownVanilla(BeanDeserializerBase.java:1704)
[info] at tools.jackson.databind.deser.bean.BeanDeserializer._vanillaDeserializeWithUnknown(BeanDeserializer.java:433)
[info] at tools.jackson.databind.deser.bean.BeanDeserializer.deserialize(BeanDeserializer.java:297)
[info] at tools.jackson.databind.deser.bean.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:619)
[info] at tools.jackson.databind.deser.bean.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1419)
[info] at tools.jackson.databind.deser.bean.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:483)
[info] ...
The text was updated successfully, but these errors were encountered:
20328f7
The text was updated successfully, but these errors were encountered: