#583 - Updated Jackson version to 2.9.0.pr for Spring 5 compatibility in build profile.
Fixed super constructor invocation to avoid NullPointerException in super class.
This commit is contained in:
@@ -610,7 +610,7 @@ public class Jackson2HalModule extends SimpleModule {
|
||||
}
|
||||
|
||||
public HalResourcesDeserializer(JavaType vc) {
|
||||
this(null, vc);
|
||||
this(TypeFactory.defaultInstance().constructCollectionLikeType(List.class, vc), vc);
|
||||
}
|
||||
|
||||
private HalResourcesDeserializer(JavaType type, JavaType contentType) {
|
||||
|
||||
Reference in New Issue
Block a user