#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:
1
pom.xml
1
pom.xml
@@ -114,6 +114,7 @@
|
||||
<id>spring5-next</id>
|
||||
<properties>
|
||||
<spring.version>5.0.0.BUILD-SNAPSHOT</spring.version>
|
||||
<jackson.version>2.9.0.pr3</jackson.version>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
||||
@@ -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