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
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `java.util.ArrayList` (no Creators, like default construct, exist): no default no-arguments constructor found
at [Source: (org.jboss.resteasy.client.jaxrs.internal.ClientResponse$InputStreamWrapper); line: 1, column: 1]
We need to register ArrayList for reflection so that it is available at runtime in the native service
The text was updated successfully, but these errors were encountered:
When calling a rest endpoint that returns a List from a native application using smallrye rest client;
e.g.
with IWidgetsService defined as;
Causes the following exception;
We need to register ArrayList for reflection so that it is available at runtime in the native service
The text was updated successfully, but these errors were encountered: