From 912bfd1019b001e1897c33887cc84dd86c56fce6 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 3 Jul 2024 13:47:19 +0200 Subject: Pagination will throw an IllegalArgumentException if there are no vertices of the requested type - provide empty PaginationResponse when traversal.next() throws IllegalArgumentException Issue-ID: AAI-3917 Change-Id: I280f216050ea16953015023146d40674e067f028 Signed-off-by: Fiete Ostkamp --- aai-common-docker/aai-common-images/pom.xml | 4 ++-- aai-common-docker/aai-haproxy-image/pom.xml | 4 ++-- aai-common-docker/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'aai-common-docker') diff --git a/aai-common-docker/aai-common-images/pom.xml b/aai-common-docker/aai-common-images/pom.xml index 12d0077b..ed0a9c8f 100644 --- a/aai-common-docker/aai-common-images/pom.xml +++ b/aai-common-docker/aai-common-images/pom.xml @@ -25,11 +25,11 @@ org.onap.aai.aai-common aai-common-docker - 1.14.3-SNAPSHOT + 1.14.4-SNAPSHOT aai-common-images - 1.14.3-SNAPSHOT + 1.14.4-SNAPSHOT pom aai-aai-common-images Contains dockerfiles for aai-common images (alpine and ubuntu based). diff --git a/aai-common-docker/aai-haproxy-image/pom.xml b/aai-common-docker/aai-haproxy-image/pom.xml index b0019819..259c0fe1 100644 --- a/aai-common-docker/aai-haproxy-image/pom.xml +++ b/aai-common-docker/aai-haproxy-image/pom.xml @@ -25,11 +25,11 @@ org.onap.aai.aai-common aai-common-docker - 1.14.3-SNAPSHOT + 1.14.4-SNAPSHOT aai-haproxy-image - 1.14.3-SNAPSHOT + 1.14.4-SNAPSHOT pom aai-aai-haproxy-image Contains dockerfiles for aai-haproxy image. diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml index 4a637bbf..0a28f3e5 100644 --- a/aai-common-docker/pom.xml +++ b/aai-common-docker/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.aai-common aai-parent - 1.14.3-SNAPSHOT + 1.14.4-SNAPSHOT ../aai-parent/pom.xml -- cgit 1.2.3-korg