Skip to content

Unable to Compile Maven Project with Guava and Gson using j2cl-maven-plugin #206

Answered by treblereel
loveslikey asked this question in Q&A
Discussion options

You must be logged in to vote

for (T val : value) {
BaseCollectionJsonDeserializer.this.deserializer.setBackReference(referenceName,reference,val,ctx);
}

Hmm, it was a j2cl bug, that has been fix long ago, as far as I remember, the workaround is to cast the value to an array of T.
looks like it's outdated version of domino-jackson
try this one https://mvnrepository.com/artifact/org.dominokit/domino-jackson/1.0.0

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@treblereel
Comment options

@loveslikey
Comment options

@treblereel
Comment options

@treblereel
Comment options

Answer selected by loveslikey
@loveslikey
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants