Add supports for sets to pagination along with lists
Compare changes
@@ -2,6 +2,9 @@ package org.eclipsefoundation.core.response;
@@ -2,6 +2,9 @@ package org.eclipsefoundation.core.response;
@@ -60,33 +63,39 @@ public class PaginatedResultsFilter implements ContainerResponseFilter {
@@ -60,33 +63,39 @@ public class PaginatedResultsFilter implements ContainerResponseFilter {
public void filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext)
* Gets a header value if available, checking first the servlet response then the mutable response wrapper.