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: java.lang.IllegalArgumentException: ResteasyClientBuilder setter method not found: connectionPoolSize
at io.quarkus.smallrye.restclient.runtime.RestClientBuilderImpl.property(RestClientBuilderImpl.java:316)
at io.quarkus.smallrye.restclient.runtime.RestClientBuilderImpl.property(RestClientBuilderImpl.java:60)
....
It appears that the default constructor for ArrayList() is DCE'd during native image generation.