I'm getting the below error on the ListSelect component. A few version back in vaadin 8 it's working file. Now I've updated the version to 8.14.2 then I'm getting this:
java.lang.IllegalStateException: Client tried fetch more rows than allowed. This is denied to prevent denial of service.
at com.vaadin.data.provider.DataCommunicator.onRequestRows(DataCommunicator.java:311)
at com.vaadin.data.provider.DataCommunicator$SimpleDataRequestRpc.requestRows(DataCommunicator.java:74)
at jdk.internal.reflect.GeneratedMethodAccessor370.invoke(Unknown Source)