Add supports for sets to pagination along with lists
Compare changes
@@ -2,6 +2,9 @@ package org.eclipsefoundation.core.response;
@@ -60,33 +63,39 @@ public class PaginatedResultsFilter implements ContainerResponseFilter {
Previously only lists were supported. Sets support was added by converting to a naturally sorted set and then converting to a list for ease of use.
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent