TL;DR
Install Postgres 10, and then:
sudo pg_dropcluster 10 main --stop
sudo pg_upgradecluster 9.6 main
sudo pg_dropcluster 9.6 mainTL;DR
Install Postgres 10, and then:
sudo pg_dropcluster 10 main --stop
sudo pg_upgradecluster 9.6 main
sudo pg_dropcluster 9.6 main| import java.util.stream.Collectors; | |
| import org.springframework.data.domain.Sort; | |
| import org.springframework.data.domain.Sort.Order; | |
| import com.vaadin.flow.data.provider.Query; | |
| import com.vaadin.flow.data.provider.SortDirection; | |
| public class SpringDataVaadinUtil { |