Skip to content
Discussion options

You must be logged in to vote

Hi @Ginxss,

That is a very curious error since it does not seem to be caused by GLSP directly but within Gson while trying to serialize an empty list that should be sent to the client as part of an action. It might depend on the JDK that you are using as it seems that there is/was a known issue for Gson which is discussed here: google/gson#1875. I'll double check whether this is something we also face in our examples and whether a Gson upgrade will fix that but maybe you can also do a test locally to see if a newer Gson version fixes the issue for you as well. If that does not work we probably need to create a custom type adapter for this specific case. Just FYI, before the 1.0 release we…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@Ginxss
Comment options

@martin-fleck-at
Comment options

@Ginxss
Comment options

@martin-fleck-at
Comment options

@Ginxss
Comment options

Answer selected by martin-fleck-at
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants